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
/
use_self.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-4
/
+4
2020-12-20
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
flip1995
-3
/
+22
2020-11-16
clippy: fold by value
Bastian Kauschke
-1
/
+1
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-1
/
+1
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-8
/
+5
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-7
/
+7
2020-04-14
rustup https://github.com/rust-lang/rust/pull/70643
Matthias Krüger
-1
/
+1
2020-04-07
use_self: switch to hir_ty_to_ty.
Eduard Burtescu
-50
/
+41
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-4
/
+4
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
-3
/
+3
2020-02-21
Fix fallout
flip1995
-1
/
+4
2020-02-20
Rustup to rust-lang/rust#69072
Krishna Sai Veera Reddy
-7
/
+1
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-1
/
+1
2020-02-09
Rustup to rust-lang/rust#68911
Krishna Sai Veera Reddy
-0
/
+1
2020-01-18
Rustup to rust-lang/rust#68204
Yuki Okushi
-2
/
+2
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-3
/
+8
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-3
/
+3
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-1
/
+1
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-5
/
+5
2019-12-22
Rustup to rust-lang/rust#66931
flip1995
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-3
/
+3
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-29
Move use_self to nursery
Philipp Hansch
-1
/
+1
2019-11-08
Auto merge of #4776 - mikerite:fix-4727, r=flip1995
bors
-19
/
+21
2019-11-08
Rustup rust-lang/rust#66188
HMPerson1
-1
/
+1
2019-11-07
use-self: correctly ignore dummy paths
Michael Wright
-19
/
+21
2019-11-06
Fix crash in `use-self` lint
Michael Wright
-1
/
+1
2019-10-15
Fix ICE in use_self lint
flip1995
-1
/
+6
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-5
/
+5
2019-09-09
Extend `use_self` to check constructor
Michael Wright
-2
/
+2
2019-08-01
Update formatting
Michael Wright
-4
/
+3
2019-07-31
Extend the `use_self` lint to suggest uses of `Self::Variant`.
Jakub Wieczorek
-20
/
+38
2019-07-06
Rename hir::map::local_def_id_from_hir_id to local_def_id
Lzu Tao
-2
/
+2
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-3
/
+3
2019-05-28
Auto merge of #4142 - agnxy:rename-assoc, r=flip1995
bors
-1
/
+1
2019-05-25
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-23
Rustup to https://github.com/rust-lang/rust/pull/60740
Philipp Hansch
-2
/
+2
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-5
/
+5
2019-04-28
Rustup to rustc 1.36.0-nightly (c7fcbfbf1 2019-04-29)
Manish Goregaokar
-4
/
+5
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-03-26
Hacky rustup
Oliver Scherer
-1
/
+1
2019-03-16
cargo fmt
flip1995
-1
/
+1
2019-03-15
parent_def_id -> parent
flip1995
-1
/
+2
2019-03-11
Fix `use_self` false positive on nested functions
Taiki Endo
-1
/
+2
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-4
/
+5
2019-03-05
move lint documentation into macro invocations
Andy Russell
-29
/
+29
2019-03-01
align with rust-lang/rust/#58836
ljedrz
-1
/
+1
[prev]
[next]