about summary refs log tree commit diff
path: root/clippy_dev/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-01-31Mark clippy_project_root as `must_use`Phil Hansch-0/+1
2020-01-30Move project_root function to clippy_dev/src/lib.rsPhilipp Hansch-5/+18
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-4/+13
2019-12-24do minor cleanupsLzu Tao-1/+1
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-0/+2
2019-10-24Fix dogfood findingsflip1995-2/+8
2019-10-24Update clippy_devMark Rousskov-3/+17
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+7
2019-10-02account for doc visibilityAndre Bogus-1/+1
2019-08-19Add option_and_then_some lintLzu Tao-3/+3
2019-08-12Update lint deprecation for tool lintsPhilipp Hansch-3/+3
2019-04-15Remove clippy::default_hash_types internal lintflip1995-2/+0
2019-03-10Various cosmetic improvements.Alexander Regueiro-2/+2
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-10/+15
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-25fix a couple of ftrivial typos (NFC).Matthias Krüger-2/+2
2018-11-27Run rustfmt on clippy_devflip1995-80/+128
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-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-14/+27
2018-11-03Merge #3399bors[bot]-2/+64
2018-11-03RIIR update lints: Generate lint group registrationsPhilipp Hansch-0/+28
2018-11-03Test clippy_dev on CI and fix testPhilipp Hansch-3/+3
2018-11-03RIIR update lints: Generate modules sectionPhilipp Hansch-2/+36
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-18/+20
2018-10-31RIIR update lints: Generate deprecated lintsPhilipp Hansch-0/+33
2018-10-17RIIR update_lints: Update changelog linksPhilipp Hansch-1/+31
2018-10-16Fix dogfoodPhilipp Hansch-1/+2
2018-10-16RIIR update_lints: Replace lint count in README.mdPhilipp Hansch-0/+119
2018-10-16Rename `active_lints` to `usable_lints`Philipp Hansch-6/+8
2018-10-15Add comment on WalkDir vs. fs::read_dirPhilipp Hansch-0/+2
2018-10-15Some more documentation for clippy_devPhilipp Hansch-0/+2
2018-10-15Use `WalkDir` to also gather from subdirectoriesPhilipp Hansch-4/+5
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-11Use `impl Iterator` in arg position in clippy_devPhilipp Hansch-3/+3
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
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/+2
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-05Return impl Iterator instead of Vec<Lint>Philipp Hansch-13/+13
2018-09-03Refactor to use into_group_map from ItertoolsPhilipp Hansch-9/+19
2018-09-03s/direntry/dir_entryPhilipp Hansch-5/+5
2018-09-03Use insignificant whitespace mode for nice regexPhilipp Hansch-2/+11
2018-09-03update_lints rewrite: Add structure and --print-onlyPhilipp Hansch-0/+144