| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | avoid `&mut P<T>` in `visit_expr` etc methods | Deadbeef | -1/+1 |
| 2025-06-11 | Add expectation for `{` when parsing lone coroutine qualifiers | Lukas Wirth | -13/+19 |
| 2025-06-06 | Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-dead | Guillaume Gomez | -5/+3 |
| 2025-06-03 | Remove `Path::is_ident`. | Nicholas Nethercote | -1/+1 |
| 2025-05-27 | Reduce `P<T>` to a typedef of `Box<T>`. | Nicholas Nethercote | -4/+2 |
| 2025-05-27 | Remove the one use of `P<[T]>`. | Nicholas Nethercote | -1/+1 |
| 2025-05-16 | Fix the issue of typo of comma in arm parsing | yukang | -18/+36 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -1/+1 |
| 2025-04-25 | resolved conflict | Kivooeo | -4/+8 |
| 2025-04-22 | Rollup merge of #140144 - nnethercote:fix-140098, r=petrochenkov | Chris Denton | -13/+13 |
| 2025-04-22 | Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-dead | bors | -29/+54 |
| 2025-04-22 | Handle another negated literal in `eat_token_lit`. | Nicholas Nethercote | -13/+13 |
| 2025-04-22 | Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov | bors | -52/+39 |
| 2025-04-21 | Remove `token::{Open,Close}Delim`. | Nicholas Nethercote | -52/+39 |
| 2025-04-20 | Don't call ungate_last | est31 | -54/+45 |
| 2025-04-19 | Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiser | Chris Denton | -6/+8 |
| 2025-04-18 | Also allow let chains in match guards | est31 | -11/+20 |
| 2025-04-18 | Stabilize let chains on edition 2024 | est31 | -3/+28 |
| 2025-04-14 | Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obk | Matthias Krüger | -0/+12 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -32/+26 |
| 2025-04-11 | Handle a negated literal in `eat_token_lit`. | Nicholas Nethercote | -4/+9 |
| 2025-04-04 | Detect and provide suggestion for `&raw EXPR` | Michael Goulet | -0/+12 |
| 2025-04-04 | Replace `rustc_lexer/unescape` with `rustc-literal-escaper` crate | Guillaume Gomez | -1/+1 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -7/+7 |
| 2025-04-02 | Impl `Copy` for `Token` and `TokenKind`. | Nicholas Nethercote | -10/+10 |
| 2025-04-02 | Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`. | Nicholas Nethercote | -22/+16 |
| 2025-04-02 | Fix problem causing `rusqlite` compilation to OOM. | Nicholas Nethercote | -1/+3 |
| 2025-04-02 | Remove `Token::uninterpolated_span`. | Nicholas Nethercote | -7/+7 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -80/+140 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -9/+52 |
| 2025-03-25 | Remove now unreachable parse recovery code | León Orell Valerian Liehr | -1/+1 |
| 2025-03-25 | Brace-ident-colon can certainly no longer start a block | León Orell Valerian Liehr | -12/+2 |
| 2025-03-20 | Make dedicated recovery for missing braces on closure with return | Michael Goulet | -6/+47 |
| 2025-03-20 | Fix diagnostic struct typo, make sure is_array_like_block checks that it's a ... | Michael Goulet | -3/+5 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-03-18 | Refactor YieldKind so postfix yield must have an expression | Eric Holk | -4/+5 |
| 2025-03-18 | Apply suggestions from code review | Eric Holk | -1/+1 |
| 2025-03-17 | Teach rustfmt to handle postfix yield | Eric Holk | -3/+2 |
| 2025-03-17 | If a label is placed on the block of a loop instead of the header, suggest mo... | Zachary S | -11/+25 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -3/+6 |
| 2025-03-14 | Add support for postfix yield expressions | Eric Holk | -0/+7 |
| 2025-03-14 | Make `Parser::parse_expr_cond` public. | Moritz Hedtke | -1/+2 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -2/+1 |
| 2025-03-07 | Remove `NtItem` and `NtStmt`. | Nicholas Nethercote | -2/+1 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -2/+13 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+15 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -22/+18 |
| 2025-03-03 | Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco | Matthias Krüger | -1/+5 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -2/+2 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -20/+16 |