| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-12-11 | Don't emit "field expressions may not have generic arguments" if it's a metho... | Orion Gonzalez | -8/+1 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -2/+2 |
| 2024-12-07 | Tweak wording | Esteban Küber | -2/+2 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -2/+2 |
| 2024-12-07 | Account for `impl Trait` in "add bound" suggestion message | Esteban Küber | -4/+4 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -21/+21 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -37/+37 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -46/+46 |
| 2024-12-04 | Do not emit empty suggestion | Esteban Küber | -0/+76 |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -20/+3 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -14/+3 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -17/+3 |
| 2024-11-25 | `add_move_error_suggestions`: use a HIR visitor rather than `SourceMap` | dianne | -47/+59 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -17/+3 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-21 | E0277: suggest dereferencing function arguments in more cases | dianne | -0/+4 |