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
/
tests
/
ui
/
use_self.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-12
Split up `use_self` ui test
Yuki Okushi
-111
/
+0
2019-11-07
use-self: correctly ignore dummy paths
Michael Wright
-2
/
+18
2019-11-06
Fix crash in `use-self` lint
Michael Wright
-0
/
+14
2019-09-12
Verify that issue #3567 is resolved
Michael Wright
-0
/
+19
2019-09-09
Extend `use_self` to check constructor
Michael Wright
-9
/
+6
2019-08-01
Update formatting
Michael Wright
-1
/
+1
2019-07-31
Extend the `use_self` lint to suggest uses of `Self::Variant`.
Jakub Wieczorek
-0
/
+8
2019-04-01
Rustup to https://github.com/rust-lang/rust/pull/58805
Philipp Hansch
-0
/
+1
2019-03-11
Fix `use_self` false positive on nested functions
Taiki Endo
-0
/
+10
2019-01-22
Added rustfix to the test.
daxpedda
-1
/
+4
2019-01-21
Fixed potential mistakes with nesting. Added tests.
daxpedda
-0
/
+20
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2019-01-07
Rustftmt
Wilco Kusee
-3
/
+1
2019-01-07
Improve tests and exclude nested impls
Wilco Kusee
-1
/
+9
2019-01-06
Restrict use_self on nested items
Wilco Kusee
-11
/
+22
2019-01-04
Trigger `use_self` lint in local macros
Wilco Kusee
-0
/
+16
2018-12-30
Remove false negatives from known problems
Wilco Kusee
-1
/
+1
2018-12-30
Implement use_self for tuple structs
Wilco Kusee
-0
/
+10
2018-12-30
Document known problems
Wilco Kusee
-3
/
+2
2018-12-09
rustfmt tests
Matthias Krüger
-16
/
+13
2018-11-13
Fix `use_self` false positive on `use` statements
Michael Wright
-1
/
+12
2018-11-10
Fix `use_self` false positive
Michael Wright
-0
/
+14
2018-10-24
Check existential types in `use_self`
HMPerson1
-0
/
+14
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-08-29
Adapt ui-tests to the tool_lints
flip1995
-3
/
+5
2018-07-17
Fix use_self regressions
Michael Wright
-6
/
+19
2018-07-15
Fix #2894
Michael Wright
-0
/
+114
2017-10-03
Reduce the hackiness of cargo-clippy
Oliver Schneider
-2
/
+2
2017-08-22
lint #1674: lifetimed types exclusion
Tim Nielens
-0
/
+23
2017-08-18
lint #1674: replace struct name with `Self` when applicable
Tim Nielens
-0
/
+45