about summary refs log tree commit diff
path: root/clippy_dev/src
AgeCommit message (Expand)AuthorLines
2022-06-13Fix `clap` deprecation warningsJason Newcomb-127/+96
2022-06-06Auto update lint count in Clippy bookflip1995-0/+10
2022-05-23update dependenciesMarcel Hellwig-92/+74
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-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-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-06Support `cargo dev bless` for tests with revisionsAlex Macleod-47/+18
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-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-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
2021-10-26Register the generated lints from `cargo dev new_lint`Alex Macleod-11/+29
2021-10-15Remove redundant `to_string`sSamuel E. Moelius III-2/+2
2021-10-09Use `indoc` for formattingMichael Wright-73/+79
2021-10-09Fix `clippy::too-many-arguments` violationMichael Wright-32/+14
2021-10-09Add `--msrv` option to `new_lint` commandMichael Wright-16/+98
2021-10-07Revert `update_lints` module list generating codeMichael Wright-12/+10
2021-10-06Return to generating mod declarations in lib.rsManish Goregaokar-5/+11
2021-09-30Fix comment in `update_lints`mikerite-1/+1
2021-09-29Add test module for `update_lints`Michael Wright-155/+161
2021-09-29Move `update_lints` specific code out of `lib`Michael Wright-554/+551
2021-09-29Fix lint register code formatMichael Wright-119/+128
2021-09-29Move code generated by `update_lints` to includesMichael Wright-84/+100
2021-09-08Rename test_build_base to testCameron Steffen-1/+1
2021-09-08Use relative path for test buildsCameron Steffen-5/+2
2021-09-08Use relative exe pathsCameron Steffen-11/+2
2021-08-23Remove stderr limitCameron Steffen-60/+1
2021-07-28Rollup merge of #7420 - xFrednet:7172-update-lint-documentation, r=flip1995Philipp Krones-6/+3