Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate rustc_mir_build diagnostics #104417

Merged
merged 18 commits into from
Dec 18, 2022
Merged

Migrate rustc_mir_build diagnostics #104417

merged 18 commits into from
Dec 18, 2022

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    82f0544 View commit details
    Browse the repository at this point in the history
  2. Migrate "unsafe_op_in_unsafe_fn" lints

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    71fe52f View commit details
    Browse the repository at this point in the history
  3. Migrate "requires unsafe" diagnostics

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    64f3e4f View commit details
    Browse the repository at this point in the history
  4. Migrate "unused unsafe" lint

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    71a9cb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7bfd00 View commit details
    Browse the repository at this point in the history
  6. Migrate pattern inlining error diagnostics

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    98442b6 View commit details
    Browse the repository at this point in the history
  7. Migrate unreachable pattern diagnostic

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    b694e66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5f821e View commit details
    Browse the repository at this point in the history
  9. Migrate "could not evaluate const pattern" diagnostic

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    513e399 View commit details
    Browse the repository at this point in the history
  10. Migrate lower range bound diagnostics

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    4b70784 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f82a00 View commit details
    Browse the repository at this point in the history
  12. Migrate pattern bindings with variant name lint

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    e1c5073 View commit details
    Browse the repository at this point in the history
  13. Migrate irrefutable let pattern diagnostics

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    eeef05b View commit details
    Browse the repository at this point in the history
  14. Migrate borrow of moved value diagnostic

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    3a9a063 View commit details
    Browse the repository at this point in the history
  15. Migrate multiple mut borrows diagnostic

    lunabunja authored and mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    e71a722 View commit details
    Browse the repository at this point in the history
  16. Resolve various merge conflicts

    mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    1bdf112 View commit details
    Browse the repository at this point in the history
  17. Remove (eager)

    mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    6749ee4 View commit details
    Browse the repository at this point in the history
  18. Try to fix ICE

    mejrs committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    f7e894c View commit details
    Browse the repository at this point in the history