| Age | Commit message (Expand) | Author | Lines |
| 2025-08-03 | Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercote | Samuel Tardieu | -12/+11 |
| 2025-08-01 | loop match: error on `#[const_continue]` outside `#[loop_match]` | Folkert de Vries | -1/+1 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -1/+1 |
| 2025-07-29 | Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errors | Stuart Cook | -0/+5 |
| 2025-07-27 | Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau... | FractalFir | -0/+5 |
| 2025-07-26 | Use the new attributes throughout the codebase | Jonathan Brouwer | -0/+11 |
| 2025-07-23 | Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra... | Jonathan Brouwer | -0/+1 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -5/+14 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -2/+2 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -0/+6 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -29/+3 |
| 2025-07-13 | Retire hir::ForeignItemRef. | Camille GILLOT | -15/+2 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -9/+0 |
| 2025-07-13 | Move trait_item_def_id from ImplItemRef to ImplItem. | Camille GILLOT | -3/+3 |
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+6 |
| 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-25 | Reviews | Boxy | -21/+6 |
| 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-18 | Link to dev-guide docs | Boxy | -9/+23 |
| 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 |