| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-03 | Just suggest positional arg and adjust issue0139104 ui test | xizheyin | -29/+84 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -70/+77 |
| 2025-04-25 | resolved conflict | Kivooeo | -0/+73 |
| 2025-04-25 | Check if format argument is identifier to avoid error err-emit | xizheyin | -43/+19 |
| 2025-04-25 | Add ui test parser/issues/invalid-parse-format-issue-139104.rs | xizheyin | -0/+74 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -0/+22 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -0/+22 |
| 2025-04-22 | Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkin | Chris Denton | -23/+98 |
| 2025-04-22 | improve diagnostic for raw pointer field access using `->` | Kivooeo | -23/+98 |
| 2025-04-18 | Remove let_chains feature gate from even more tests | est31 | -12/+11 |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -4/+3 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -4/+3 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -173/+173 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -61/+189 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -173/+173 |
| 2025-04-17 | Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwco | Matthias Krüger | -58/+186 |
| 2025-04-17 | Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrieril | Matthias Krüger | -3/+3 |
| 2025-04-16 | Add test for `extern` without explicit ABI | Obei Sideg | -3/+3 |
| 2025-04-16 | Remove old diagnostic notes for type ascription syntax | Zalathar | -21/+0 |
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -27/+23 |
| 2025-04-15 | Improve parse errors for lifetimes in type position | León Orell Valerian Liehr | -33/+165 |
| 2025-04-14 | Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obk | Matthias Krüger | -0/+140 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -0/+0 |