| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -78/+21 |
| 2025-03-21 | test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 | Karol Zwolak | -0/+38 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -18/+0 |
| 2025-03-14 | Fix typo in hir lowering lint diag | Yotam Ofek | -3/+3 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -18/+0 |
| 2025-03-08 | Rework maybe_suggest_add_generic_impl_trait | Michael Goulet | -81/+0 |
| 2025-03-07 | Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercote | Matthias Krüger | -0/+81 |
| 2025-03-06 | Add ui test: suggest-struct-or-union-add-generic-impl-trait.rs | xizheyin | -0/+81 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -73/+15 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2025-03-01 | Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -1/+6 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -4/+6 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -29/+0 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -8/+8 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -520/+508 |
| 2025-02-17 | suggest swapping equality on e0277 | makai410 | -0/+35 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -21/+78 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -34/+34 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -39/+26 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -66/+44 |
| 2025-02-12 | Fix diagnostic when using = instead of : in let bindings | yukang | -0/+51 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -819/+1069 |
| 2025-02-06 | Label mismatched parameters at the def site for foreign functions. | Jason Newcomb | -4/+4 |
| 2025-02-05 | Rollup merge of #136536 - DuskyElf:master, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+40 |
| 2025-02-05 | Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -22/+4 |
| 2025-02-04 | Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -12/+12 |
| 2025-02-04 | Rename and Move some UI tests to more suitable subdirs | DuskyElf | -0/+40 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -1/+1 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -10/+9 |
| 2025-02-04 | implement inherent str constructors | may | -22/+4 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -12/+12 |
| 2025-02-03 | Check for generic parameter mismatches on trait functions. | Jason Newcomb | -1/+1 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -10/+9 |
| 2025-02-02 | Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-02-02 | Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqd | Matthias Krüger | -3/+3 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -2/+2 |
| 2025-01-31 | Rework "long type names" printing logic | Esteban Küber | -3/+3 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -10/+10 |
| 2025-01-30 | std::range | Peter Jaszkowiak | -1/+1 |
| 2025-01-28 | Tweak `&mut self` suggestion span | Esteban Küber | -2/+2 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -0/+53 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -10/+10 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -19/+22 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -0/+48 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -89/+186 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -19/+22 |
| 2025-01-23 | Give E0223 similar-item suggestion test more descriptive name. | Zachary S | -12/+13 |