about summary refs log tree commit diff
path: root/clippy_dev
AgeCommit message (Expand)AuthorLines
2019-06-12move Lint static def into its own moduleJane Lusby-10/+3
2019-06-12switch to sorted usable lintsJane Lusby-5/+10
2019-06-12Update clippy_dev/src/main.rsJane Lusby-1/+1
2019-06-12initial commit for help improvements on clippy-driverJane Lusby-0/+22
2019-06-03Bump clap in clippy_devLzu Tao-1/+1
2019-05-17Collect at callsite, use eprintln instead of printlnPhilipp Hansch-4/+3
2019-05-16Add a stderr file length check to clippy_devPhilipp Hansch-2/+65
2019-04-16Remove rust-toolchain file from clippy_devflip1995-1/+0
2019-04-15Remove clippy::default_hash_types internal lintflip1995-2/+0
2019-03-15Add rust-toolchain for clippy_devMichael Wright-0/+1
2019-03-10Various cosmetic improvements.Alexander Regueiro-2/+2
2019-03-08Improve Clippy dev helpMichael Wright-2/+4
2019-03-05move lint documentation into macro invocationsAndy Russell-3/+5
2019-02-10removing redundant closures in the whole projectGrzegorz-2/+2
2019-01-25dependencies: update itertools from 0.7 to 0.8Matthias Krüger-11/+16
2019-01-08Remove all copyright license headersPhilipp Hansch-18/+0
2018-12-25fix a couple of ftrivial typos (NFC).Matthias Krüger-2/+2
2018-11-27Run rustfmt on clippy_devflip1995-115/+181
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-3/+3
2018-11-05Fix dogfoodPhilipp Hansch-10/+10
2018-11-05Update println! formattingPhilipp Krones-1/+1
2018-11-05Fix false positive in check mode caused by `gen_deprecated`Philipp Hansch-39/+50
2018-11-05RIIR update lints: Add check mode (update_lints.py rewrite complete)Philipp Hansch-32/+68
2018-11-03Merge #3399bors[bot]-4/+109
2018-11-03Fix typoPhilipp Hansch-1/+1
2018-11-03Improve clippy_dev help textPhilipp Hansch-2/+7
2018-11-03RIIR update lints: Generate lint group registrationsPhilipp Hansch-0/+58
2018-11-03Test clippy_dev on CI and fix testPhilipp Hansch-3/+3
2018-11-03RIIR update lints: Generate modules sectionPhilipp Hansch-2/+44
2018-11-02clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.Matthias Krüger-1/+0
2018-10-31Fix dogfood and pedantic lintsPhilipp Hansch-19/+21
2018-10-31RIIR update lints: Generate deprecated lintsPhilipp Hansch-0/+41
2018-10-17RIIR update_lints: Update changelog linksPhilipp Hansch-3/+41
2018-10-16Fix dogfoodPhilipp Hansch-1/+2
2018-10-16RIIR update_lints: Replace lint count in README.mdPhilipp Hansch-0/+139
2018-10-16Rename `active_lints` to `usable_lints`Philipp Hansch-9/+13
2018-10-15Add comment on WalkDir vs. fs::read_dirPhilipp Hansch-0/+2
2018-10-15sort_by -> sort_by_keyPhilipp Hansch-1/+1
2018-10-15Some more documentation for clippy_devPhilipp Hansch-0/+2
2018-10-15Use `WalkDir` to also gather from subdirectoriesPhilipp Hansch-4/+6
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-11Use `impl Iterator` in arg position in clippy_devPhilipp Hansch-4/+4
2018-10-06Add license header to Rust filesManish Goregaokar-0/+20
2018-09-30remove cargo edition 2018 feature gate.Matthias Krüger-2/+0
2018-09-28Merge pull request #3224 from matthiaskrgr/clippy_self__use_selfPhilipp Krones-4/+4
2018-09-27consistently gitignore all Cargo.lock filesMatthias Krüger-224/+0
2018-09-26fix all clippy::use_self pedantic warnings found in the codebase.Matthias Krüger-4/+4
2018-09-23clippy_dev: port to edition 2018Matthias Krüger-5/+5
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-0/+2
2018-09-06Pass by ref instead of valuePhilipp Hansch-2/+2