| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -126/+266 |
| 2024-07-11 | And additionally enforce ? and async/const aren't mixed | Michael Goulet | -0/+11 |
| 2024-07-10 | Enforce that ? and for<...> are not combined | Michael Goulet | -0/+10 |
| 2024-07-10 | Improve error message | Michael Goulet | -0/+9 |
| 2024-07-08 | Add suggestions for possible missing `fn`, `struct`, or `enum` keywords | trevyn | -5/+26 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -8/+0 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -0/+31 |
| 2024-06-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -0/+7 |
| 2024-06-19 | Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`. | Nicholas Nethercote | -0/+7 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -3/+3 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -1/+2 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -9/+0 |
| 2024-05-14 | improve maybe_consume_incorrect_semicolon | ardi | -1/+1 |
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -11/+3 |
| 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 |