| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Inline and remove `Parser::parse_expr_tuple_field_access_float`. | Nicholas Nethercote | -36/+38 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -11/+88 |
| 2024-03-23 | Suggest assoc ty bound on lifetime in eq constraint | León Orell Valerian Liehr | -10/+31 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -5/+24 |
| 2024-03-21 | Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=Nadrieril | Matthias Krüger | -1/+19 |
| 2024-03-21 | Rollup merge of #122752 - nnethercote:Interpolated-cleanups, r=petrochenkov | Matthias Krüger | -90/+63 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+19 |
| 2024-03-21 | Auto merge of #122822 - matthiaskrgr:rollup-rjgmnbe, r=matthiaskrgr | bors | -5/+15 |
| 2024-03-21 | Auto merge of #122718 - workingjubilee:eyeliner-for-contrast, r=lcnr | bors | -0/+13 |
| 2024-03-20 | Make type_ascribe! not a built-in | Michael Goulet | -5/+15 |
| 2024-03-21 | Streamline `NamedMatch`. | Nicholas Nethercote | -6/+22 |
| 2024-03-21 | Remove non-useful code path. | Nicholas Nethercote | -17/+0 |
| 2024-03-21 | Fix some formatting. | Nicholas Nethercote | -5/+3 |
| 2024-03-21 | Use better variable names in some `maybe_whole!` calls. | Nicholas Nethercote | -5/+5 |
| 2024-03-21 | Use `maybe_whole!` to streamline `parse_stmt_without_recovery`. | Nicholas Nethercote | -11/+5 |
| 2024-03-21 | Use `maybe_whole!` to streamline `parse_item_common`. | Nicholas Nethercote | -16/+11 |
| 2024-03-21 | Rewrite `parse_meta_item`. | Nicholas Nethercote | -11/+7 |
| 2024-03-21 | Use `maybe_whole!` to streamline `parse_attr_item`. | Nicholas Nethercote | -19/+10 |
| 2024-03-20 | Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank | Matthias Krüger | -13/+23 |
| 2024-03-19 | Inline conditionals in the parser | Jubilee Young | -0/+13 |
| 2024-03-19 | Rollup merge of #122717 - workingjubilee:handle-call-call-call-call-calling-m... | Matthias Krüger | -1/+4 |
| 2024-03-18 | Ensure stack before parsing dot-or-call | Jubilee Young | -1/+4 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -2/+0 |
| 2024-03-17 | fix rustdoc test | Esteban Küber | -1/+1 |
| 2024-03-17 | Silence redundant error on char literal that was meant to be a string in 2021... | Esteban Küber | -1/+10 |
| 2024-03-17 | review comment: `str` -> string in messages | Esteban Küber | -1/+1 |
| 2024-03-17 | Use shorter span for existing `'` -> `"` structured suggestion | Esteban Küber | -6/+25 |
| 2024-03-17 | Handle str literals written with `'` lexed as lifetime | Esteban Küber | -4/+53 |
| 2024-03-15 | Make `unexpected` always "return" `PResult<()>` & add `unexpected_any` | Maybe Waffle | -13/+23 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -4/+4 |
| 2024-03-12 | Fix ICE in diagnostics for parenthesized type arguments | Daniel Sedlak | -21/+31 |
| 2024-03-11 | Rollup merge of #122152 - wutchzone:120892, r=fmease | Jubilee | -2/+84 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -15/+15 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -6/+6 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -1/+1 |
| 2024-03-09 | Improve diagnostics for parenthesized type arguments | Daniel Sedlak | -2/+84 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -1/+1 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -2/+0 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -7/+9 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-03-07 | Eagerly translate HelpUseLatestEdition in parser diagnostics | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-03-06 | Cancel parsing ever made during recovery | clubby789 | -6/+10 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -8/+10 |
| 2024-03-05 | Add postfix-match experimental feature | Ross Smyth | -1/+18 |
| 2024-03-05 | Use `ControlFlow` in AST visitors. | Jason Newcomb | -7/+9 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -5/+5 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -198/+201 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -12/+66 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -12/+66 |