| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -1/+1 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-02-20 | Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils... | Nilstrieb | -0/+4 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -1/+1 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -0/+4 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -26/+0 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+1 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -2/+1 |
| 2024-02-05 | Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -30/+30 |
| 2024-01-23 | Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with... | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff... | Matthias Krüger | -7/+27 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+1 |
| 2024-01-05 | Remove outdated references to `librustc_middle`. | Alona Enraght-Moony | -1/+1 |
| 2024-01-04 | Rollup merge of #119195 - asquared31415:named_asm_labels_fix, r=Amanieu | Matthias Krüger | -13/+49 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -2/+2 |
| 2023-12-21 | Make named_asm_labels lint not trigger on unicode and trigger on format args | asquared31415 | -13/+49 |