| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -43/+0 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 | |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -30/+3 | |
| 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 | -2/+47 | |
| 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 | -2/+2 | |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -2/+2 | |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-20 | pick a reference issue for absolute-paths future incompatibility info | Zack M. Davis | -2/+2 | |
| It would be kind of embarrassing to ship with the "issue TBD" message! | ||||
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -2/+2 | |
| 2018-05-22 | rustc: Fix another double-lint issue with `crate::` | Alex Crichton | -1/+10 | |
| This commit fixes another issue in the `absolute_path_not_starting_with_crate` lint where it warns twice about an import which may contain `self`. It turns out there were a few more locations that needed updating to use `root_id` and `root_span` introduced in #50970 and after that it looks to work like a charm! Closes #50978 | ||||
| 2018-05-22 | add new test and add an existing scenario I didn't see covered | Niko Matsakis | -0/+16 | |
