about summary refs log tree commit diff
path: root/clippy_dev/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-19/+24
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-1/+2
2020-04-23clippy_dev: make it fatal when the regex for updating lint count does not matchMatthias Krüger-2/+3
2020-04-03Make lint modules privateflip1995-5/+2
2020-04-03Don't filter lints in code generation functionsflip1995-30/+22
2020-04-03Build lint lists once and the reuse them to update filesflip1995-19/+26
2020-04-03Get rid of Lint::is_internal methodflip1995-22/+5
2020-04-03Clean up update_lintsflip1995-10/+9
2020-03-31Define modules in lib.rs instead of main.rsflip1995-0/+5
2020-02-14Adapt gen_lint_group_list test to also generate internal lintsflip1995-1/+2
2020-02-14Let update_lints also generate the internal lintsflip1995-1/+6
2020-02-14Save Lint::module as full path of moduleflip1995-13/+18
2020-02-14Make Lint::by_lint_group take impl Iterator as argumentflip1995-6/+3
2020-02-07dev: Move DOCS_LINK out of lazy_static and reuse itLzu Tao-2/+3
2020-02-07dev: Prefer `fs::read*` and improvement to replace text regionLzu Tao-31/+23
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