| Age | Commit message (Expand) | Author | Lines |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -4/+4 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -4/+4 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -1/+1 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -1/+1 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -21/+0 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -0/+4 |
| 2025-07-01 | Remove `ItemKind::descr` method | Guillaume Gomez | -21/+0 |
| 2025-07-01 | Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr | bors | -28/+0 |
| 2025-06-30 | Remove unused `descr` methods | Guillaume Gomez | -28/+0 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -2/+2 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -0/+4 |
| 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-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 | -1/+5 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -0/+5 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -39/+35 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -1/+1 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -2/+9 |
| 2025-06-03 | Rename `LifetimeSyntax` variants to lang-team-approved names | Jake Goulding | -38/+34 |
| 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 | -2/+2 |
| 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 | -28/+28 |
| 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-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+3 |
| 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-28 | Add or-patterns to pattern types | Oli Scherer | -0/+3 |
| 2025-04-23 | Extend HIR to track the source and syntax of a lifetime | Jake Goulding | -33/+126 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -3/+8 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -3/+8 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -10/+10 |
| 2025-04-12 | Fix name of field in doc comment | Samuel Tardieu | -1/+1 |
| 2025-04-10 | Address review comments. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -2/+2 |
| 2025-04-07 | Rollup merge of #139112 - m-ou-se:super-let, r=lcnr | Stuart Cook | -1/+3 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -1/+5 |
| 2025-04-04 | Implement `super let`. | Mara Bos | -1/+3 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -4/+4 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -1/+1 |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -15/+78 |