about summary refs log tree commit diff
path: root/tests/ui/use_self.fixed
AgeCommit message (Expand)AuthorLines
2020-01-12Split up `use_self` ui testYuki Okushi-111/+0
2019-11-07use-self: correctly ignore dummy pathsMichael Wright-2/+18
2019-11-06Fix crash in `use-self` lintMichael Wright-0/+14
2019-09-12Verify that issue #3567 is resolvedMichael Wright-0/+19
2019-09-09Extend `use_self` to check constructorMichael Wright-9/+6
2019-08-01Update formattingMichael Wright-1/+1
2019-07-31Extend the `use_self` lint to suggest uses of `Self::Variant`.Jakub Wieczorek-0/+8
2019-04-01Rustup to https://github.com/rust-lang/rust/pull/58805Philipp Hansch-0/+1
2019-03-11Fix `use_self` false positive on nested functionsTaiki Endo-0/+10
2019-01-22Added rustfix to the test.daxpedda-0/+299