| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann | Guillaume Gomez | -4/+11 |
| 2025-05-20 | Add println! test for sugg-field-in-format-string-issue-141136 | xizheyin | -1/+10 |
| 2025-05-18 | Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of... | xizheyin | -18/+4 |
| 2025-05-18 | Add test sugg-field-in-format-string-issue-141136 | xizheyin | -0/+60 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -10/+14 |
| 2025-04-27 | bless tests | Waffle Lapkin | -4/+11 |
| 2025-04-25 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -0/+15 |
| 2025-04-14 | Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obk | Matthias Krüger | -0/+26 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -1/+1 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -4/+4 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -4/+4 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -3/+3 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -12/+18 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2025-03-31 | Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiser | Matthias Krüger | -0/+152 |
| 2025-03-30 | Fix up partial res of segment in primitive resolution hack | Michael Goulet | -0/+26 |
| 2025-03-29 | rustc_resolve: Test the order that preludes are resolved | jyn | -0/+152 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+2 |
| 2025-03-22 | Note potential but private items in show_candidates | xizheyin | -0/+11 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -4/+4 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -1/+1 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -5/+3 |
| 2025-02-18 | Update `.` -> `::` tests for new diff suggestion format. | Zachary S | -46/+64 |
| 2025-02-18 | When giving a suggestion to use :: instead of . where the rhs is a macro givi... | Zachary S | -3/+136 |
| 2025-02-18 | Suggest using :: instead of . for enums in some cases. | Zachary S | -0/+283 |
| 2025-02-18 | Suggest using :: instead of . in more cases. | Zachary S | -9/+62 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -17/+17 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -9/+6 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -42/+28 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -172/+260 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -1/+1 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -52/+67 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -52/+67 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -2/+2 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -4/+5 |
| 2025-01-21 | add test for issue 135289 | Rémy Rakic | -0/+30 |
| 2025-01-18 | Fix ICE in resolving associated items as non-bindings | Frank King | -0/+107 |
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -2/+2 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -2/+4 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -6/+6 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+2 |
| 2024-12-17 | Adjust `tests/ui/attrs-resolution.rs` | 许杰友 Jieyou Xu (Joe) | -0/+45 |
| 2024-12-17 | Adjust `tests/ui/attrs-resolution-errors.rs` | 许杰友 Jieyou Xu (Joe) | -0/+81 |
| 2024-12-10 | Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ... | Esteban Küber | -10/+3 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -9/+3 |
| 2024-12-10 | Add test for resolve errors caused by mod with parse errors | Esteban Küber | -0/+60 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -34/+0 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -34/+0 |