| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-12 | Fix `needless_continue` false positive | Taiki Endo | -1/+65 | |
| 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 | -8/+8 | |
| 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/+2 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+50 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -50/+0 | |
| 2017-04-09 | needless_continue: Add ui test | Yati Sagade | -0/+50 | |
| The test program contains both conditions tested by the lint, i.e., a redundant continue in the `if` and `else` blocks within a loop. Maybe splitting them out and also having a program that should *not* trigger the lint warning is better. | ||||
