| Age | Commit message (Expand) | Author | Lines |
| 2024-03-16 | Move check-cfg diagnostic logic into it's own module | Urgau | -274/+282 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -0/+6 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -2/+3 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-14 | Fix lint. | Markus Reiter | -0/+2 |
| 2024-03-14 | Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk | bors | -1/+2 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -3/+3 |
| 2024-03-14 | Enable `f16` and `f128` in HIR | Trevor Gross | -2/+3 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -2/+3 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -1/+2 |
| 2024-03-13 | Various style improvements to `rustc_lint::levels` | Zalathar | -128/+121 |
| 2024-03-11 | Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function. | Nicholas Nethercote | -12/+5 |
| 2024-03-11 | Rename diagnostic derive things. | Nicholas Nethercote | -2/+1 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -27/+27 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -29/+29 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -8/+5 |
| 2024-03-10 | Fix lint. | Markus Reiter | -17/+27 |
| 2024-03-10 | Rollup merge of #121860 - mu001999:master, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2024-03-09 | Rollup merge of #121813 - Urgau:misc-non_local_defs-lint, r=cjgillot | Matthias Krüger | -14/+21 |
| 2024-03-08 | Rollup merge of #122181 - chenyukang:yukang-fix-late-lint-crash, r=oli-obk | Matthias Krüger | -4/+6 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -10/+8 |
| 2024-03-08 | Fix crash in late internal checking | yukang | -4/+6 |
| 2024-03-07 | Use was_invoked_from_cargo method instead of hand-written one | Urgau | -1/+1 |
| 2024-03-07 | Add early-return when checking if a path is local | Urgau | -2/+4 |
| 2024-03-07 | Remove useless smallvec dependency in rustc_lint::non_local_def | Urgau | -13/+18 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -1/+5 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -1/+2 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -1/+2 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -46/+128 |
| 2024-03-06 | Fix redundant import errors for preload extern crate | yukang | -1/+5 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -2/+2 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -46/+128 |
| 2024-03-05 | Split refining_impl_trait lint into _reachable, _internal variants | Tyler Mandry | -0/+6 |
| 2024-03-06 | Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgr | bors | -20/+51 |
| 2024-03-05 | Use `ControlFlow` in AST visitors. | Jason Newcomb | -10/+8 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -4/+4 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -2/+2 |
| 2024-03-05 | Limit the number of names and values in check-cfg diagnostics | Urgau | -20/+51 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -91/+82 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -51/+42 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -12/+12 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -1/+1 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -29/+29 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -1/+1 |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -11/+9 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -11/+9 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -1/+1 |
| 2024-03-03 | Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2024-03-03 | Remove unused fluent messages | r0cky | -2/+0 |
| 2024-03-01 | Hoist only-executables check above producing crate ident | 许杰友 Jieyou Xu (Joe) | -3/+5 |