| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-30 | Rustup to https://github.com/rust-lang/rust/pull/61203 | Philipp Hansch | -2/+2 | |
| Migrates all trait objects to use `dyn` | ||||
| 2019-04-16 | Add run-rustfix for len_zero lint | Philipp Hansch | -96/+10 | |
| * Extracts len_without_is_empty into separate file * Adds `// run-rustfix` to `tests/ui/len_zero.rs` | ||||
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -16/+17 | |
| 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 | -3/+0 | |
| 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-05-06 | Update len_zero to handle comparisions with one | NiekGr | -18/+55 | |
| I have added test cases for comparisons with zero and one. While implementing handling of one, incorrect handlings of zero were also fixed. fixes rust-lang-nursery/rust-clippy/#2554 | ||||
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+2 | |
| 2017-09-04 | Fix `len_zero` ICE | Oliver Schneider | -0/+7 | |
| 2017-08-28 | len_without_is_empty false positive #1740 | Tim Nielens | -0/+10 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+174 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -174/+0 | |
| 2017-05-11 | clean tests/ui/len_zero.rs | Luis de Bethencourt | -18/+0 | |
| Cleaning the empty lines for clarity. | ||||
| 2017-02-25 | Enable `len_zero` for slices | sinkuu | -0/+5 | |
| 2017-02-19 | Fix typo | Phil Ellison | -1/+1 | |
| 2017-02-19 | Add test that adding allow attribute on impl block containing len silences ↵ | Phil Ellison | -0/+24 | |
| len_without_is_empty. Add extra impl block to PubOne to check that this doesn't get flagged@ | ||||
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -22/+22 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+163 | |
