| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-08-06 | Don't emit enum_variant_names if remainder starts with a numeric | Philipp Hansch | -1/+14 | |
| As [per the reference](https://doc.rust-lang.org/reference/identifiers.html), identifiers must start with a letter. So we don't suggest a better variant naming in these cases. Fixes #739 | ||||
| 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-25 | fix breakage from rust-lang/rust#57088 | Andy Russell | -0/+1 | |
| 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/+4 | |
| 2018-05-11 | Remove all mention and testing of #[plugin(clippy)] and warn if used | Oliver Schneider | -1/+1 | |
| 2017-10-10 | Don't lint accidental "prefixes" on enum variants | Oliver Schneider | -0/+14 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -1/+1 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+105 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -105/+0 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -10/+10 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+105 | |
