index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_dev
/
src
/
update_lints.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-28
Fix dogfood
Jason Newcomb
-1
/
+1
2022-06-23
Fix ICE when deprecating lints in directories
Serial
-35
/
+37
2022-06-21
Add `dev deprecate`
Serial
-41
/
+352
2022-06-06
Auto update lint count in Clippy book
flip1995
-0
/
+10
2022-05-15
Add renamed lints to the changelog link list
Jason Newcomb
-2
/
+7
2022-05-09
New lint: [`derive_partial_eq_without_eq`]
nsunderland1
-3
/
+3
2022-04-30
Auto merge of #8625 - Jarcho:rename_lint, r=xFrednet
bors
-24
/
+365
2022-04-24
Add `rename_lint` command
Jason Newcomb
-17
/
+291
2022-04-13
New lint `format_add_strings`
Peter Jaszkowiak
-7
/
+9
2022-04-07
Allow raw lint descriptions
flip1995
-1
/
+4
2022-04-03
Generate renamed lint test
Jason Newcomb
-9
/
+64
2022-04-03
Generate deprecated lints test
Jason Newcomb
-0
/
+12
2022-04-01
Remove regex dependency from clippy_dev
Jason Newcomb
-380
/
+271
2022-01-09
Combine internal features in clippy_lints
Cameron Steffen
-1
/
+1
2021-11-10
Manually add `clippy::version` attribute to deprecated lints
xFrednet
-1
/
+2
2021-11-10
Document new `clippy::version` attribute and make it mandatory
xFrednet
-1
/
+4
2021-11-10
Add clippy version to Clippy's lint list
xFrednet
-0
/
+1
2021-10-15
Remove redundant `to_string`s
Samuel E. Moelius III
-2
/
+2
2021-10-07
Revert `update_lints` module list generating code
Michael Wright
-12
/
+10
2021-10-06
Return to generating mod declarations in lib.rs
Manish Goregaokar
-5
/
+11
2021-09-30
Fix comment in `update_lints`
mikerite
-1
/
+1
2021-09-29
Add test module for `update_lints`
Michael Wright
-155
/
+161
2021-09-29
Move `update_lints` specific code out of `lib`
Michael Wright
-4
/
+550
2021-09-29
Fix lint register code format
Michael Wright
-30
/
+29
2021-09-29
Move code generated by `update_lints` to includes
Michael Wright
-59
/
+57
2021-06-25
Add suspicious group
Cameron Steffen
-1
/
+4
2020-11-29
fix clippy-dev update_lints
Matthias Krüger
-1
/
+1
2020-11-24
clippy: Remove now obsolete lintlist module
flip1995
-14
/
+1
2020-10-23
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
Eduardo Broto
-1
/
+1
2020-04-03
Build lint lists once and the reuse them to update files
flip1995
-21
/
+17
2020-04-03
Get rid of Lint::is_internal method
flip1995
-2
/
+2
2020-04-03
Clean up update_lints
flip1995
-5
/
+5
2020-03-31
Don't use an exact lint counter anymore
flip1995
-11
/
+14
2020-03-31
Move update_lints logic to its own module
flip1995
-0
/
+163