about summary refs log tree commit diff
path: root/clippy_dev/src/update_lints.rs
AgeCommit message (Expand)AuthorLines
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-06Auto update lint count in Clippy bookflip1995-0/+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-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-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-09Combine internal features in clippy_lintsCameron Steffen-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-1/+4
2021-11-10Add clippy version to Clippy's lint listxFrednet-0/+1
2021-10-15Remove redundant `to_string`sSamuel E. Moelius III-2/+2
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
2021-09-29Move code generated by `update_lints` to includesMichael Wright-59/+57
2021-06-25Add suspicious groupCameron Steffen-1/+4
2020-11-29fix clippy-dev update_lintsMatthias Krüger-1/+1
2020-11-24clippy: Remove now obsolete lintlist moduleflip1995-14/+1
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-1/+1
2020-04-03Build lint lists once and the reuse them to update filesflip1995-21/+17
2020-04-03Get rid of Lint::is_internal methodflip1995-2/+2
2020-04-03Clean up update_lintsflip1995-5/+5
2020-03-31Don't use an exact lint counter anymoreflip1995-11/+14
2020-03-31Move update_lints logic to its own moduleflip1995-0/+163