| Age | Commit message (Expand) | Author | Lines |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -61/+54 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -3/+1 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-27 | Avoid producing `NoDelim` values in `Frame`. | Nicholas Nethercote | -11/+11 |
| 2022-04-22 | start tracking proc-macros expansion spans in the self-profiler | Rémy Rakic | -3/+12 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-dead | Dylan DPC | -27/+13 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -1/+1 |
| 2022-04-14 | remove reudndant function param in check_matcher_core() | Matthias Krüger | -19/+7 |
| 2022-04-14 | remove function param that is only used in recursive of fn inner() | Matthias Krüger | -8/+6 |
| 2022-04-14 | Auto merge of #95928 - nnethercote:rm-TokenTree-Clone, r=petrochenkov | bors | -106/+164 |
| 2022-04-14 | `mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`. | Nicholas Nethercote | -19/+10 |
| 2022-04-14 | Introduce `TtHandle` and use it in `TokenSet`. | Nicholas Nethercote | -53/+111 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -2/+2 |
| 2022-04-13 | Pass a slice instead of a `Vec` to `transcribe`. | Nicholas Nethercote | -3/+3 |
| 2022-04-13 | Avoid use of `Lrc` in `mbe::Frame`. | Nicholas Nethercote | -29/+38 |
| 2022-04-13 | `SequenceRepetition` and `Delimited` don't need to be `Clone`. | Nicholas Nethercote | -2/+2 |
| 2022-04-11 | Add a useful comment. | Nicholas Nethercote | -0/+4 |
| 2022-04-11 | Tweak `NamedMatch` representation. | Nicholas Nethercote | -27/+7 |
| 2022-04-11 | Change internal naming of macros. | Nicholas Nethercote | -1/+2 |
| 2022-04-09 | Rollup merge of #95808 - petrochenkov:fragspec, r=nnethercote | Dylan DPC | -20/+21 |
| 2022-04-09 | Rollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkov | Dylan DPC | -1/+0 |
| 2022-04-09 | Auto merge of #95697 - klensy:no-strings, r=petrochenkov | bors | -2/+2 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -20/+21 |
| 2022-04-09 | Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov | Dylan DPC | -96/+58 |
| 2022-04-09 | Remove explicit delimiter token trees from `Delimited`. | Nicholas Nethercote | -96/+58 |
| 2022-04-08 | Left overs of #95761 | Caio | -1/+0 |
| 2022-04-08 | Rollup merge of #95761 - c410-f3r:meta-var-stuff, r=petrochenkov | Dylan DPC | -4/+3 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -2/+2 |
| 2022-04-07 | Auto merge of #95715 - nnethercote:shrink-Nonterminal, r=davidtwco | bors | -2/+2 |
| 2022-04-07 | Kickstart the inner usage of macro_metavar_expr | Caio | -4/+3 |
| 2022-04-07 | Use gender neutral terms | James 'zofrex' Sanderson | -1/+1 |
| 2022-04-07 | Shrink `Nonterminal`. | Nicholas Nethercote | -2/+2 |
| 2022-04-06 | Auto merge of #95669 - nnethercote:call-compute_locs-once-per-rule, r=petroch... | bors | -149/+169 |
| 2022-04-06 | Call `compute_locs` once per rule. | Nicholas Nethercote | -114/+123 |
| 2022-04-05 | Rollup merge of #95473 - lqd:macro-expansion, r=petrochenkov | Dylan DPC | -10/+24 |
| 2022-04-05 | track proc-macro expansions in the self-profiler | Rémy Rakic | -10/+24 |
| 2022-04-05 | Move the missing fragment identifier checking. | Nicholas Nethercote | -47/+58 |
| 2022-04-05 | Remove the lifetime from `TtParser` and `MatcherLoc`. | Nicholas Nethercote | -14/+14 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -2/+2 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -1/+3 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -9/+13 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -7/+8 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -4/+5 |
| 2022-04-04 | Auto merge of #95653 - Dylan-DPC:rollup-2p9hzi3, r=Dylan-DPC | bors | -8/+8 |
| 2022-04-04 | Rollup merge of #95343 - dtolnay:literals, r=petrochenkov | Dylan DPC | -8/+8 |
| 2022-04-04 | Reorder match arms in `parse_tt_inner`. | Nicholas Nethercote | -31/+31 |