| Age | Commit message (Expand) | Author | Lines |
| 2025-09-20 | mbe: Factor out a function to transcribe a `ParseNtResult` | Josh Triplett | -0/+8 |
| 2025-09-20 | mbe: Simplify match in `transcribe_metavar` | Josh Triplett | -18/+19 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (1/N) | León Orell Valerian Liehr | -3/+3 |
| 2025-09-07 | support integer literals in `${concat()}` | cyrgani | -1/+17 |
| 2025-09-01 | Add compiler error when trying to use concat metavar expr in repetitions | jullang | -1/+6 |
| 2025-07-01 | Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche... | Matthias Krüger | -2/+2 |
| 2025-06-30 | mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnostics | Trevor Gross | -2/+2 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -2/+2 |
| 2025-06-24 | mbe: Clean up code with non-optional `NonterminalKind` | Trevor Gross | -2/+2 |
| 2025-06-19 | mbe: Refactor transcription | Trevor Gross | -348/+389 |
| 2025-06-19 | mbe: Move `transcribe_metavar_expr` directly after `transcribe` | Trevor Gross | -96/+96 |
| 2025-04-30 | ast: Remove token visiting from AST visitor | Vadim Petrochenkov | -16/+16 |
| 2025-04-02 | Impl `Copy` for `Token` and `TokenKind`. | Nicholas Nethercote | -2/+2 |
| 2025-04-02 | Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`. | Nicholas Nethercote | -11/+8 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -7/+28 |
| 2025-03-07 | Remove `NtItem` and `NtStmt`. | Nicholas Nethercote | -1/+13 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -0/+3 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -0/+8 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -4/+14 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -2/+2 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -2/+2 |
| 2025-02-21 | Avoid snapshotting the parser in `parse_path_inner`. | Nicholas Nethercote | -2/+3 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -0/+3 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -1/+34 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -2/+2 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -10/+10 |
| 2024-12-26 | Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukang | Jacob Pratt | -2/+4 |
| 2024-12-21 | Hash only the spans that we care ended up reading in Span::try_metavars | Michael Goulet | -17/+12 |
| 2024-12-21 | Hash the untracked macro variable expansions | Michael Goulet | -9/+10 |
| 2024-12-21 | Properly record metavar spans for other expansions other than TT | Michael Goulet | -0/+4 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+3 |
| 2024-12-01 | Fix #128346 | Caio | -2/+4 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+2 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -8/+8 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -12/+13 |
| 2024-07-22 | Always pass the visitor as the first argument to walk* functions | Oli Scherer | -2/+2 |
| 2024-07-19 | Allow concat in repetitions | Caio | -37/+56 |
| 2024-07-17 | Add support for literals | Caio | -24/+35 |
| 2024-07-06 | Add support for literals | Caio | -5/+27 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -6/+6 |
| 2024-06-18 | Prefer `dcx` methods over fields or fields' methods | Oli Scherer | -1/+1 |
| 2024-06-15 | Rollup merge of #125829 - petrochenkov:upctxt2, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -3/+51 |
| 2024-06-13 | rustc_span: By-value interface for ctxt update | Vadim Petrochenkov | -1/+1 |
| 2024-06-10 | rustc_span: Optimize syntax context updates in spans | Vadim Petrochenkov | -5/+5 |
| 2024-05-28 | Remove a stray comment that shouldn't be here. | Nicholas Nethercote | -1/+0 |
| 2024-05-27 | Rollup merge of #125530 - SparrowLii:expand2, r=petrochenkov | Guillaume Gomez | -31/+29 |