| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmann | Stuart Cook | -0/+5 |
| 2025-08-06 | Port `#[should_panic]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+5 |
| 2025-08-04 | Port `#[coroutine]` to the new attribute system | Sasha Pourcelot | -0/+4 |
| 2025-08-03 | Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji... | Samuel Tardieu | -4/+0 |
| 2025-08-03 | Rollup merge of #142678 - BoxyUwU:gai_cleanup, r=nnethercote | Samuel Tardieu | -24/+15 |
| 2025-08-02 | Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu | Samuel Tardieu | -2/+2 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -4/+0 |
| 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 | -12/+1043 |
| 2025-07-29 | Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errors | Stuart Cook | -0/+5 |
| 2025-07-28 | Introduce assoc_parent | Cameron Steffen | -0/+4 |
| 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-25 | Improve and regularize comment placement in doc code | Josh Triplett | -1/+1 |
| 2025-07-25 | Skip formatting for some compiler documentation code | Josh Triplett | -1/+1 |
| 2025-07-23 | Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra... | Jonathan Brouwer | -0/+1 |
| 2025-07-20 | Remove the ptr_unique lang item | bjorn3 | -3/+0 |
| 2025-07-17 | Warn useless deprecation in check_attr. | Camille GILLOT | -6/+12 |
| 2025-07-17 | Specify of_trait in Target::Impl. | Camille GILLOT | -5/+6 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -6/+23 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -6/+23 |
| 2025-07-17 | Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors | bors | -4/+15 |
| 2025-07-17 | Use `join_path_syms` in one more place. | Nicholas Nethercote | -13/+7 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -2/+2 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -0/+15 |
| 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 | -47/+11 |
| 2025-07-13 | Retire hir::ForeignItemRef. | Camille GILLOT | -24/+6 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -25/+4 |
| 2025-07-13 | Move trait_item_def_id from ImplItemRef to ImplItem. | Camille GILLOT | -4/+5 |
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+6 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -0/+2 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -6/+6 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -0/+1 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -2/+0 |
| 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 | -2/+1 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -2/+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 | -5/+4 |
| 2025-06-30 | Don't look at static items' HIR for wfcheck | Oli Scherer | -0/+4 |
| 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-25 | Reviews | Boxy | -41/+6 |