about summary refs log tree commit diff
path: root/tests/ui/use_self.rs
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-1/+4
2019-01-21Fixed potential mistakes with nesting. Added tests.daxpedda-0/+20
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-07RustftmtWilco Kusee-3/+1
2019-01-07Improve tests and exclude nested implsWilco Kusee-1/+9
2019-01-06Restrict use_self on nested itemsWilco Kusee-11/+22
2019-01-04Trigger `use_self` lint in local macrosWilco Kusee-0/+16
2018-12-30Remove false negatives from known problemsWilco Kusee-1/+1
2018-12-30Implement use_self for tuple structsWilco Kusee-0/+10
2018-12-30Document known problemsWilco Kusee-3/+2
2018-12-09rustfmt testsMatthias Krüger-16/+13
2018-11-13Fix `use_self` false positive on `use` statementsMichael Wright-1/+12
2018-11-10Fix `use_self` false positiveMichael Wright-0/+14
2018-10-24Check existential types in `use_self`HMPerson1-0/+14
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29Adapt ui-tests to the tool_lintsflip1995-3/+5
2018-07-17Fix use_self regressionsMichael Wright-6/+19
2018-07-15Fix #2894Michael Wright-0/+114
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-08-22lint #1674: lifetimed types exclusionTim Nielens-0/+23
2017-08-18lint #1674: replace struct name with `Self` when applicableTim Nielens-0/+45