| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | bless tests with new lint messages | Karol Zwolak | -30/+30 |
| 2025-08-13 | resolve: Improve diagnostics for ambiguities in extern prelude | Vadim Petrochenkov | -5/+1 |
| 2025-08-13 | resolve: Split extern prelude into two scopes | Vadim Petrochenkov | -2/+45 |
| 2025-08-10 | Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxu | Jacob Pratt | -0/+34 |
| 2025-08-10 | Rehome tests/ui/issues/ tests [4/?] | Oneirical | -0/+34 |
| 2025-08-10 | Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxu | Stuart Cook | -0/+27 |
| 2025-08-09 | comments | Kivooeo | -0/+2 |
| 2025-08-05 | Mark all deprecation lints in name resolution as deny-by-default and report-i... | Vadim Petrochenkov | -0/+44 |
| 2025-07-25 | comments | Kivooeo | -0/+2 |
| 2025-07-25 | move 28 tests | Kivooeo | -0/+38 |
| 2025-07-25 | moved 34 tests to organized locations | Kivooeo | -0/+25 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -1/+1 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -115/+508 |
| 2025-07-09 | fix aux-build failures | LorrensP-2158466 | -30/+50 |
| 2025-06-29 | Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu | Guillaume Gomez | -0/+28 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -0/+28 |
| 2025-06-25 | Add edition checks for some tests that had divergent output | Esteban Küber | -1/+17 |
| 2025-06-25 | update ui/import tests | LorrensP-2158466 | -124/+497 |
| 2025-06-24 | Rollup merge of #142805 - estebank:underscore-import, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2025-06-24 | Emit a single error when importing a path with `_` | Esteban Küber | -9/+2 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -1/+1 |
| 2025-06-20 | Make some `use _` tests multi-edition | Esteban Küber | -3/+20 |
| 2025-06-08 | cleaned up some tests | Kivooeo | -0/+10 |
| 2025-06-04 | Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e... | Matthias Krüger | -124/+125 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -124/+125 |
| 2025-06-02 | Add missing 2015 edition directives | Lukas Wirth | -0/+1 |
| 2025-05-29 | Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics | Esteban Küber | -1/+6 |
| 2025-05-17 | Use `crate::` prefix for root macro suggestions | bohan | -5/+50 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2025-05-03 | Correct warning message in restricted visibility | yuk1ty | -1/+1 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -10/+1 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -26/+34 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -7/+9 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -8/+8 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -16/+8 |
| 2025-03-22 | Note potential but private items in show_candidates | xizheyin | -0/+54 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -3/+3 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -6/+6 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -33/+20 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -4/+4 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -6/+4 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -6/+4 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -53/+83 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -55/+55 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -55/+55 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -6/+19 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -2/+2 |
| 2024-08-20 | skip updating when external binding is existed | bohan | -10/+165 |