| Age | Commit message (Expand) | Author | Lines |
| 2024-12-08 | Move `assoc-oddities-3.rs` under `tests/ui/parser/assoc/` | 许杰友 Jieyou Xu (Joe) | -0/+13 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -0/+64 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -4/+4 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -5/+5 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -5/+5 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -6/+1 |
| 2024-11-28 | Trim extra space in 'repeated `mut`' diagnostic | clubby789 | -12/+28 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -6/+1 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -3/+0 |
| 2024-11-24 | parse guard patterns | Nadrieril | -23/+23 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -67/+67 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -1/+1 |
| 2024-11-17 | Diagnostics for let mut in item context | Kornel | -1/+22 |
| 2024-11-17 | Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -13/+28 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -17/+17 |
| 2024-11-16 | Better account for `else if` macro conditions mising an `if` | Esteban Küber | -1/+8 |
| 2024-11-16 | Increase accuracy of `if` condition misparse suggestion | Esteban Küber | -5/+293 |
| 2024-11-15 | Trim whitespace in RemoveLet primary span | Tyrone Wu | -13/+28 |
| 2024-11-13 | Trim extra space when suggesting removing bad `let` | clubby789 | -4/+4 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -1/+1 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -1/+1 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -2/+1 |
| 2024-10-30 | Annotate `input` reference tests | Eric Huss | -28/+42 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -12/+12 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -1/+1 |
| 2024-10-28 | Tweak more warnings. | Nicholas Nethercote | -4/+4 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -8/+8 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -4/+0 |
| 2024-10-14 | Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino | Matthias Krüger | -30/+30 |
| 2024-10-12 | Rollup merge of #130870 - surechen:fix_130791, r=compiler-errors | Trevor Gross | -0/+28 |
| 2024-10-11 | Note what qualifier | Michael Goulet | -24/+24 |
| 2024-10-11 | Remove unadorned | Michael Goulet | -9/+9 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -58/+129 |
| 2024-09-27 | Add suggestion for removing invalid path separator `::` in function definition. | surechen | -0/+28 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -3/+3 |
| 2024-09-22 | Add more test cases for block-no-opening-brace | Pavel Grigorenko | -12/+48 |
| 2024-09-22 | Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkov | bors | -0/+20 |
| 2024-09-21 | Parser: recover from `:::` to `::` in delegations | Pavel Grigorenko | -0/+126 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -0/+192 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -55/+781 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -213/+543 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -16/+0 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -19/+17 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -16/+0 |
| 2024-09-11 | add regression test for #97589 | dianne | -0/+20 |
| 2024-09-11 | Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=... | Matthias Krüger | -0/+5 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -13/+169 |
| 2024-09-02 | Update Tests | Veera | -0/+409 |
| 2024-08-28 | Suggest the struct variant pattern syntax on usage of unit variant pattern fo... | tunawasabi | -0/+5 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -36/+28 |