| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-26 | fix: Add col separator before secondary messages with no source | Scott Schafer | -0/+7 | |
| 2025-08-26 | fix: Don't add an end column separator after a file with no source | Scott Schafer | -3/+0 | |
| 2025-06-03 | Add missing 2015 edition directives | Lukas Wirth | -5/+6 | |
| These tests specifically test 2015 edition behavior, so ensure that they can only be run with this edition | ||||
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -25/+153 | |
| 2024-04-11 | Silence unused_imports lint for redundant imports | Michael Goulet | -140/+18 | |
| 2024-03-05 | add test for #71450 | surechen | -0/+110 | |
| 2024-03-04 | add test for #78894 | surechen | -0/+14 | |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other ↵ | surechen | -0/+100 | |
| situations like module-relative uses, we can do more accurate redundant import checking. fixes #117448 For example unnecessary imports in std::prelude that can be eliminated: ```rust use std::option::Option::Some;//~ WARNING the item `Some` is imported redundantly use std::option::Option::None; //~ WARNING the item `None` is imported redundantly ``` | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -6/+6 | |
| 2023-04-01 | diagnostics: account for glob shadowing when linting redundant imports | Michael Howell | -0/+121 | |
| Co-Authored-By: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | ||||
| 2023-03-25 | tests: make directory for use redundant lint | Michael Howell | -0/+56 | |
