| Age | Commit message (Expand) | Author | Lines |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+1 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+1 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -0/+28 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -18/+3 |
| 2025-06-21 | Remove style() from AttributeExt trait | David Tolnay | -14/+8 |
| 2025-06-21 | Add AttributeExt::doc_resolution_scope | David Tolnay | -0/+10 |
| 2025-06-20 | Port `#[may_dangle]` to the new attribute system | Pavel Grigorenko | -0/+1 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -0/+2 |
| 2025-06-15 | Rollup merge of #134661 - dtolnay:prefixattr, r=fmease | León Orell Valerian Liehr | -5/+16 |
| 2025-06-13 | Reduce precedence of expressions that have an outer attr | David Tolnay | -5/+16 |
| 2025-06-13 | collect delayed lints in hir_crate_items | Jana Dönszelmann | -4/+18 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+37 |
| 2025-06-08 | Remove all unused feature gates from the compiler | bjorn3 | -1/+0 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -46/+37 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -2/+3 |
| 2025-06-04 | Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -6/+1 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -1/+1 |
| 2025-06-04 | Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukang | Matthias Krüger | -5/+4 |
| 2025-06-04 | Improve some `Visitor` comments. | Nicholas Nethercote | -5/+4 |
| 2025-06-04 | Visit the ident in `PreciseCapturingNonLifetimeArg`. | Nicholas Nethercote | -2/+3 |
| 2025-06-03 | Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error... | Matthias Krüger | -2/+9 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -2/+9 |
| 2025-06-03 | Rename `LifetimeSyntax` variants to lang-team-approved names | Jake Goulding | -39/+35 |
| 2025-06-03 | Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercote | Matthias Krüger | -90/+147 |
| 2025-06-03 | Deconstruct values in the THIR visitor | ArtemIsmagilov | -90/+147 |
| 2025-06-03 | Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLii | Matthias Krüger | -2/+5 |
| 2025-06-03 | Overhaul `UsePath`. | Nicholas Nethercote | -5/+14 |
| 2025-06-02 | Suppress redundant error | Michael Goulet | -2/+5 |
| 2025-05-30 | Reorder hir fn stuff. | Nicholas Nethercote | -1/+1 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -36/+36 |
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -1/+1 |
| 2025-05-15 | HIR: explain in comment why `ExprKind::If` "then" is an `Expr` | Samuel Tardieu | -0/+2 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -15/+8 |
| 2025-05-07 | Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life... | John Kåre Alsaker | -7/+8 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -25/+74 |
| 2025-05-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2025-05-02 | Split `get_opt_name` hashing use into `hashed_symbol` | John Kåre Alsaker | -1/+21 |
| 2025-05-02 | Add comment about the symbol on `AnonAssocTy` | John Kåre Alsaker | -1/+2 |
| 2025-05-02 | Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst` | John Kåre Alsaker | -4/+5 |
| 2025-05-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+3 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -9/+20 |
| 2025-04-30 | Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov | bors | -0/+1 |
| 2025-04-30 | Simplify `LazyAttrTokenStream`. | Nicholas Nethercote | -0/+1 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -0/+4 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -20/+47 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -13/+5 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+4 |