| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-01 | Fix `never_loop` false positive | Michael Wright | -0/+11 | |
| Closes #4058 | ||||
| 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 | -29/+41 | |
| 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/+3 | |
| 2018-02-25 | lint: immutable only vars in while condition | Karim Snj | -1/+1 | |
| 2017-11-05 | Refactor the never-loop detection, fixes #1991. | laurent | -0/+9 | |
| 2017-10-08 | add never_loop tests | Cameron Steffen | -0/+14 | |
| 2017-10-05 | add never_loop test | Cameron Steffen | -0/+14 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-09-14 | Update a test | Seiichi Uchida | -1/+16 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+128 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -34/+0 | |
| 2017-02-17 | New never loop lint | Andre Bogus | -0/+34 | |
| This lint detects loops that unconditionally break or return. Closes #257 | ||||
