| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr" | Michael Goulet | -12/+12 |
| 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 |
| 2025-01-23 | tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename | 许杰友 Jieyou Xu (Joe) | -0/+48 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -51/+61 |
| 2025-01-22 | Also check for associated fns on primitives in E0223 similar-path check. | Zachary S | -13/+57 |
| 2025-01-22 | Add test that multiple impls works with E0223 similar-name suggestion. | Zachary S | -7/+59 |
| 2025-01-17 | Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxu | Matthias Krüger | -0/+63 |
| 2025-01-16 | Fix suggestion to convert dereference of raw pointer to ref | Samuel Tardieu | -0/+63 |
| 2025-01-16 | Rollup merge of #134754 - frank-king:feature/import_trait_associated_function... | Matthias Krüger | -5/+48 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -5/+48 |
| 2025-01-12 | Auto merge of #135402 - matthiaskrgr:rollup-cz7hs13, r=matthiaskrgr | bors | -39/+39 |
| 2025-01-11 | Remove a bunch of diagnostic stashing that doesn't do anything | Michael Goulet | -39/+39 |
| 2025-01-11 | improve clunky grammar in borrowck diagnostic | Yotam Ofek | -2/+2 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -5/+7 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -0/+4 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -47/+59 |
| 2024-12-22 | Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -3/+3 |
| 2024-12-21 | Detect missing `.` in method chain in let bindings and statements | Esteban Küber | -0/+5 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -0/+343 |