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
/
needless_range_loop.rs
Age
Commit message (
Collapse
)
Author
Lines
2020-01-24
Split up `needless_range_loop` ui test
Yuki Okushi
-85
/
+2
2019-04-24
UI test cleanup: Extract needless_range_loop tests
Philipp Hansch
-0
/
+71
2019-02-20
Make needless_range_loop not applicable to structures without iter method
bzzzz
-0
/
+19
2019-02-11
Fix `needless_range_loop` bad suggestion
Michael Wright
-0
/
+5
Detect if the index variable is used inside a closure. Fixes #2542
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-09
rustfmt tests
Matthias Krüger
-4
/
+3
2018-10-19
Check for known array length in `needless_range_loop`
HMPerson1
-1
/
+15
2018-10-14
Swap order of methods in `needless_range_loop` suggestion in some cases
Owen Sanchez
-0
/
+14
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2017-11-07
Don't lint mixed slice indexing and usize indexing in `needless_range_loop`
Oliver Schneider
-0
/
+15
2017-11-07
Differentiate between mutable iteration and immutable iteration in ↵
Oliver Schneider
-0
/
+13
`needless_range_loop`
2017-10-08
tests for `needless_range_loop`
Andriy S. from cobalt
-0
/
+27