about summary refs log tree commit diff
path: root/clippy_dev/src
AgeCommit message (Expand)AuthorLines
2022-07-01Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffatebors-1/+53
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-42/+373
2022-06-28Fix dogfoodJason Newcomb-1/+1
2022-06-23Add `cargo dev dogfood`Serial-1/+54
2022-06-23Fix ICE when deprecating lints in directoriesSerial-35/+37
2022-06-21Add `dev deprecate`Serial-42/+371
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-3/+3
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-3/+3
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-127/+106
2022-06-13Fix `clap` deprecation warningsJason Newcomb-127/+96
2022-06-06Auto update lint count in Clippy bookflip1995-0/+10
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-92/+74
2022-05-23update dependenciesMarcel Hellwig-92/+74
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-10/+31
2022-05-15Add renamed lints to the changelog link listJason Newcomb-2/+7
2022-05-13Tweak some words improved representationydah-3/+3
2022-05-09New lint: [`derive_partial_eq_without_eq`]nsunderland1-3/+3
2022-05-06Pass through extra args in `cargo dev lint`Alex Macleod-2/+18
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-45/+455
2022-04-30Auto merge of #8625 - Jarcho:rename_lint, r=xFrednetbors-27/+396
2022-04-24Add `rename_lint` commandJason Newcomb-20/+322
2022-04-15initialization misspellwhodi-1/+1
2022-04-15adding spell checkingwhodi-3/+3
2022-04-13New lint `format_add_strings`Peter Jaszkowiak-9/+13
2022-04-09Allow passing --remove to `cargo dev setup <SUBCOMMAND>`Yoav Lavi-7/+44
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-418/+373
2022-04-07Allow raw lint descriptionsflip1995-1/+4
2022-04-05Auto merge of #8607 - Alexendoo:cargo-dev-lint-dir, r=flip1995,giraffatebors-30/+79
2022-04-03Generate renamed lint testJason Newcomb-9/+64
2022-04-03Generate deprecated lints testJason Newcomb-0/+12
2022-04-01Remove cargo_metadata dependency from clippy_devJason Newcomb-8/+17
2022-04-01Remove regex dependency from clippy_devJason Newcomb-380/+274
2022-03-29Allow running `cargo dev lint` on a package directoryAlex Macleod-30/+79
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-47/+18
2022-02-06Support `cargo dev bless` for tests with revisionsAlex Macleod-47/+18
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-2/+6
2022-01-21Don't bless outdated files on windowsJason Newcomb-1/+6
2022-01-17Remove __CLIPPY_INTERNAL_TESTS env varCameron Steffen-1/+0
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-7/+27
2022-01-10Use `rustup which rustfmt`Cameron Steffen-4/+21
2022-01-10Fix output capturingCameron Steffen-2/+5
2022-01-09Combine internal features in clippy_lintsCameron Steffen-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-22/+84
2021-11-12Run rustfmt on batches of multiple filesAlex Macleod-16/+24
2021-11-11Use rustfmt version from `rust-toolchain`Jason Newcomb-3/+3
2021-11-10Address review feedbackxFrednet-1/+1
2021-11-10Manually add `clippy::version` attribute to deprecated lintsxFrednet-1/+2
2021-11-10Document new `clippy::version` attribute and make it mandatoryxFrednet-4/+22
2021-11-10Add clippy version to Clippy's lint listxFrednet-0/+1
2021-11-06Add `cargo dev lint` to manually run clippy on a fileAlex Macleod-1/+35