| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+2 | |
| 2020-01-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -1/+2 | |
| Specifically caused by https://github.com/rust-lang/rust/pull/67786 | ||||
| 2019-12-24 | do minor cleanups | Lzu Tao | -3/+1 | |
| * ToString and AsRef are in prelude, no need to import them | ||||
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-10-23 | deps: update cargo_metadata from 0.8.0 to 0.9.0 | Matthias Krüger | -1/+1 | |
| 2019-10-04 | Use new format of licenses | Mateusz Mikuła | -1/+1 | |
| Co-Authored-By: lzutao <taolzu@gmail.com> | ||||
| 2019-09-22 | clippy::cargo_common_metadata: check for license-file | Cyril Plisko | -2/+8 | |
| When license property is missing in Cargo.toml check for license-file as it may be used instead of the former. The check implemented here is very naive as it only verifies that the field is present and is not empty. More scrutiny can be applied by verifying the file is actually present. Fixes #4517 | ||||
| 2019-09-04 | Refactor option handling | Jeremy Stucki | -5/+1 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -13/+3 | |
| Fixes #3917. | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -21/+21 | |
| 2019-02-10 | removing redundant closures in the whole project | Grzegorz | -1/+1 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-25 | chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1 | Sorin Davidoi | -1/+1 | |
| Closes https://github.com/rust-lang/rust-clippy/issues/3692. | ||||
| 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-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -3/+3 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -1/+1 | |
| 2018-11-22 | rust-lang-nursery/rust-clippy => rust-lang/rust-clippy | Matthias Krüger | -1/+1 | |
| 2018-11-13 | Check for common metadata | Yusuf Simonson | -0/+115 | |
