| Age | Commit message (Expand) | Author | Lines |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -2/+6 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -16/+14 |
| 2024-02-18 | Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 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 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -1/+1 |
| 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 | -15/+17 |
| 2024-02-15 | Make `emit_unescape_error` return `Option<ErrorGuaranteed>`. | Nicholas Nethercote | -40/+34 |
| 2024-02-15 | Remove `LitError::LexerError`. | Nicholas Nethercote | -15/+15 |
| 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-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -6/+3 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+11 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -6/+3 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -1/+3 |
| 2024-02-06 | Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmease | bors | -7/+33 |
| 2024-02-03 | Rollup merge of #120592 - trevyn:cleanup-to-string, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -3/+3 |
| 2024-02-03 | Fix an incorrect comment. | Nicholas Nethercote | -1/+1 |
| 2024-01-31 | Better error message in ed 2015 | Michael Goulet | -2/+22 |
| 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 |
| 2024-01-29 | Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkin | Dylan DPC | -13/+168 |
| 2024-01-29 | Be more careful about interpreting a label/lifetime as a mistyped char literal. | Nicholas Nethercote | -3/+18 |
| 2024-01-29 | Tweak comment and naming for `recover_unclosed_char`. | Nicholas Nethercote | -7/+7 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -20/+20 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -13/+168 |
| 2024-01-27 | Rollup merge of #118182 - estebank:issue-118164, r=davidtwco | Matthias Krüger | -2/+17 |
| 2024-01-26 | Properly recover from trailing attr in body | Esteban Küber | -2/+17 |
| 2024-01-26 | Rollup merge of #119342 - sjwang05:issue-112254, r=wesleywiser | Matthias Krüger | -7/+28 |
| 2024-01-26 | Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-25 | Use `unescape_unicode` for raw C string literals. | Nicholas Nethercote | -1/+1 |
| 2024-01-25 | Rename the unescaping functions. | Nicholas Nethercote | -12/+12 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -21/+7 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -17/+37 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -17/+37 |
| 2024-01-17 | Remove `box <expr>` recovery | clubby789 | -21/+7 |
| 2024-01-14 | Auto merge of #119341 - sjwang05:issue-58462, r=WaffleLapkin | bors | -4/+43 |
| 2024-01-12 | Suggest quoting unquoted idents in attrs | sjwang05 | -4/+43 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+36 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -0/+8 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -17/+17 |
| 2024-01-11 | Fix lifetimes in `StringReader`. | Nicholas Nethercote | -23/+27 |