| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | 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 | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -96/+97 |
| 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 |
| 2024-02-29 | Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali... | Matthias Krüger | -6/+11 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -6/+11 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -14/+15 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -45/+30 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -18/+14 |
| 2024-02-27 | Refactor `take_for_recovery` call sites. | Nicholas Nethercote | -18/+14 |
| 2024-02-26 | Properly emit `expected ;` on `#[attr] expr` | Lieselotte | -4/+2 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -150/+191 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -2/+3 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -105/+136 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -1/+1 |
| 2024-02-21 | Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obk | León Orell Valerian Liehr | -16/+4 |
| 2024-02-21 | Remove an `unchecked_error_guaranteed` call. | Nicholas Nethercote | -16/+4 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -3/+15 |
| 2024-02-20 | Use `Recovered` more | clubby789 | -12/+13 |
| 2024-02-20 | Add newtype for trailing in parser | clubby789 | -21/+30 |
| 2024-02-20 | Add newtype for parser recovery | clubby789 | -41/+54 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -34/+42 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -13/+11 |
| 2024-02-17 | Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -8/+11 |
| 2024-02-17 | remove a couple of redundant clones | Matthias Krüger | -2/+2 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -21/+42 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -8/+11 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -3/+3 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -21/+42 |
| 2024-02-12 | Properly handle `async` blocks and `fn`s in `if` exprs without `else` | Esteban Küber | -1/+1 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -2/+3 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+11 |
| 2024-02-06 | Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmease | bors | -7/+24 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -3/+3 |
| 2024-01-31 | Better error message in ed 2015 | Michael Goulet | -2/+13 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -5/+11 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -10/+25 |