about summary refs log tree commit diff
path: root/clippy_dev/src/main.rs
AgeCommit message (Expand)AuthorLines
2023-02-10Fix CLI of clippy_devPhilipp Krones-14/+14
2023-01-31update some dependenciesKaDiWa-44/+55
2022-09-23and a few more from other dirsYuri Astrakhan-1/+1
2022-07-26Implicitly set `--type=cargo` when using `--category=cargo`Serial-2/+2
2022-07-25Add `--type` flag to `dev new_lint`Serial-1/+8
2022-07-01Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffatebors-1/+19
2022-06-23Add `cargo dev dogfood`Serial-1/+20
2022-06-21Add `dev deprecate`Serial-0/+18
2022-06-13Fix `clap` deprecation warningsJason Newcomb-124/+88
2022-05-23update dependenciesMarcel Hellwig-86/+70
2022-05-13Tweak some words improved representationydah-1/+1
2022-05-06Pass through extra args in `cargo dev lint`Alex Macleod-1/+14
2022-04-30Auto merge of #8625 - Jarcho:rename_lint, r=xFrednetbors-3/+30
2022-04-24Add `rename_lint` commandJason Newcomb-3/+30
2022-04-09Allow passing --remove to `cargo dev setup <SUBCOMMAND>`Yoav Lavi-7/+44
2022-03-29Allow running `cargo dev lint` on a package directoryAlex Macleod-5/+15
2021-11-06Add `cargo dev lint` to manually run clippy on a fileAlex Macleod-1/+14
2021-10-09Add `--msrv` option to `new_lint` commandMichael Wright-0/+6
2021-08-23Remove stderr limitCameron Steffen-8/+1
2021-06-29Auto merge of #7409 - xFrednet:5394-vs-code-tasks, r=giraffate,flip1995bors-0/+14
2021-06-28Updated `clippy_dev` ui message and vscode task namexFrednet-1/+1
2021-06-27Added `cargo dev setup vscode-tasks` for simplicityxFrednet-0/+14
2021-06-25Add suspicious groupCameron Steffen-0/+1
2021-06-25Added `cargo dev remove intellij`xFrednet-5/+9
2021-06-25Updated `cargo dev setup intellij` for cleaner user messagesxFrednet-1/+5
2021-06-25Added the `cargo dev remove` command for conveniencexFrednet-1/+12
2021-06-25Print cargo dev help on missing arg and updated setup documentationxFrednet-1/+3
2021-06-25Added `cargo dev setup git-hook`xFrednet-12/+31
2021-06-25Moved dev `ide_setup` to `setup/intellij.rs`xFrednet-2/+2
2021-05-18Deny warning in every main sub-crateflip1995-0/+2
2021-03-17rename `cargo dev ra_setup` to `cargo dev ide_setup`Matthias Krüger-4/+4
2021-03-11lintcheck: move out of clippy-dev into own crateMatthias Krüger-42/+3
2021-03-05lintcheck: add --fix mode which tries to apply lint suggestions to the source...Matthias Krüger-1/+2
2021-02-19lintcheck: add -j <N> option to configure threads.Matthias Krüger-0/+8
2021-02-07lintcheck: add a cmdline option --crates-toml <TOML PATH> to override crate s...Matthias Krüger-0/+7
2021-01-23rename cargo dev crater to cargo dev lintcheckMatthias Krüger-9/+9
2021-01-23clippy dev crater: address more review commetnsMatthias Krüger-1/+1
2021-01-23cargo dev crater: throw an error if we can't find our specified crate in the ...Matthias Krüger-16/+24
2021-01-23clippy dev crater: add option to only check a single one of the listed crates...Matthias Krüger-3/+13
2021-01-23crater: hook into main.rsMatthias Krüger-1/+5
2021-01-04Bless only updated since clippy buildCameron Steffen-3/+11
2020-12-13cargo dev: rename ra-setup to ra_setup to be in line with the other commandsMatthias Krüger-2/+2
2020-12-13NFC: clippy cargo dev: move generation of clap config into a functionMatthias Krüger-48/+52
2020-12-12Rewrite update-all-references bash scripts in RustPhilipp Hansch-1/+5
2020-10-08Clippy dev subcommand to build and serve websiteDavid Tolnay-1/+19
2020-05-28clippy_dev: add ra_setupMatthias Krüger-1/+15
2020-03-31Move update_lints logic to its own moduleflip1995-175/+5
2020-03-31Make limit_stderr_length a subcommandflip1995-8/+6
2020-03-31Define modules in lib.rs instead of main.rsflip1995-3/+1
2020-02-21Fix falloutflip1995-1/+4