| Age | Commit message (Expand) | Author | Lines |
| 2022-05-13 | Use pluralize in one instance | est31 | -2/+2 |
| 2022-05-13 | Improve name and documentation of generic_extension | est31 | -3/+4 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -12/+28 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -5/+6 |
| 2022-05-05 | Implement the unused_macro_rules lint | est31 | -12/+28 |
| 2022-05-04 | Fix spelling of an identifier. | Nicholas Nethercote | -4/+4 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -5/+6 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -32/+23 |
| 2022-04-27 | Avoid producing `NoDelim` values in `Frame`. | Nicholas Nethercote | -11/+11 |
| 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 | `mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`. | Nicholas Nethercote | -15/+7 |
| 2022-04-14 | Introduce `TtHandle` and use it in `TokenSet`. | Nicholas Nethercote | -41/+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 | 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-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 | 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 | -62/+48 |
| 2022-04-09 | Remove explicit delimiter token trees from `Delimited`. | Nicholas Nethercote | -62/+48 |
| 2022-04-07 | Use gender neutral terms | James 'zofrex' Sanderson | -1/+1 |
| 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 | 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 | errors: implement fallback diagnostic translation | David Wood | -9/+11 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -1/+2 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -4/+5 |
| 2022-04-04 | Reorder match arms in `parse_tt_inner`. | Nicholas Nethercote | -31/+31 |
| 2022-04-04 | A new matcher representation for use in `parse_tt`. | Nicholas Nethercote | -332/+289 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -1/+1 |
| 2022-04-02 | Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkov | bors | -95/+119 |
| 2022-03-31 | expand: Do not count metavar declarations on RHS of `macro_rules` | Vadim Petrochenkov | -15/+10 |
| 2022-03-31 | Make `MatcherPos` not derive `Clone`. | Nicholas Nethercote | -8/+24 |
| 2022-03-31 | Remove `MatcherPos::stack`. | Nicholas Nethercote | -62/+73 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-31 | Clarify `idx` handling in sequences. | Nicholas Nethercote | -9/+18 |
| 2022-03-31 | Remove `MatcherPos::match_lo`. | Nicholas Nethercote | -10/+4 |
| 2022-03-31 | Simplify exit of `Delimited` submatchers. | Nicholas Nethercote | -18/+12 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Pre-allocate an empty `Lrc<NamedMatchVec>`. | Nicholas Nethercote | -8/+26 |
| 2022-03-30 | Overhaul how matches are recorded. | Nicholas Nethercote | -48/+55 |
| 2022-03-30 | Improve comments and rename many things for consistency. | Nicholas Nethercote | -198/+181 |