| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other ↵ | surechen | -0/+1 | |
| 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) | -5/+5 | |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -1/+1 | |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+1 | |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -0/+10 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+39 | |
