about summary refs log tree commit diff
path: root/clippy_dev/src/main.rs
AgeCommit message (Expand)AuthorLines
2019-03-08Improve Clippy dev helpMichael Wright-2/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-11-27Run rustfmt on clippy_devflip1995-35/+53
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-2/+2
2018-11-05Fix dogfoodPhilipp Hansch-10/+10
2018-11-05Update println! formattingPhilipp Krones-1/+1
2018-11-05RIIR update lints: Add check mode (update_lints.py rewrite complete)Philipp Hansch-18/+41
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/+30
2018-11-03RIIR update lints: Generate modules sectionPhilipp Hansch-0/+8
2018-10-31Fix dogfood and pedantic lintsPhilipp Hansch-1/+1
2018-10-31RIIR update lints: Generate deprecated lintsPhilipp Hansch-0/+8
2018-10-17RIIR update_lints: Update changelog linksPhilipp Hansch-2/+10
2018-10-16RIIR update_lints: Replace lint count in README.mdPhilipp Hansch-0/+20
2018-10-16Rename `active_lints` to `usable_lints`Philipp Hansch-3/+5
2018-10-15sort_by -> sort_by_keyPhilipp Hansch-1/+1
2018-10-11Use `impl Iterator` in arg position in clippy_devPhilipp Hansch-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-05Return impl Iterator instead of Vec<Lint>Philipp Hansch-2/+2
2018-09-03Refactor to use into_group_map from ItertoolsPhilipp Hansch-18/+10
2018-09-03update_lints rewrite: Add structure and --print-onlyPhilipp Hansch-0/+53