| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-22 | rustc: Fix another double-lint issue with `crate::` | Alex Crichton | -0/+9 | |
| 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/+28 | |
