| Age | Commit message (Expand) | Author | Lines |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -1/+1 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -6/+13 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -10/+1 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -0/+7 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -2/+2 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -20/+21 |
| 2025-02-22 | Filter elided lifetimes in HIR pretty printing | Urgau | -5/+9 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -1/+23 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -2/+2 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -1/+1 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -2/+4 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+2 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -1/+4 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -12/+5 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -2/+2 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -1/+4 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -0/+8 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -0/+8 |
| 2024-12-07 | Address review comments | Nadrieril | -0/+2 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -2/+2 |
| 2024-11-24 | add guard pattern AST node | Max Niederman | -0/+6 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -3/+2 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+2 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -0/+11 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -26/+22 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -26/+22 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -8/+0 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -0/+6 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -4/+4 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -8/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+6 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -3/+10 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -11/+12 |
| 2024-07-24 | centralize turning asm flags into human readable names | Folkert | -29/+1 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+5 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -10/+10 |
| 2024-06-11 | Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov | bors | -16/+9 |
| 2024-06-06 | Fix formatting | carbotaniuman | -2/+7 |
| 2024-06-06 | Fix build | carbotaniuman | -3/+3 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -2/+4 |
| 2024-06-05 | Print `token::Interpolated` with token stream pretty printing. | Nicholas Nethercote | -16/+9 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -0/+1 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -4/+4 |
| 2024-05-23 | Add some comments. | Nicholas Nethercote | -11/+29 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -8/+11 |
| 2024-05-14 | Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov | bors | -6/+8 |