| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -17/+7 |
| 2025-07-18 | Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukang | Matthias Krüger | -55/+45 |
| 2025-07-18 | Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusion | xizheyin | -69/+33 |
| 2025-07-18 | Reword diagnostics about relaxed bounds in invalid contexts | León Orell Valerian Liehr | -17/+7 |
| 2025-07-16 | Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead | Samuel Tardieu | -26/+15 |
| 2025-07-15 | Rollup merge of #143905 - xizheyin:143828, r=compiler-errors | Samuel Tardieu | -9/+160 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -26/+15 |
| 2025-07-15 | Recover and suggest use `;` to construct array type | xizheyin | -47/+124 |
| 2025-07-14 | Add test array-type-no-semi.rs | xizheyin | -0/+74 |
| 2025-07-13 | cleaned up some tests | Kivooeo | -0/+8 |
| 2025-07-13 | moved tests | Kivooeo | -0/+34 |
| 2025-07-11 | Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 | Matthias Krüger | -0/+15 |
| 2025-07-10 | cleaned up some tests | Kivooeo | -1/+5 |
| 2025-07-10 | Rollup merge of #143298 - Kivooeo:tf23, r=tgross35 | Trevor Gross | -0/+59 |
| 2025-07-07 | Add ui test unnessary-error-issue-138401.rs | xizheyin | -0/+26 |
| 2025-07-05 | Rename tests named with `mbe` to use `macro` instead | Josh Triplett | -1/+1 |
| 2025-07-05 | Move macro tests in `parser` into `macro` directory | Josh Triplett | -0/+0 |
| 2025-07-04 | Rollup merge of #143299 - Kivooeo:tf24, r=tgross35 | Jubilee | -0/+13 |
| 2025-07-04 | Rollup merge of #143202 - Kivooeo:tf18, r=tgross35 | Jubilee | -0/+34 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -8/+14 |
| 2025-07-05 | cleaned up some tests | Kivooeo | -3/+7 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+78 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -6/+6 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -3/+3 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -3/+3 |
| 2025-07-01 | moved tests | Kivooeo | -0/+11 |
| 2025-07-01 | Rollup merge of #143210 - Kivooeo:tf19, r=tgross35 | Guillaume Gomez | -0/+20 |
| 2025-07-01 | Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta... | Jonathan Brouwer | -2/+12 |
| 2025-07-01 | Fix `#[must_use = 1]` not giving an error | Jonathan Brouwer | -10/+19 |
| 2025-07-01 | moved tests | Kivooeo | -0/+9 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -2/+25 |
| 2025-07-01 | moved test files | Kivooeo | -0/+11 |
| 2025-07-01 | Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk | bors | -1/+12 |
| 2025-07-01 | moved tests | Kivooeo | -0/+53 |
| 2025-06-30 | Rollup merge of #143195 - Kivooeo:tf17, r=tgross35 | dianqk | -0/+19 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -0/+6 |
| 2025-06-30 | cleaned up some tests | Kivooeo | -4/+10 |
| 2025-06-29 | moved & deleted some tests | Kivooeo | -0/+14 |
| 2025-06-29 | moved tests | Kivooeo | -0/+13 |
| 2025-06-29 | Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu | Guillaume Gomez | -0/+37 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -2/+2 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -0/+37 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -16/+16 |
| 2025-06-27 | Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars... | Jonathan Brouwer | -1/+12 |
| 2025-06-26 | Rewrite `macro_rules!` parser to not use the MBE engine itself | Josh Triplett | -6/+6 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -16/+16 |
| 2025-06-24 | Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r... | Matthias Krüger | -9/+17 |
| 2025-06-24 | mbe: Clean up code with non-optional `NonterminalKind` | Trevor Gross | -9/+17 |
| 2025-06-22 | Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errors | Guillaume Gomez | -9/+9 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -19/+3 |