| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -3/+0 |
| 2025-08-16 | Clean up parsers related to generic bounds | León Orell Valerian Liehr | -3/+0 |
| 2025-08-14 | Rollup merge of #137872 - estebank:extra-vert, r=compiler-errors | Jakub Beránek | -2/+2 |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -3/+3 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -0/+5 |
| 2025-08-08 | Recover for PAT = EXPR {} | Michael Goulet | -1/+1 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -0/+11 |
| 2025-08-04 | Include whitespace in "remove `|`" suggestion and make it hidden | Esteban Küber | -2/+2 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -0/+1 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -0/+2 |
| 2025-06-13 | Rework how the disallowed qualifier lints are generated | Jonathan Brouwer | -0/+2 |
| 2025-05-27 | move asm parsing code into `rustc_parse` | Folkert de Vries | -0/+24 |
| 2025-05-14 | Improve ternary operator recovery | Jamie | -1/+2 |
| 2025-05-09 | Error message for top-level or-patterns suggesting a solution | Kornel | -2/+2 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -0/+10 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -0/+10 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -0/+13 |
| 2025-04-25 | resolved conflict | Kivooeo | -0/+2 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -0/+1 |
| 2025-04-23 | rc and cr more clear error message | Kivooeo | -0/+1 |
| 2025-04-22 | improve diagnostic for raw pointer field access using `->` | Kivooeo | -2/+2 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -2/+4 |
| 2025-04-16 | Remove old diagnostic notes for type ascription syntax | Zalathar | -3/+0 |
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -1/+1 |
| 2025-04-15 | Improve parse errors for lifetimes in type position | León Orell Valerian Liehr | -1/+3 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -1/+1 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -2/+0 |
| 2025-03-25 | Remove now unreachable parse recovery code | León Orell Valerian Liehr | -4/+0 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -2/+0 |
| 2025-03-06 | Give a better error message on async use in edition 2015 | Santiago Pastorino | -0/+2 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -0/+3 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+3 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -1/+1 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -3/+0 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -3/+0 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -0/+3 |
| 2024-11-25 | fix confusing diagnostic for reserved `##` | Peter Jaszkowiak | -0/+4 |
| 2024-11-23 | Update messages which reference book chs. 17-20 | Chris Krycho | -1/+1 |
| 2024-11-21 | Add metavariables to `TokenDescription`. | Nicholas Nethercote | -0/+7 |
| 2024-10-30 | Enforce that raw lifetime identifiers must be valid raw identifiers | Michael Goulet | -0/+2 |
| 2024-10-12 | Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors | Trevor Gross | -0/+3 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+4 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -1/+2 |
| 2024-09-27 | Add suggestion for removing invalid path separator `::` in function definition. | surechen | -0/+3 |
| 2024-09-23 | Parser: better error messages for `@` in struct patterns | Pavel Grigorenko | -0/+7 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -1/+1 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -0/+8 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -8/+2 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -0/+6 |
| 2024-08-01 | Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errors | Matthias Krüger | -1/+1 |