| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | mbe: Simplify a match to a let-else | Josh Triplett | -3/+2 |
| 2025-07-05 | mbe: Add a helper to parse a single `TokenTree` | Josh Triplett | -22/+20 |
| 2025-07-05 | mbe: Introduce an enum for which part of a rule we're parsing | Josh Triplett | -17/+36 |
| 2025-07-05 | Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+9 |
| 2025-07-04 | Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -1/+1 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+1 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -206/+61 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -0/+1 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -0/+1 |
| 2025-07-01 | Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr | bors | -60/+70 |
| 2025-07-01 | Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche... | Matthias Krüger | -60/+70 |
| 2025-06-30 | mbe: Move `MetaVarExprConcatElem` closer to where it is used | Trevor Gross | -14/+14 |
| 2025-06-30 | mbe: Factor `concat` metavariable handling out | Trevor Gross | -40/+45 |
| 2025-06-30 | mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnostics | Trevor Gross | -10/+15 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -2/+6 |
| 2025-06-26 | mbe: Fold calls to `check_meta_variables` into the parser loop | Josh Triplett | -18/+8 |
| 2025-06-26 | Rewrite `macro_rules!` parser to not use the MBE engine itself | Josh Triplett | -188/+53 |
| 2025-06-25 | Don't give APITs names with macro expansion placeholder fragments in it | Michael Goulet | -0/+14 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -18/+10 |
| 2025-06-24 | Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -135/+124 |
| 2025-06-24 | Don't include current rustc version string in feature removed help | Jieyou Xu | -2/+0 |
| 2025-06-24 | mbe: Use `TokenTree` as the fallback for invalid fragment specifiers | Trevor Gross | -3/+3 |
| 2025-06-24 | mbe: Clean up code with non-optional `NonterminalKind` | Trevor Gross | -82/+66 |
| 2025-06-24 | mbe: Unnest nested matches with let-else and let chains | Trevor Gross | -58/+63 |
| 2025-06-24 | Tweak `-Zmacro-stats` measurement. | Nicholas Nethercote | -18/+10 |
| 2025-06-22 | Auto merge of #142706 - fee1-dead-contrib:push-zsznlqyrzsqo, r=oli-obk | bors | -8/+8 |
| 2025-06-21 | Rollup merge of #142690 - petrochenkov:expnoparam, r=compiler-errors | Jana Dönszelmann | -46/+46 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -363/+404 |
| 2025-06-20 | Use a symbol for `ExpansionConfig::crate_name`. | Nicholas Nethercote | -7/+7 |
| 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-06-19 | completely deduplicate `Visitor` and `MutVisitor` | Deadbeef | -8/+8 |
| 2025-06-18 | expand: Remove some unnecessary generic parameters | Vadim Petrochenkov | -46/+46 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -23/+24 |
| 2025-06-16 | Remove an `njn:` comment accidentaly left behind. | Nicholas Nethercote | -1/+2 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -19/+6 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -46/+322 |
| 2025-06-12 | avoid `&mut P<T>` in `visit_expr` etc methods | Deadbeef | -23/+24 |
| 2025-06-12 | Make `missing_fragment_specifier` an unconditional error | Trevor Gross | -19/+6 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -0/+15 |
| 2025-06-08 | Remove all unused feature gates from the compiler | bjorn3 | -1/+0 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -22/+17 |
| 2025-05-30 | Rollup merge of #141430 - fee1-dead-contrib:push-nmzoprvtsvww, r=petrochenkov | Matthias Krüger | -30/+69 |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -3/+2 |