index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
unused_self.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-2
/
+3
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-20
/
+17
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-2
/
+19
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+2
2022-07-28
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
Philipp Krones
-2
/
+15
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-1
/
+1
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-3
/
+2
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-5
/
+5
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-14
/
+11
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-3
/
+2
2021-02-17
Auto merge of #81993 - flip1995:clippyup, r=Manishearth
bors
-36
/
+3
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-3
/
+2
2021-02-11
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
flip1995
-36
/
+3
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-3
/
+3
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-04-14
rustup https://github.com/rust-lang/rust/pull/70643
Matthias Krüger
-1
/
+1
2020-03-30
Auto merge of #5387 - jpospychala:useless_self_fp, r=yaahc
bors
-38
/
+29
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-03-29
`unused_self` false positive
Jacek Pospychala
-38
/
+29
2020-03-16
rustup https://github.com/rust-lang/rust/pull/69738
Matthias Krüger
-1
/
+1
2020-03-16
rustup https://github.com/rust-lang/rust/pull/68944
Matthias Krüger
-2
/
+2
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-18
Allow `unused_self` lint at the function level
Yuki Okushi
-6
/
+9
2020-01-18
Rustup to rust-lang/rust#68204
Yuki Okushi
-1
/
+6
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-2
/
+5
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-2
/
+2
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-1
/
+1
2019-12-22
Rustup to rust-lang/rust#66931
flip1995
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-15
Change terminology from static to associated
James Wang
-2
/
+2
2019-10-15
Switch to OnlyBodies
James Wang
-1
/
+1
2019-10-15
Change lint to be pedantic
James Wang
-2
/
+2
2019-10-15
Remove prints
James Wang
-2
/
+0
2019-10-15
Add a new lint for unused self
James Wang
-0
/
+104