about summary refs log tree commit diff
path: root/clippy_dev/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-06-23Add `cargo dev dogfood`Serial-0/+1
2022-04-30Auto merge of #8625 - Jarcho:rename_lint, r=xFrednetbors-0/+1
2022-04-24Add `rename_lint` commandJason Newcomb-0/+1
2022-04-05Auto merge of #8607 - Alexendoo:cargo-dev-lint-dir, r=flip1995,giraffatebors-0/+13
2022-04-01Remove cargo_metadata dependency from clippy_devJason Newcomb-0/+1
2022-04-01Remove regex dependency from clippy_devJason Newcomb-0/+3
2022-03-29Allow running `cargo dev lint` on a package directoryAlex Macleod-0/+13
2021-11-06Add `cargo dev lint` to manually run clippy on a fileAlex Macleod-0/+1
2021-09-29Move `update_lints` specific code out of `lib`Michael Wright-550/+1
2021-09-29Fix lint register code formatMichael Wright-89/+99
2021-09-29Move code generated by `update_lints` to includesMichael Wright-25/+43
2021-08-23Remove stderr limitCameron Steffen-1/+0
2021-06-25Added `cargo dev setup git-hook`xFrednet-1/+1
2021-06-25Moved dev `ide_setup` to `setup/intellij.rs`xFrednet-1/+1
2021-05-18Deny warning in every main sub-crateflip1995-1/+3
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-8/+8
2021-03-17rename `cargo dev ra_setup` to `cargo dev ide_setup`Matthias Krüger-1/+1
2021-03-11lintcheck: move out of clippy-dev into own crateMatthias Krüger-1/+0
2021-03-05Fix dogfood errors in clippy_devflip1995-1/+1
2021-02-02Add missing_panics_doc lintCaden Haustein-0/+13
2021-01-23rename cargo dev crater to cargo dev lintcheckMatthias Krüger-1/+1
2021-01-23cargo dev crater: lay out the base planMatthias Krüger-0/+1
2020-12-12Rewrite update-all-references bash scripts in RustPhilipp Hansch-0/+1
2020-11-29address review comments and rebaseMatthias Krüger-4/+2
2020-11-29fix clippy-dev update_lintsMatthias Krüger-7/+23
2020-10-08Clippy dev subcommand to build and serve websiteDavid Tolnay-0/+1
2020-10-06clippy_dev: Replace lazy_static with SyncLazyPhilipp Hansch-19/+23
2020-05-28clippy_dev: add ra_setupMatthias Krüger-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