| Age | Commit message (Expand) | Author | Lines |
| 2025-08-14 | Remove the old target checking logic | Jonathan Brouwer | -6/+8 |
| 2025-08-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -0/+1 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -0/+1 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -4/+3 |
| 2025-08-12 | Switch to a bitflags `MacroKinds` to support macros with more than one kind | Josh Triplett | -4/+3 |
| 2025-08-12 | Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmann | Stuart Cook | -0/+1 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -12/+15 |
| 2025-08-11 | Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2) | Sasha Pourcelot | -0/+1 |
| 2025-08-06 | Port `#[should_panic]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+1 |
| 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 |