| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -25/+0 | |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -3/+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/+3 | |
| 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 | -1/+1 | |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -1/+1 | |
| 2019-04-22 | Update ui tests | varkor | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 | |
| 2018-05-23 | "crate-ify" paths that begin with a renamed crate | Niko Matsakis | -0/+36 | |
