| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | Rollup merge of #124218 - Xiretza:subsubdiagnostics, r=davidtwco | León Orell Valerian Liehr | -1/+1 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -0/+9 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -0/+9 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -1/+1 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -0/+9 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -8/+0 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -4/+13 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -1/+21 |
| 2024-03-23 | Suggest assoc ty bound on lifetime in eq constraint | León Orell Valerian Liehr | -4/+13 |
| 2024-03-21 | Remove non-useful code path. | Nicholas Nethercote | -7/+0 |
| 2024-03-17 | Use shorter span for existing `'` -> `"` structured suggestion | Esteban Küber | -1/+10 |
| 2024-03-17 | Handle str literals written with `'` lexed as lifetime | Esteban Küber | -0/+11 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -9/+9 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -6/+6 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -2/+2 |
| 2024-02-29 | Remove unused diagnostic struct | r0cky | -8/+0 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -7/+7 |
| 2024-02-22 | Make some `IntoDiagnostic` impls generic. | Nicholas Nethercote | -4/+4 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -0/+7 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -2/+6 |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -1/+1 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -6/+3 |
| 2024-01-31 | Better error message in ed 2015 | Michael Goulet | -0/+9 |
| 2024-01-29 | Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkin | Dylan DPC | -0/+12 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -9/+9 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -0/+12 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -12/+25 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2024-01-18 | Suggest wrapping mac args in parens rather than the whole expression | Michael Goulet | -12/+25 |
| 2024-01-12 | Suggest quoting unquoted idents in attrs | sjwang05 | -0/+19 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -0/+5 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -4/+4 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -0/+21 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -0/+21 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -4/+4 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -0/+8 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -17/+1 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -12/+4 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -33/+47 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -2/+2 |
| 2023-12-14 | Avoid `struct_diagnostic` where possible. | Nicholas Nethercote | -2/+2 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -7/+0 |
| 2023-12-07 | Rollup merge of #116420 - bvanjoi:fix-116203, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -5/+5 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+7 |
| 2023-12-04 | De-genericize some `IntoDiagnostic` impls. | Nicholas Nethercote | -5/+5 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -0/+18 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -4/+2 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -0/+26 |