| Age | Commit message (Expand) | Author | Lines |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -2/+1 |
| 2024-04-02 | Don't ICE for postfix match after as | Michael Goulet | -0/+1 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -1/+1 |
| 2024-03-25 | Clarify `parse_dot_suffix_expr`. | Nicholas Nethercote | -16/+19 |
| 2024-03-25 | Change `parse_expr_tuple_field_access`. | Nicholas Nethercote | -10/+15 |
| 2024-03-25 | Remove `next_token` handling from `parse_expr_tuple_field_access`. | Nicholas Nethercote | -18/+10 |
| 2024-03-25 | Inline and remove `Parser::parse_expr_tuple_field_access_float`. | Nicholas Nethercote | -36/+38 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -5/+24 |
| 2024-03-21 | Rollup merge of #122752 - nnethercote:Interpolated-cleanups, r=petrochenkov | Matthias Krüger | -10/+0 |
| 2024-03-20 | Make type_ascribe! not a built-in | Michael Goulet | -5/+15 |
| 2024-03-21 | Remove non-useful code path. | Nicholas Nethercote | -10/+0 |
| 2024-03-18 | Ensure stack before parsing dot-or-call | Jubilee Young | -1/+4 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -3/+3 |
| 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 | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -30/+30 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -2/+2 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -2/+2 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -14/+15 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -4/+4 |
| 2024-02-27 | Refactor `take_for_recovery` call sites. | Nicholas Nethercote | -16/+13 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -71/+94 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -1/+2 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -23/+27 |
| 2024-02-20 | Add newtype for trailing in parser | clubby789 | -2/+2 |
| 2024-02-20 | Add newtype for parser recovery | clubby789 | -4/+4 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -17/+21 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -5/+3 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -1/+1 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -2/+2 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+11 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -1/+1 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -9/+22 |
| 2024-01-29 | Be more careful about interpreting a label/lifetime as a mistyped char literal. | Nicholas Nethercote | -2/+15 |
| 2024-01-29 | Tweak comment and naming for `recover_unclosed_char`. | Nicholas Nethercote | -7/+7 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -0/+13 |
| 2024-01-26 | Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiser | Matthias Krüger | -2/+8 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -21/+7 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -1/+1 |
| 2024-01-17 | Remove `box <expr>` recovery | clubby789 | -21/+7 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -2/+2 |
| 2024-01-10 | Rename `{create,emit}_warning` as `{create,emit}_warn`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Emit suggestion when trying to write exclusive ranges as `..<` | sjwang05 | -2/+8 |
| 2024-01-08 | Remove a second `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -28/+24 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -9/+8 |
| 2024-01-05 | rustc_span: More consistent span combination operations | Vadim Petrochenkov | -1/+1 |
| 2024-01-05 | parser: Tiny refactoring | Vadim Petrochenkov | -1/+1 |