| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -17/+35 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -19/+20 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -2/+2 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+21 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -4/+9 |
| 2022-04-29 | Remove hacks in `make_token_stream`. | Nicholas Nethercote | -38/+0 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -13/+13 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -240/+245 |
| 2022-04-28 | Rollup merge of #96405 - pvdrz:ambiguous-plus-diagnostic, r=davidtwco | Dylan DPC | -9/+13 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -240/+245 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -3/+1 |
| 2022-04-28 | Rollup merge of #96421 - nnethercote:less-NoDelim, r=petrochenkov | Dylan DPC | -50/+50 |
| 2022-04-27 | rename `sum_with_parens` | Christian Poveda | -6/+3 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-27 | Avoid producing `NoDelim` values in `FrameData`. | Nicholas Nethercote | -12/+15 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -16/+20 |
| 2022-04-27 | Avoid producing `NoDelim` values in `TokenCursorFrame`. | Nicholas Nethercote | -22/+15 |
| 2022-04-26 | move `AmbigousPlus` outside | Christian Poveda | -9/+10 |
| 2022-04-26 | avoid `format!` | Christian Poveda | -2/+2 |
| 2022-04-25 | remove old code | Christian Poveda | -9/+0 |
| 2022-04-25 | migrate ambiguous plus diagnostic | Christian Poveda | -9/+24 |
| 2022-04-23 | Better handle too many `#` recovery in raw str | Esteban Küber | -9/+34 |
| 2022-04-21 | Introduced `Cursor::next_with_spacing_ref`. | Nicholas Nethercote | -5/+5 |
| 2022-04-21 | Produce `CloseDelim` and pop the stack at the same time. | Nicholas Nethercote | -27/+34 |
| 2022-04-21 | Avoid some tuple destructuring. | Nicholas Nethercote | -5/+7 |
| 2022-04-20 | Remove `Eof` sanity check in `Parser::inlined_bump_with`. | Nicholas Nethercote | -6/+0 |
| 2022-04-20 | Inline `Parser::nonterminal_may_begin_with`. | Nicholas Nethercote | -2/+4 |
| 2022-04-20 | Inline `Parser::parse_nonterminal`. | Nicholas Nethercote | -1/+3 |
| 2022-04-20 | Only record `fallback_span` when necessary. | Nicholas Nethercote | -1/+1 |
| 2022-04-20 | Remove the loop from `Parser::bump()`. | Nicholas Nethercote | -29/+34 |
| 2022-04-20 | Remove `TokenCursorFrame::open_delim`. | Nicholas Nethercote | -20/+5 |
| 2022-04-20 | Use `true` for `open_delim`/`close_delim` in one spot. | Nicholas Nethercote | -2/+2 |
| 2022-04-20 | Add a size assertion for `Parser`. | Nicholas Nethercote | -0/+5 |
| 2022-04-20 | Move desugaring code into its own function. | Nicholas Nethercote | -67/+60 |
| 2022-04-19 | Handle `Delimited` opening immediately. | Nicholas Nethercote | -1/+3 |
| 2022-04-19 | Add {open,close}_delim arguments to `TokenCursorFrame::new()`. | Nicholas Nethercote | -12/+13 |
| 2022-04-19 | Rearrange `TokenCursor::inlined_next()`. | Nicholas Nethercote | -17/+20 |
| 2022-04-19 | Merge `TokenCursor::{next,next_desugared}`. | Nicholas Nethercote | -85/+71 |
| 2022-04-19 | Inline and remove `Parser::next_tok()`. | Nicholas Nethercote | -32/+26 |
| 2022-04-19 | Inline and remove `TokenTree::{open_tt,close_tt}`. | Nicholas Nethercote | -2/+2 |
| 2022-04-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -0/+3 |
| 2022-04-16 | Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix | Dylan DPC | -2/+2 |
| 2022-04-16 | Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc... | Dylan DPC | -10/+50 |
| 2022-04-14 | refactor: change to use peekable | rainy-me | -20/+17 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-14 | improve diagnostics for unterminated nested block comment | rainy-me | -10/+53 |
| 2022-04-12 | use `to_string` instead of `format!` | Takayuki Maeda | -1/+1 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -12/+36 |
| 2022-04-07 | Auto merge of #95715 - nnethercote:shrink-Nonterminal, r=davidtwco | bors | -8/+8 |
| 2022-04-07 | Shrink `Nonterminal`. | Nicholas Nethercote | -8/+8 |