about summary refs log tree commit diff
path: root/clippy_dev/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-0/+3
2019-10-08Revert "Workaround cargo bug on Windows"Shotaro Yamada-2/+0
This reverts commit 248251b3b26c5f21e2c2f5bfa5d85cc17b13fc05. This reverts commit 20b73514395bb442fb16ce913b6c2b3965ff3156.
2019-10-04Use home::cargo_homeShotaro Yamada-0/+2
2019-07-07Add dev fmt subcommandMichael Wright-0/+1
2019-06-03Bump clap in clippy_devLzu Tao-1/+1
2019-01-25dependencies: update itertools from 0.7 to 0.8Matthias Krüger-1/+1
2018-10-15Use `WalkDir` to also gather from subdirectoriesPhilipp Hansch-0/+1
`fs::read_dir` does not recurse into subdirectories.
2018-09-30remove cargo edition 2018 feature gate.Matthias Krüger-2/+0
Rust and the cargo used to bootstrap was updated in https://github.com/rust-lang/rust/pull/54601 which now has the 2018 edition stabilized.
2018-09-23clippy_dev: port to edition 2018Matthias Krüger-0/+3
2018-09-03Refactor to use into_group_map from ItertoolsPhilipp Hansch-0/+1
2018-09-03update_lints rewrite: Add structure and --print-onlyPhilipp Hansch-0/+9