| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -34/+0 | |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -6/+6 | |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -10/+0 | |
| Also remove a redundant parameter from `fn resolve_path(_with_ribs)`, `crate_lint: CrateLint` is a more detailed version of `record_used: bool` with `CrateLint::No` meaning `false` and anything else meaning `true`. | ||||
| 2022-01-23 | Remove deduplication of early lints | Aaron Hill | -0/+14 | |
| We already have a general mechanism for deduplicating reported lints, so there's no need to have an additional one for early lints specifically. This allows us to remove some `PartialEq` impls. | ||||
| 2021-06-25 | Address PR feedback | Ryan Levick | -3/+3 | |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-09 | Remove crate_visibility_modifier from 2018 edition | Mark Rousskov | -1/+1 | |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 | |
| 2018-05-23 | handle fully qualified paths properly when linting | Niko Matsakis | -0/+40 | |
| fixes #50970 | ||||
