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_lint lint diagnostics #101138

Merged
merged 33 commits into from
Jan 13, 2023

Commits on Jan 9, 2023

  1. add: lints.rs

    add: `lints.rs`
    refactor: move `InvalidAtomicOrderingDiag` to `lints.rs`
    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5a90537 View commit details
    Browse the repository at this point in the history
  2. migrate: types.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d44ccaa View commit details
    Browse the repository at this point in the history
  3. migrate: unused.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e5ae9d0 View commit details
    Browse the repository at this point in the history
  4. migrate: traits.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a42afa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3a6801 View commit details
    Browse the repository at this point in the history
  6. migrate: pass_by_value.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6fb3a38 View commit details
    Browse the repository at this point in the history
  7. migrate: noop_method_call.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    56fc66d View commit details
    Browse the repository at this point in the history
  8. migrate: nonstandard_style.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a9bbe31 View commit details
    Browse the repository at this point in the history
  9. migrate: non_fmt_panic.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    384010b View commit details
    Browse the repository at this point in the history
  10. migrate: non_ascii_idents.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3f69c1b View commit details
    Browse the repository at this point in the history
  11. migrate: methods.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    95d3e0c View commit details
    Browse the repository at this point in the history
  12. migrate: array_into_iter.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c63ba52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b897bb View commit details
    Browse the repository at this point in the history
  14. add: lints for errors.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e3bb2eb View commit details
    Browse the repository at this point in the history
  15. update: lints.rs for renamed traits

    update: `lints.rs` for renamed `SessionSubdiagnostic` and `AddSubdiagnostic`
    
    fix: NonSnakeCaseDiagSub
    
    fix: OverflowingBinHexSign
    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    dc00aa3 View commit details
    Browse the repository at this point in the history
  16. fix: merge conflict

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a0614ec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f9289c3 View commit details
    Browse the repository at this point in the history
  18. add: emit{,_spanned}_lint for LintLevelsBuilder

    add: `emit_spanned_lint` and `emit_lint` for `LintLevelsBuilder`
    migrate: `DeprecatedLintName`
    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ab66ea6 View commit details
    Browse the repository at this point in the history
  19. migrate: levels.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    80df25e View commit details
    Browse the repository at this point in the history
  20. migrate: let_underscore.rs

    fix: NonBindingLetSub
    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e610047 View commit details
    Browse the repository at this point in the history
  21. migrate: ImproperCTypes

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5ffaae7 View commit details
    Browse the repository at this point in the history
  22. migrate: internal.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0b19227 View commit details
    Browse the repository at this point in the history
  23. migrate(wip): builtin.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6ffecd2 View commit details
    Browse the repository at this point in the history
  24. migrate: expect.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3c1a1f3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ca7df9a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    78fce79 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ce72f94 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c06a242 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    587d497 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    758140e View commit details
    Browse the repository at this point in the history
  31. add: allow lints in lints.rs

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f38db48 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fe09291 View commit details
    Browse the repository at this point in the history
  33. refactor: cleanup

    Rejyr committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    88e5dd2 View commit details
    Browse the repository at this point in the history