about summary refs log tree commit diff
path: root/clippy_lints/src/unused_self.rs
AgeCommit message (Expand)AuthorLines
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-2/+3
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-20/+17
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-2/+19
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-2/+2
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-1/+1
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-2/+2
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-2/+15
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+1
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-1/+1
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-3/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-5/+5
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-14/+11
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-3/+2
2021-02-17Auto merge of #81993 - flip1995:clippyup, r=Manishearthbors-36/+3
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-3/+2
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-36/+3
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-2/+2
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-3/+3
2020-04-18Add an Option<Span> argument to span_lint_and_help.xiongmao86-0/+1
2020-04-14rustup https://github.com/rust-lang/rust/pull/70643Matthias Krüger-1/+1
2020-03-30Auto merge of #5387 - jpospychala:useless_self_fp, r=yaahcbors-38/+29
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-1/+1
2020-03-29`unused_self` false positiveJacek Pospychala-38/+29
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-2/+2
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-2/+2
2020-01-18Allow `unused_self` lint at the function levelYuki Okushi-6/+9
2020-01-18Rustup to rust-lang/rust#68204Yuki Okushi-1/+6
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-2/+5
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-2/+2
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-1/+1
2019-12-22Rustup to rust-lang/rust#66931flip1995-1/+1
2019-12-22Add <'_> where necessaryflip1995-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-15Change terminology from static to associatedJames Wang-2/+2
2019-10-15Switch to OnlyBodiesJames Wang-1/+1
2019-10-15Change lint to be pedanticJames Wang-2/+2
2019-10-15Remove printsJames Wang-2/+0
2019-10-15Add a new lint for unused selfJames Wang-0/+104