| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -19/+9 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -1/+1 |
| 2024-12-27 | Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors | David Tolnay | -1/+3 |
| 2024-12-27 | Skip parenthesis around tuple struct field calls | David Tolnay | -1/+3 |
| 2024-12-27 | Skip parenthesis if `.` makes statement boundary unambiguous | David Tolnay | -11/+31 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -15/+3 |
| 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 | -5/+4 |
| 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 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+19 |
| 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 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -2/+2 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -25/+24 |
| 2024-11-30 | Eliminate PREC_FORCE_PAREN | David Tolnay | -4/+4 |
| 2024-11-30 | Eliminate precedence arithmetic from rustc_ast_pretty | David Tolnay | -25/+16 |
| 2024-11-29 | Eliminate rustc_ast_pretty's print_expr_maybe_paren | David Tolnay | -31/+87 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -3/+3 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -4/+7 |
| 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-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -3/+3 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+3 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -0/+11 |
| 2024-10-24 | Print safety correctly in extern static items | Michael Goulet | -1/+6 |
| 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 | -5/+5 |
| 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 | -15/+15 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -3/+10 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_ast_pretty`. | Nicholas Nethercote | -19/+20 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -35/+36 |
| 2024-07-24 | centralize turning asm flags into human readable names | Folkert | -29/+1 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -0/+5 |
| 2024-07-02 | Rollup merge of #126883 - dtolnay:breakvalue, r=fmease | Matthias Krüger | -2/+6 |
| 2024-07-01 | Parenthesize break values containing leading label | David Tolnay | -2/+6 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+5 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |