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
/
infinite_loop.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-22
fix check_infinite_loop by checking for break or return inside loop body
Yerkebulan Tulibergenov
-0
/
+19
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-09
rustfmt tests
Matthias Krüger
-11
/
+20
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
-2
/
+4
2018-07-25
fix a bunch of typos found by codespell
Matthias Krüger
-4
/
+4
2018-06-15
New Lint: Pass small trivially copyable objects by value
Wim Looman
-1
/
+1
2018-04-03
Don't trigger while_immutable_condition for mutable fields of tuples/structs
flip1995
-0
/
+6
2018-03-27
Fix check of immutable condition in closure
flip1995
-0
/
+12
2018-03-26
while_immutable_condition: fix handling of self
Karim Snj
-0
/
+27
2018-03-07
lint: while immutable condition: do not lint constants
Karim Snj
-0
/
+17
2018-03-06
lint: immutable condition: add internally mutable test
Karim Snj
-0
/
+14
2018-03-02
lint: while loop: detect if no var from the condition is mutated
Karim Snj
-2
/
+14
2018-03-01
lint: while immutable condition: refactor to use hir::Visitor
Karim Snj
-1
/
+1
2018-02-25
lint: immutable only vars in while condition
Karim Snj
-0
/
+89