| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-27 | Trim extra whitespace in fn ptr suggestion span | Tyrone Wu | -2/+4 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -8/+0 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -0/+19 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -1/+2 |
| 2024-11-28 | Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxu | Guillaume Gomez | -1/+2 |
| 2024-11-28 | Trim extra space in 'repeated `mut`' diagnostic | clubby789 | -1/+2 |
| 2024-11-25 | fix confusing diagnostic for reserved `##` | Peter Jaszkowiak | -0/+9 |
| 2024-11-21 | Add metavariables to `TokenDescription`. | Nicholas Nethercote | -2/+26 |
| 2024-11-15 | Trim whitespace in RemoveLet primary span | Tyrone Wu | -1/+2 |
| 2024-10-30 | Enforce that raw lifetime identifiers must be valid raw identifiers | Michael Goulet | -0/+8 |
| 2024-10-12 | Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors | Trevor Gross | -0/+8 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+18 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -0/+1 |
| 2024-10-02 | Rollup merge of #130725 - GrigorenkoPV:@-in-struct-patterns, r=Nadrieril | Jubilee | -0/+19 |
| 2024-09-27 | Add suggestion for removing invalid path separator `::` in function definition. | surechen | -0/+8 |
| 2024-09-23 | Parser: better error messages for `@` in struct patterns | Pavel Grigorenko | -0/+19 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -36/+24 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -1/+9 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -0/+77 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -2/+0 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_parser`. | Nicholas Nethercote | -35/+35 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -6/+6 |
| 2024-08-01 | Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errors | Matthias Krüger | -7/+16 |
| 2024-08-01 | Fix removed `box_syntax` diagnostic if source isn't available | clubby789 | -7/+16 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -0/+1 |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -0/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -6/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+3 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -6/+1 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -0/+30 |
| 2024-07-19 | Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr | Matthias Krüger | -7/+15 |
| 2024-07-18 | Parser: Suggest Placing the Return Type After Function Parameters | Veera | -7/+15 |
| 2024-07-18 | Fix ICE in suggestion caused by `⩵` being recovered as `==` | Esteban Küber | -2/+1 |
| 2024-07-16 | Deny keyword lifetimes pre-expansion | Michael Goulet | -0/+15 |
| 2024-07-12 | Make `;` suggestions inline | Esteban Küber | -3/+3 |
| 2024-07-12 | More accurate incorrect use of `await` suggestion | Esteban Küber | -8/+15 |
| 2024-07-12 | Use more accurate span for `:` to `::` suggestion | Esteban Küber | -1/+3 |
| 2024-07-12 | Make `impl` and `!` removal suggestion `short` | Esteban Küber | -2/+2 |