| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -25/+10 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -0/+343 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -2/+2 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -18/+11 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -18/+11 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -9/+2 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -16/+8 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -2/+2 |