about summary refs log tree commit diff
path: root/clippy_dev/src/update_lints.rs
AgeCommit message (Expand)AuthorLines
2023-03-28Partial no-op refactoring of #9948Yuri Astrakhan-9/+5
2023-02-16Fix dogfood tests by adding type annotationsJirka Vebr-3/+3
2022-10-25Remove `lib.register_*` and `src/docs*` in `cargo dev update_lints`Alex Macleod-0/+54
2022-10-23Generate lint categories and explanations with `declare_clippy_lint`Alex Macleod-223/+30
2022-10-11Replace manual let else patterns with let elseest31-5/+3
2022-10-07Fix adjacent codeSamuel Moelius-1/+1
2022-10-02Auto merge of #9509 - schubart:fix_sorting, r=llogiqbors-3/+2
2022-09-23fallout2: rework clippy_dev & _lints fmt inliningYuri Astrakhan-52/+46
2022-09-21Actually use the sorted vectorMichael Schubart-3/+2
2022-09-02add `--explain` subcommandAndre Bogus-28/+160
2022-09-01Correctly handle unescape warningsJason Newcomb-1/+5
2022-08-16Fix adjacent codeSamuel E. Moelius III-2/+2
2022-08-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+3
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-4/+6
2022-07-25Add `--type` flag to `dev new_lint`Serial-4/+6
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-1/+1
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-41/+354
2022-06-28Fix dogfoodJason Newcomb-1/+1
2022-06-23Fix ICE when deprecating lints in directoriesSerial-35/+37
2022-06-21Add `dev deprecate`Serial-41/+352
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-0/+10
2022-06-06Auto update lint count in Clippy bookflip1995-0/+10
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-5/+10
2022-05-15Add renamed lints to the changelog link listJason Newcomb-2/+7
2022-05-09New lint: [`derive_partial_eq_without_eq`]nsunderland1-3/+3
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-31/+374
2022-04-30Auto merge of #8625 - Jarcho:rename_lint, r=xFrednetbors-24/+365
2022-04-24Add `rename_lint` commandJason Newcomb-17/+291
2022-04-13New lint `format_add_strings`Peter Jaszkowiak-7/+9
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-380/+274
2022-04-07Allow raw lint descriptionsflip1995-1/+4
2022-04-03Generate renamed lint testJason Newcomb-9/+64
2022-04-03Generate deprecated lints testJason Newcomb-0/+12
2022-04-01Remove regex dependency from clippy_devJason Newcomb-380/+271
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2022-01-09Combine internal features in clippy_lintsCameron Steffen-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+5
2021-11-10Manually add `clippy::version` attribute to deprecated lintsxFrednet-1/+2
2021-11-10Document new `clippy::version` attribute and make it mandatoryxFrednet-1/+4
2021-11-10Add clippy version to Clippy's lint listxFrednet-0/+1
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-2/+2
2021-10-15Remove redundant `to_string`sSamuel E. Moelius III-2/+2
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-60/+613
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-4/+550
2021-09-29Fix lint register code formatMichael Wright-30/+29