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
Age
Commit message (
Expand
)
Author
Lines
2025-05-31
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-288
/
+503
2025-05-31
Fix `dbg_macro` fail to handle async coroutine desugar (#14937)
llogiq
-45
/
+77
2025-05-31
fix: `dbg_macro` fail to handle async coroutine desugar
yanglsh
-45
/
+77
2025-05-30
[`explicit_deref_methods`]: do not lint on method chains (#14921)
Samuel Tardieu
-2
/
+8
2025-05-30
[`explicit_deref_methods`]: do not lint on method chains
a-yossy
-2
/
+8
2025-05-30
Corrected code comments
Boot0x7c00
-1
/
+1
2025-05-30
clean-up `modulo_arithmetic` (#14898)
Samuel Tardieu
-28
/
+17
2025-05-29
Improve wording of `manual_contains` docs
Ethan Brierley
-1
/
+1
2025-05-29
Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead
Jacob Pratt
-2
/
+2
2025-05-29
Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr
Jacob Pratt
-5
/
+4
2025-05-28
`while_let_loop`: Include `let` assignment in suggestion (#14756)
Jason Newcomb
-38
/
+65
2025-05-28
Optimize `unit_return_expecting_ord` (#14905)
Samuel Tardieu
-47
/
+79
2025-05-28
Optimize `unit_return_expecting_ord`
blyxyas
-47
/
+79
2025-05-28
`needless_return`: look inside `else if` parts as well (#14798)
Alejandra González
-2
/
+3
2025-05-28
Use `builin_index` instead of hand-rolling it
Oli Scherer
-5
/
+4
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-2
/
+2
2025-05-27
Rename unpack to kind
Michael Goulet
-23
/
+23
2025-05-27
Extend `manual_is_variant_and` lint to check for boolean `map` comparisons
Guillaume Gomez
-6
/
+65
2025-05-27
changelog: [manual_flatten]: fix with nested Some or Ok pattern
a-yossy
-2
/
+3
2025-05-26
refactor(mut_reference): replace `match` with `if-let` to reduce nesting (#1...
Timo
-19
/
+13
2025-05-26
refactor(mut_reference): replace `match` with `if-let` to reduce nesting
Ada Alakbarova
-19
/
+13
2025-05-26
use let-chains
Ada Alakbarova
-8
/
+4
2025-05-26
use if-let
Ada Alakbarova
-1
/
+1
2025-05-26
use ?
Ada Alakbarova
-4
/
+4
2025-05-26
exhaustive match instead of returns
Ada Alakbarova
-18
/
+11
2025-05-25
fix: `manual_find` suggests wrongly when return type needs adjustment
yanglsh
-0
/
+7
2025-05-25
fix: `assign_op_pattern` FP on unstable const trait
yanglsh
-2
/
+14
2025-05-24
Optimize documentation lints **a lot** (2/2) (7.5% -> 1%) (#14870)
Jason Newcomb
-52
/
+54
2025-05-23
[HEAVY PERF] Optimize documentation lints 2/2
blyxyas
-52
/
+54
2025-05-23
`needless_borrow`: do not contradict `dangerous_implicit_autorefs` (#14810)
Alejandra González
-0
/
+9
2025-05-23
`needless_return`: look inside `else if` parts as well
Samuel Tardieu
-2
/
+3
2025-05-23
`needless_borrow`: do not contradict `dangerous_implicit_autorefs`
Samuel Tardieu
-0
/
+9
2025-05-22
Fix `needless_for_each` suggests wrongly when closure has no braces (#14735)
Alejandra González
-4
/
+28
2025-05-22
Rename `kw::Empty` as `sym::empty`.
Nicholas Nethercote
-4
/
+4
2025-05-21
[Perf] Optimize documentation lints **a lot** (1/2) (18% -> 10%) (#14693)
Jason Newcomb
-15
/
+50
2025-05-21
Review comments & Add testing
blyxyas
-15
/
+9
2025-05-21
Make `trivial-copy-size-limit` consistently the size of the target pointer (#...
Jason Newcomb
-16
/
+6
2025-05-21
Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...
Philipp Krones
-1224
/
+1892
2025-05-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1230
/
+1894
2025-05-20
Fixes `manual_slice_size_computation` ICE and triggers in `const` context (#1...
Timo
-6
/
+21
2025-05-20
Various macro fixes for loop lints (#14631)
Timo
-5
/
+7
2025-05-20
fix: `needless_for_each` suggests wrongly when closure has no braces
yanglsh
-4
/
+28
2025-05-20
Make lint span smaller for needless return (#14790)
Jason Newcomb
-2
/
+10
2025-05-19
Fix ICE while computing type layout (#14837)
Jason Newcomb
-3
/
+5
2025-05-20
Fix ICE while computing type layout
Samuel Tardieu
-3
/
+5
2025-05-20
Various macro fixes for loop lints
Samuel Tardieu
-5
/
+7
2025-05-19
`needless_match`: do not pretend that `return` is not significant in an expre...
Alejandra González
-14
/
+4
2025-05-19
Use symbols instead of `&str` when possible
Samuel Tardieu
-596
/
+647
2025-05-19
Add new `useless_concat` lint (#13829)
Samuel Tardieu
-0
/
+107
2025-05-19
Check if dropping an expression may have indirect side-effects (#14594)
Alejandra González
-4
/
+10
[next]