| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -4/+16 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -5/+5 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -1/+1 |
| 2024-08-14 | Use `impl PartialEq<TokenKind> for Token` more. | Nicholas Nethercote | -1/+1 |
| 2024-08-09 | diagnostics: do not warn when a lifetime bound infers itself | Michael Howell | -6/+15 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -30/+28 |
| 2024-07-23 | Update the description of lint type_alias_bounds | León Orell Valerian Liehr | -9/+21 |
| 2024-07-23 | Make lint type_alias_bounds's removal sugg maybe-incorrect if the RHS contain... | León Orell Valerian Liehr | -43/+48 |
| 2024-07-23 | Improve the impl and diag output of lint type_alias_bounds | León Orell Valerian Liehr | -39/+53 |
| 2024-07-23 | Suppress lint type_alias_bounds for ty aliases containing const projections u... | León Orell Valerian Liehr | -0/+10 |
| 2024-07-23 | Don't suppress lint type_alias_bounds for ty aliases containing inherent asso... | León Orell Valerian Liehr | -17/+11 |
| 2024-07-19 | Update the `binary_asm_label` documentation | Trevor Gross | -9/+23 |
| 2024-07-18 | Change `binary_asm_labels` to only fire on x86 and x86_64 | Trevor Gross | -9/+16 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+6 |
| 2024-07-09 | Fire unsafe_code lint on unsafe extern blocks | Santiago Pastorino | -0/+6 |
| 2024-07-09 | add lint for inline asm labels that look like binary | asquared31415 | -29/+102 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -79/+3 |
| 2024-06-11 | Rollup merge of #125659 - tbu-:pr_rm_isize, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-06 | Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkov | Jubilee | -6/+15 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -6/+15 |
| 2024-06-03 | Fix up comments. | Nicholas Nethercote | -16/+26 |
| 2024-05-28 | Remove usage of `isize` in example | Tobias Bucher | -1/+1 |
| 2024-05-24 | move generics_of call outside of iter | Boxy | -1/+3 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -3/+15 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_lint`. | Nicholas Nethercote | -0/+1 |
| 2024-05-22 | Use correct param-env in MissingCopyImplementations | Michael Goulet | -5/+4 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -15/+6 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -3/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -3/+3 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -2/+2 |
| 2024-05-07 | Make sure we don't deny macro vars w keyword names | Michael Goulet | -1/+10 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | Remove `extern crate rustc_session` from `rustc_lint`. | Nicholas Nethercote | -0/+1 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -30/+72 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -2/+3 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -1/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -1/+1 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -1/+1 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -0/+2 |
| 2024-03-14 | Fix lint. | Markus Reiter | -0/+2 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -2/+3 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -2/+2 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -1/+1 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -1/+1 |