| Age | Commit message (Expand) | Author | Lines |
| 2025-09-16 | Detect top-level `...` in argument type | Esteban Küber | -0/+8 |
| 2025-09-15 | Detect attempt to use var-args in closure | Esteban Küber | -1/+3 |
| 2025-09-09 | Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease | Matthias Krüger | -4/+0 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -1/+75 |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -3/+2 |
| 2025-08-22 | Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di... | Josh Triplett | -1/+75 |
| 2025-08-22 | Move validate_attr to `rustc_attr_parsing` | Jonathan Brouwer | -41/+0 |
| 2025-08-22 | address review comments | Deadbeef | -3/+2 |
| 2025-08-22 | don't print invalid labels with `r#` | Deadbeef | -1/+1 |
| 2025-08-19 | Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -21/+0 |
| 2025-08-18 | Turn invalid index suffixes into hard errors | Jieyou Xu | -4/+0 |
| 2025-08-16 | Clean up parsers related to generic bounds | León Orell Valerian Liehr | -21/+0 |
| 2025-08-14 | Rollup merge of #137872 - estebank:extra-vert, r=compiler-errors | Jakub Beránek | -2/+15 |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -5/+5 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -0/+14 |
| 2025-08-08 | Recover for PAT = EXPR {} | Michael Goulet | -6/+5 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -0/+28 |
| 2025-08-04 | Include whitespace in "remove `|`" suggestion and make it hidden | Esteban Küber | -2/+15 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -0/+8 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -0/+7 |
| 2025-06-13 | Rework how the disallowed qualifier lints are generated | Jonathan Brouwer | -4/+4 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -0/+70 |
| 2025-05-14 | Improve ternary operator recovery | Jamie | -1/+19 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -0/+24 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -0/+24 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -0/+55 |
| 2025-04-25 | resolved conflict | Kivooeo | -0/+7 |
| 2025-04-23 | rc and cr more clear error message | Kivooeo | -0/+7 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -7/+2 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -1/+2 |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -7/+2 |
| 2025-04-16 | Remove old diagnostic notes for type ascription syntax | Zalathar | -6/+0 |
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -1/+0 |
| 2025-04-15 | Improve parse errors for lifetimes in type position | León Orell Valerian Liehr | -0/+2 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -2/+2 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -11/+0 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -3/+3 |
| 2025-03-25 | Remove now unreachable parse recovery code | León Orell Valerian Liehr | -18/+0 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -11/+0 |
| 2025-03-20 | Fix diagnostic struct typo, make sure is_array_like_block checks that it's a ... | Michael Goulet | -3/+3 |
| 2025-03-06 | Give a better error message on async use in edition 2015 | Santiago Pastorino | -0/+7 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -0/+8 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+13 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -1/+2 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -1/+1 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -1/+0 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -8/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -32/+44 |
| 2025-01-28 | Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errors | Matthias Krüger | -2/+4 |