| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Rename feature gate | Jules Bertholet | -1/+1 |
| 2024-04-15 | Fix typo | Jules Bertholet | -1/+1 |
| 2024-04-15 | Temporarily remove future compatibility label from migration lint | Jules Bertholet | -2/+3 |
| 2024-04-15 | Migration lint | Jules Bertholet | -0/+36 |
| 2024-04-09 | Split back out unused_lifetimes -> redundant_lifetimes | Michael Goulet | -2/+24 |
| 2024-04-09 | Add comments | Michael Goulet | -0/+6 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -2/+5 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -3/+3 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -3/+3 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -10/+80 |
| 2024-03-16 | Add `wasm_c_abi` `future-incompat` lint | daxpedda | -0/+39 |
| 2024-03-14 | Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-14 | Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-14 | Rollup merge of #121899 - shepmaster:dead-code-docs, r=wesleywiser | Matthias Krüger | -0/+14 |
| 2024-03-14 | Ungate the `UNKNOWN_OR_MALFORMED_DIAGNOSTIC_ATTRIBUTES` lint | Georg Semmler | -1/+0 |
| 2024-03-14 | fixes #121331 | surechen | -0/+1 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -2/+5 |
| 2024-03-13 | Add produces as tidy requires | Wesley Wiser | -0/+2 |
| 2024-03-13 | Added an "Explanation" header and expanded that section for the newly added l... | Felix S. Klock II | -0/+8 |
| 2024-03-13 | downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ... | Felix S. Klock II | -0/+36 |
| 2024-03-09 | Declare new lint | Nadrieril | -0/+31 |
| 2024-03-06 | Document how removing a type's field can be bad and what to do instead | Jake Goulding | -0/+14 |
| 2024-03-05 | Split refining_impl_trait lint into _reachable, _internal variants | Tyler Mandry | -10/+80 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -5/+5 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -5/+5 |
| 2024-03-01 | Rollup merge of #111505 - GuillaumeGomez:turn-invalid-doc-attr-into-err, r=ru... | Matthias Krüger | -10/+1 |
| 2024-02-29 | Detect empty leading where-clauses on type aliases | León Orell Valerian Liehr | -1/+1 |
| 2024-02-29 | Make `invalid_doc_attributes` deny by default | Guillaume Gomez | -10/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -1/+1 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -52/+0 |
| 2024-02-20 | Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr | Nilstrieb | -36/+1 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -35/+0 |
| 2024-02-19 | Rollup merge of #121230 - GuillaumeGomez:extend-level-api, r=Nadrieril | Matthias Krüger | -13/+17 |
| 2024-02-18 | Change leak check lint message to behavior is likely to change in the future | Santiago Pastorino | -1/+1 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -4/+4 |
| 2024-02-18 | Extend Level API | Guillaume Gomez | -13/+17 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-10 | Remove unnecessary `#![feature(min_specialization)]` | Zalathar | -2/+0 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -2/+2 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -2/+2 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -40/+3 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -50/+0 |
| 2024-01-22 | Rollup merge of #119948 - asquared31415:unsafe_op_in_unsafe_fn_fix, r=TaKO8Ki | Matthias Krüger | -0/+5 |
| 2024-01-21 | exclude unexported macro bindings from extern crate | bohan | -0/+47 |
| 2024-01-15 | make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibility | asquared31415 | -0/+5 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+52 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -40/+0 |