about summary refs log tree commit diff
path: root/clippy_lints/src/use_self.rs
AgeCommit message (Expand)AuthorLines
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-2/+2
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+2
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-3/+8
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-3/+3
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-5/+5
2019-12-22Rustup to rust-lang/rust#66931flip1995-1/+1
2019-12-22Add <'_> where necessaryflip1995-3/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-29Move use_self to nurseryPhilipp Hansch-1/+1
2019-11-08Auto merge of #4776 - mikerite:fix-4727, r=flip1995bors-19/+21
2019-11-08Rustup rust-lang/rust#66188HMPerson1-1/+1
2019-11-07use-self: correctly ignore dummy pathsMichael Wright-19/+21
2019-11-06Fix crash in `use-self` lintMichael Wright-1/+1
2019-10-15Fix ICE in use_self lintflip1995-1/+6
2019-09-27Rustup to rust-lang/rust#64813flip1995-5/+5
2019-09-09Extend `use_self` to check constructorMichael Wright-2/+2
2019-08-01Update formattingMichael Wright-4/+3
2019-07-31Extend the `use_self` lint to suggest uses of `Self::Variant`.Jakub Wieczorek-20/+38
2019-07-06Rename hir::map::local_def_id_from_hir_id to local_def_idLzu Tao-2/+2
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-3/+3
2019-05-28Auto merge of #4142 - agnxy:rename-assoc, r=flip1995bors-1/+1
2019-05-25Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-23Rustup to https://github.com/rust-lang/rust/pull/60740Philipp Hansch-2/+2
2019-05-03Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)Matthias Krüger-5/+5
2019-04-28Rustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29)Manish Goregaokar-4/+5
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-03-26Hacky rustupOliver Scherer-1/+1
2019-03-16cargo fmtflip1995-1/+1
2019-03-15parent_def_id -> parentflip1995-1/+2
2019-03-11Fix `use_self` false positive on nested functionsTaiki Endo-1/+2
2019-03-10Various cosmetic improvements.Alexander Regueiro-4/+5
2019-03-05move lint documentation into macro invocationsAndy Russell-29/+29
2019-03-01align with rust-lang/rust/#58836ljedrz-1/+1
2019-03-01enable rust-lang/rust#58754ljedrz-1/+1
2019-02-19Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19)Manish Goregaokar-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-22Improving comments.daxpedda-2/+1
2019-01-22Improve span shortening.Philipp Krones-1/+1
2019-01-21Fixed potential mistakes with nesting. Added tests.daxpedda-5/+11
2019-01-20Fix automatic suggestion on `use_self`.daxpedda-6/+6
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-07Improve tests and exclude nested implsWilco Kusee-1/+2
2019-01-06Update known problemsWilco Kusee-1/+0
2019-01-06Restrict use_self on nested itemsWilco Kusee-4/+12
2019-01-04Trigger `use_self` lint in local macrosWilco Kusee-3/+3
2018-12-30Remove false negatives from known problemsWilco Kusee-2/+0
2018-12-30Implement use_self for tuple structsWilco Kusee-5/+10
2018-12-30Document known problemsWilco Kusee-1/+7