| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -2/+3 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+6 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+1 |
| 2024-04-05 | Put non_local_definitions lint back to warn-by-default | Urgau | -1/+1 |
| 2024-04-05 | Eliminate false-positives in the non-local lint with the type-system | Urgau | -37/+168 |
| 2024-04-03 | update messages | Dan | -1/+1 |
| 2024-03-29 | Add support for NonNull in ambiguous_wide_ptr_comparisions | Urgau | -14/+42 |
| 2024-03-29 | Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrieril | bors | -29/+43 |
| 2024-03-29 | Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint | Urgau | -29/+43 |
| 2024-03-26 | Don't check match scrutinee of postfix match for unused parens | Michael Goulet | -1/+3 |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -1/+1 |
| 2024-03-24 | Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}` | Alex Macleod | -23/+8 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -8/+8 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -2/+2 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -8/+8 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -1/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -8/+8 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -8/+6 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -2/+2 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+1 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -1/+3 |
| 2024-03-19 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -1/+1 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -0/+1 |
| 2024-03-17 | Rollup merge of #122608 - Urgau:check-cfg-move-diagnostic-logic, r=fmease | Matthias Krüger | -274/+282 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -17/+29 |
| 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 | -26/+26 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -28/+28 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -7/+4 |
| 2024-03-10 | Fix lint. | Markus Reiter | -17/+27 |
| 2024-03-09 | Rollup merge of #121813 - Urgau:misc-non_local_defs-lint, r=cjgillot | Matthias Krüger | -13/+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 |