| Age | Commit message (Expand) | Author | Lines |
| 2024-02-28 | Remove the `UntranslatableDiagnosticTrivial` lint. | Nicholas Nethercote | -1/+0 |
| 2024-02-26 | Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type... | Guillaume Gomez | -0/+1 |
| 2024-02-26 | separate messages for individual categories | HTGAzureX1212. | -0/+1 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+3 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -0/+5 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -2/+0 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -2/+0 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -0/+5 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -0/+1 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+3 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -0/+1 |
| 2024-02-10 | Remove unnecessary `#![feature(min_specialization)]` | Zalathar | -1/+0 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -0/+5 |
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -0/+4 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+1 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -0/+5 |
| 2024-01-02 | Merge `unused_tuple_struct_fields` into `dead_code` | Jake Goulding | -0/+1 |
| 2023-12-31 | rustc_lint: Enforce `rustc::potential_query_instability` lint | Martin Nordholts | -1/+0 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-16 | Remove the lint outright | Michael Goulet | -0/+5 |
| 2023-12-10 | remove redundant imports | surechen | -3/+0 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -3/+1 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | rustc_session: implement latent TODO | Tamir Duberstein | -0/+1 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+3 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -1/+0 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -1/+1 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -1/+3 |
| 2023-10-16 | implement the basics of the lint static analysis | Arthur Lafrance | -0/+1 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -0/+5 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+3 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -1/+1 |
| 2023-09-28 | Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillot | bors | -1/+1 |
| 2023-09-27 | Use absolute paths in rustc_lint::passes macros | Alex Macleod | -5/+1 |
| 2023-09-27 | Prefer expr_or_init over manual init detection | Urgau | -1/+1 |
| 2023-09-26 | const-eval: make misalignment a hard error | Ralf Jung | -0/+5 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -0/+5 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -2/+2 |
| 2023-08-04 | Make rustc internal lints per module. | Camille GILLOT | -7/+7 |