| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-09 | tests: add regression test for #128845 | 许杰友 Jieyou Xu (Joe) | -0/+42 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -34/+4 |
| 2024-08-04 | don't suggest turning crate-level attributes into outer style | yukang | -36/+28 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -9/+7 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -3/+1 |
| 2024-08-01 | Fix removed `box_syntax` diagnostic if source isn't available | clubby789 | -5/+5 |
| 2024-07-30 | Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278... | bors | -7/+37 |
| 2024-07-26 | Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errors | Trevor Gross | -8/+41 |
| 2024-07-26 | Improve error message for `extern "C" unsafe fn()` | Tamme Dittrich | -11/+24 |
| 2024-07-26 | Add a test case for `extern "C" unsafe` to the ui tests | Tamme Dittrich | -0/+20 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -4/+14 |
| 2024-07-25 | add limit for unclosed delimiters in lexer diagnostic | yukang | -29/+7 |