about summary refs log tree commit diff
path: root/clippy_lints/src/use_self.rs
AgeCommit message (Expand)AuthorLines
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-4/+4
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-3/+22
2020-11-16clippy: fold by valueBastian Kauschke-1/+1
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-1/+1
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-8/+5
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-7/+7
2020-04-14rustup https://github.com/rust-lang/rust/pull/70643Matthias Krüger-1/+1
2020-04-07use_self: switch to hir_ty_to_ty.Eduard Burtescu-50/+41
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-4/+4
2020-03-16rustup https://github.com/rust-lang/rust/pull/69738Matthias Krüger-1/+1
2020-03-16rustup https://github.com/rust-lang/rust/pull/68944Matthias Krüger-3/+3
2020-02-21Fix falloutflip1995-1/+4
2020-02-20Rustup to rust-lang/rust#69072Krishna Sai Veera Reddy-7/+1
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-09Rustup to rust-lang/rust#68911Krishna Sai Veera Reddy-0/+1
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