about summary refs log tree commit diff
path: root/tests/ui/use_self.stderr
AgeCommit message (Expand)AuthorLines
2020-01-12Split up `use_self` ui testYuki Okushi-110/+20
2019-11-07use-self: correctly ignore dummy pathsMichael Wright-39/+51
2019-11-06Fix crash in `use-self` lintMichael Wright-1/+13
2019-09-12Verify that issue #3567 is resolvedMichael Wright-1/+7
2019-09-09Extend `use_self` to check constructorMichael Wright-15/+21
2019-07-31Extend the `use_self` lint to suggest uses of `Self::Variant`.Jakub Wieczorek-4/+22
2019-04-01Rustup to https://github.com/rust-lang/rust/pull/58805Philipp Hansch-7/+7
2019-03-11Fix `use_self` false positive on nested functionsTaiki Endo-4/+16
2019-01-22Added rustfix to the test.daxpedda-29/+29
2019-01-21Fixed potential mistakes with nesting. Added tests.daxpedda-1/+19
2019-01-20Fix automatic suggestion on `use_self`.daxpedda-3/+3
2019-01-08Remove all copyright license headersPhilipp Hansch-26/+26
2019-01-07RustftmtWilco Kusee-1/+1
2019-01-07Improve tests and exclude nested implsWilco Kusee-1/+13
2019-01-04Trigger `use_self` lint in local macrosWilco Kusee-1/+19
2018-12-30Update test output after rebaseWilco Kusee-4/+4
2018-12-30Implement use_self for tuple structsWilco Kusee-1/+7
2018-12-30Document known problemsWilco Kusee-15/+15
2018-12-28Update *.stderr filesflip1995-60/+60
2018-12-10update test stderrMatthias Krüger-29/+29
2018-10-24Check existential types in `use_self`HMPerson1-1/+7
2018-10-06Add license header to Rust filesManish Goregaokar-52/+52
2018-08-29Adapt the *.stderr files of the ui-tests to the tool_lintsflip1995-45/+45
2018-07-17Fix use_self regressionsMichael Wright-38/+56
2018-07-15Fix #2894Michael Wright-13/+79
2018-01-17Update changed ui testsOliver Schneider-0/+2
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+0
2017-08-22lint #1674: lifetimed types exclusionTim Nielens-12/+12
2017-08-18lint #1674: replace struct name with `Self` when applicableTim Nielens-12/+12
2017-08-18lint #1674: replace struct name with `Self` when applicableTim Nielens-0/+40