| Age | Commit message (Expand) | Author | Lines |
| 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/+23 |
| 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 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -11/+15 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -17/+25 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -5/+5 |
| 2022-04-05 | errors: introduce `DiagnosticMessage` | David Wood | -1/+2 |
| 2022-04-03 | Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco | bors | -1/+237 |
| 2022-04-02 | Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -0/+4 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -0/+4 |
| 2022-04-01 | Rollup merge of #95293 - compiler-errors:braces, r=davidtwco | Matthias Krüger | -11/+7 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -3/+1 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -3/+3 |
| 2022-03-30 | Update error message & remove outdated test comment | Grisha Vartanyan | -3/+1 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -5/+5 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -5/+5 |