| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -1/+3 |
| 2025-06-20 | Recover from semicolon field separator | Cameron Steffen | -9/+9 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -4/+10 |
| 2025-06-16 | Rollup merge of #142341 - xizheyin:142311, r=fee1-dead | Jakub Beránek | -0/+77 |
| 2025-06-16 | Dont suggest converting `///` to regular comment when it appears after missin... | xizheyin | -0/+77 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -1/+3 |
| 2025-06-13 | Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmann | Jubilee | -117/+187 |
| 2025-06-13 | Rework how the disallowed qualifier lints are generated | Jonathan Brouwer | -219/+117 |
| 2025-06-13 | Add failing tests | Jonathan Brouwer | -3/+175 |
| 2025-06-12 | Make `missing_fragment_specifier` an unconditional error | Trevor Gross | -17/+8 |
| 2025-06-11 | Add expectation for `{` when parsing lone coroutine qualifiers | Lukas Wirth | -7/+7 |
| 2025-06-11 | stabilize gai | Boxy | -4/+10 |
| 2025-06-04 | Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e... | Matthias Krüger | -16/+24 |
| 2025-06-03 | Add missing `dyn` keywords to tests that do not test for them Part 2 | Lukas Wirth | -6/+2 |
| 2025-06-03 | Add missing 2015 edition directives | Lukas Wirth | -16/+24 |
| 2025-05-30 | Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiser | Jubilee | -0/+74 |
| 2025-05-27 | Report text_direction_codepoint_in_literal when parsing | Matthew Jasper | -18/+143 |
| 2025-05-16 | Fix the issue of typo of comma in arm parsing | yukang | -0/+74 |
| 2025-05-14 | Improve ternary operator recovery | Jamie | -5/+23 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -6/+6 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -52/+45 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -52/+45 |
| 2025-05-04 | Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu | bors | -10/+5 |
| 2025-05-04 | Rollup merge of #140286 - xizheyin:issue-139104, r=lcnr | Stuart Cook | -0/+105 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -10/+5 |