about summary refs log tree commit diff
path: root/clippy_dev
AgeCommit message (Expand)AuthorLines
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
2018-09-06More refactoringPhilipp Hansch-18/+12
2018-09-05Remove duplicated .gitignorePhilipp Hansch-38/+0
2018-09-05Return impl Iterator instead of Vec<Lint>Philipp Hansch-15/+15
2018-09-03Refactor to use into_group_map from ItertoolsPhilipp Hansch-27/+46
2018-09-03s/direntry/dir_entryPhilipp Hansch-5/+5
2018-09-03Use insignificant whitespace mode for nice regexPhilipp Hansch-2/+11
2018-09-03cargo update in clippy_devPhilipp Hansch-44/+37
2018-09-03update_lints rewrite: Add structure and --print-onlyPhilipp Hansch-0/+459