| Age | Commit message (Expand) | Author | Lines |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -3/+3 |
| 2025-07-08 | update to literal-escaper-0.0.5 | Marijn Schouten | -3/+3 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -1/+1 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -13/+12 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -8/+7 |
| 2025-04-04 | Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate | Guillaume Gomez | -1/+1 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -12/+12 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -3/+7 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -2/+2 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+2 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -21/+21 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -7/+7 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -12/+9 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -140/+42 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -8/+17 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -2/+2 |
| 2025-01-26 | rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹 | Yotam Ofek | -2/+2 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2024-12-20 | Change comparison operators to have Fixity::None | David Tolnay | -3/+4 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -2/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -3/+2 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+2 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -0/+4 |
| 2024-12-11 | allow `symbol_intern_string_literal` lint in test modules | onur-ozkan | -0/+2 |
| 2024-12-02 | Squash closures and jumps into a single precedence level | David Tolnay | -2/+1 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -23/+51 |
| 2024-11-30 | Eliminate PREC_FORCE_PAREN | David Tolnay | -1/+0 |
| 2024-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -115/+0 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -1/+1 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -1/+1 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -1/+3 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -6/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-09-13 | Use the same precedence for all macro-like exprs | Michael Goulet | -6/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+11 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-07-02 | Rollup merge of #126883 - dtolnay:breakvalue, r=fmease | Matthias Krüger | -1/+78 |
| 2024-07-01 | Parenthesize break values containing leading label | David Tolnay | -1/+78 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -24/+21 |
| 2024-06-23 | Unify the precedence level for PREC_POSTFIX and PREC_PAREN | David Tolnay | -1/+1 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -2/+4 |
| 2024-05-12 | Disallow cast with trailing braced macro in let-else | David Tolnay | -4/+91 |
| 2024-05-11 | Add classify::expr_is_complete | David Tolnay | -39/+57 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -13/+17 |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -1/+2 |
| 2024-05-11 | Expand on expr_requires_semi_to_be_stmt documentation | David Tolnay | -10/+41 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-02 | Fix contains_exterior_struct_lit | Michael Goulet | -1/+2 |