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
2023-03-28
Partial no-op refactoring of #9948
Yuri Astrakhan
-9
/
+5
2023-02-16
Fix dogfood tests by adding type annotations
Jirka Vebr
-3
/
+3
2022-10-25
Remove `lib.register_*` and `src/docs*` in `cargo dev update_lints`
Alex Macleod
-0
/
+54
2022-10-23
Generate lint categories and explanations with `declare_clippy_lint`
Alex Macleod
-223
/
+30
2022-10-11
Replace manual let else patterns with let else
est31
-5
/
+3
2022-10-07
Fix adjacent code
Samuel Moelius
-1
/
+1
2022-10-02
Auto merge of #9509 - schubart:fix_sorting, r=llogiq
bors
-3
/
+2
2022-09-23
fallout2: rework clippy_dev & _lints fmt inlining
Yuri Astrakhan
-52
/
+46
2022-09-21
Actually use the sorted vector
Michael Schubart
-3
/
+2
2022-09-02
add `--explain` subcommand
Andre Bogus
-28
/
+160
2022-09-01
Correctly handle unescape warnings
Jason Newcomb
-1
/
+5
2022-08-16
Fix adjacent code
Samuel E. Moelius III
-2
/
+2
2022-08-11
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-3
/
+3
2022-07-28
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
Philipp Krones
-4
/
+6
2022-07-25
Add `--type` flag to `dev new_lint`
Serial
-4
/
+6
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-1
/
+1
2022-07-06
Dogfood fixes to use `bool::then_some`
Josh Triplett
-1
/
+1
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-41
/
+354
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-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-0
/
+10
2022-06-06
Auto update lint count in Clippy book
flip1995
-0
/
+10
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-5
/
+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-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-31
/
+374
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-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-380
/
+274
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-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-1
/
+1
2022-01-09
Combine internal features in clippy_lints
Cameron Steffen
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+5
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-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-2
/
+2
2021-10-15
Remove redundant `to_string`s
Samuel E. Moelius III
-2
/
+2
2021-10-07
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995
-60
/
+613
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
[next]