| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-28 | Suggest `let` or `==` on typo'd let-chain | Esteban Küber | -0/+26 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -0/+8 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -0/+20 |
| 2023-11-16 | Smaller span for unnessary `mut` suggestion | Esteban Küber | -2/+1 |
| 2023-11-15 | discard invalid spans in external blocks | bohan | -1/+1 |
| 2023-11-14 | Recover `dyn` and `impl` after `for<...>` | Michael Goulet | -0/+20 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+28 |
| 2023-11-01 | Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+28 |
| 2023-11-01 | Recover from missing param list in function definitions | clubby789 | -0/+8 |
| 2023-10-30 | Talk about `gen fn` in diagnostics about `gen fn` | Oli Scherer | -2/+2 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+8 |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -0/+11 |
| 2023-09-28 | Tweak wording of missing angle backets in qualified path | Esteban Küber | -2/+11 |