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_lints
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-10-01
Also sanitize configuration
blyxyas
-25
/
+1
2024-10-01
Add manual_ignore_cast_cmp lint
Yuri Astrakhan
-0
/
+2
2024-09-30
Simplify negative `Option::{is_some_and,is_none_or}`
Asuna
-1
/
+1
2024-09-25
Remove the `control_flow_enum` feature from clippy
Scott McMurray
-1
/
+0
2024-09-26
Add `sanitize_explanation`
blyxyas
-19
/
+24
2024-09-25
Move tag removing to --explain
blyxyas
-1
/
+21
2024-09-24
Turn declare_clippy_lint into a declarative macro
blyxyas
-2
/
+4
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-4
/
+15
2024-09-22
Formatting
Philipp Krones
-1
/
+1
2024-09-21
Add lint unused_trait_names
Ruairidh Williamson
-0
/
+2
2024-09-07
Lint ready
Samarth1696
-0
/
+2
2024-09-05
Add `manual_is_power_of_two`
Sour1emon
-0
/
+2
2024-09-06
Add `manual_div_ceil`
Artem Belyakov
-0
/
+2
2024-09-05
Auto merge of #13345 - Alexendoo:manual-non-exhaustive-visibility, r=y21
bors
-2
/
+1
2024-09-04
Only lint `manual_non_exhaustive` for exported types
Alex Macleod
-2
/
+1
2024-09-03
add pointers_in_nomem_asm_block lint
Soveu
-0
/
+2
2024-08-31
Auto merge of #12476 - GuillaumeGomez:add-manual_arithmetic_check, r=y21
bors
-1
/
+1
2024-08-31
Add MSRV check for `saturating_sub` lints in const contexts
Guillaume Gomez
-1
/
+1
2024-08-27
new lint: `zombie_processes`
y21
-0
/
+2
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-14
/
+34
2024-08-12
Replace the metadata collector with tests
Alex Macleod
-14
/
+34
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-69
/
+12
2024-08-08
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-69
/
+12
2024-08-06
Auto merge of #12150 - ithinuel:add_misleading_use_of_ok, r=y21
bors
-0
/
+2
2024-08-06
Use `-D warnings` instead of `deny-warnings` feature.
Jason Newcomb
-1
/
+0
2024-08-05
Store deprecated lints as an array of tuples.
Jason Newcomb
-58
/
+7
2024-07-29
Remove some miscellaneous `#[allow]`s
Alex Macleod
-7
/
+0
2024-07-29
Add lint for `unused_result_ok`
Wilfried Chauveau
-0
/
+2
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-28
Mark the lints for each config via an attribute instead of a doc comment..
Jason Newcomb
-1
/
+1
2024-07-28
stabilize `is_sorted`
Slanterns
-1
/
+0
2024-07-27
Auto merge of #13053 - nyurik:rename-set_contains_or_insert, r=llogiq
bors
-1
/
+1
2024-07-26
Add `BTreeSet` to set_contains_or_insert
Yuri Astrakhan
-1
/
+1
2024-07-26
Make `std_instead_of_core` somewhat MSRV aware
Alex Macleod
-1
/
+1
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-364
/
+99
2024-07-24
Replace local variables signifying "done" or "loop break", use ControlFlow #1...
blyxyas
-0
/
+1
2024-07-21
[`pathbuf_init_then_push`]: Checks for calls to `push` immediately after cre...
lengyijun
-0
/
+2
2024-07-17
Refactor for using config values:
Jason Newcomb
-364
/
+96
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-9
/
+15
2024-07-10
Auto merge of #12944 - Jarcho:overflow_check, r=y21
bors
-2
/
+2
2024-07-09
Auto merge of #13069 - Jarcho:misc_small4, r=Manishearth
bors
-0
/
+1
2024-07-08
Auto merge of #13056 - y21:rm-compiler-lint-functions, r=Manishearth
bors
-3
/
+0
2024-07-07
Rework `init_numbered_fields`:
Jason Newcomb
-0
/
+1
2024-07-07
`manual_float_methods`:
Jason Newcomb
-0
/
+1
2024-07-07
Rename `overflow_check_conditional` to `panicking_overflow_checks`.
Jason Newcomb
-2
/
+2
2024-07-06
remove internal `compiler_lint_functions` lint
y21
-3
/
+0
2024-07-05
Auto merge of #12974 - alex-semenyuk:rename_thread_local_initializer_can_be_m...
bors
-4
/
+3
2024-07-05
Rename thread_local_initializer_can_be_made_const to missing_const_for_thread...
Alexey Semenyuk
-4
/
+3
2024-07-05
feat: add cfg_not_test lint
Milo Moisson
-0
/
+2
[prev]
[next]