-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pull requests: rust-lang/rust-clippy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add "PowerPC" to the list of valid CamelCase strings in docs
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15447
opened Aug 9, 2025 by
autarch
Loading…
expect_fun_call
: move helper functions out of the main one
S-waiting-on-review
#15446
opened Aug 9, 2025 by
ada4a
Loading…
Rewrite Status: Awaiting review from the assignee but also interested parties
unwrap_in_result
lint
S-waiting-on-review
#15445
opened Aug 8, 2025 by
samueltardieu
Loading…
change Status: Awaiting review from the assignee but also interested parties
suspicious_operation_groupings
to work on the HIR instead of the AST
S-waiting-on-review
#15443
opened Aug 8, 2025 by
esther-ff
Loading…
Correct Status: Awaiting review from the assignee but also interested parties
needless_borrow_for_generic_args
doc comment
S-waiting-on-review
#15440
opened Aug 8, 2025 by
smoelius
Loading…
unnecessary_mut_passed
: add structured suggestion
S-waiting-on-review
#15438
opened Aug 8, 2025 by
ada4a
Loading…
cast_slice_from_raw_parts
: check for implicit cast to raw slice pointer
S-waiting-on-review
#15437
opened Aug 7, 2025 by
zihan0822
Loading…
unnecessary_operation
: add space between stmts in suggestion
S-waiting-on-review
#15432
opened Aug 7, 2025 by
ada4a
Loading…
fix: Status: Awaiting review from the assignee but also interested parties
semicolon_inside_block
don't fire if block is surrounded by parens
S-waiting-on-review
#15421
opened Aug 5, 2025 by
ada4a
Loading…
add structured suggestions to Status: Awaiting review from the assignee but also interested parties
double_parens
S-waiting-on-review
#15420
opened Aug 5, 2025 by
ada4a
Loading…
WIP: Status: Awaiting review from the assignee but also interested parties
mut_mut
: generalize the from-expansion check
S-waiting-on-review
#15419
opened Aug 5, 2025 by
ada4a
Loading…
as_pointer_underscore
: don't lint when casting fn item pointers
S-waiting-on-review
#15418
opened Aug 5, 2025 by
zihan0822
Loading…
overhaul Status: Awaiting review from the assignee but also interested parties
mut_mut
S-waiting-on-review
#15417
opened Aug 5, 2025 by
ada4a
Loading…
fix &str type check in Status: Awaiting review from the assignee but also interested parties
from_str_radix_10
S-waiting-on-review
#15410
opened Aug 5, 2025 by
zihan0822
Loading…
feat: Status: Awaiting review from the assignee but also interested parties
manual_rotate
also recognize non-consts
S-waiting-on-review
#15402
opened Aug 3, 2025 by
ada4a
Loading…
Check config options in test suite
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15397
opened Aug 2, 2025 by
samueltardieu
Loading…
WIP: feat: introduce Status: Awaiting review from the assignee but also interested parties
path_to_local_with_projections
S-waiting-on-review
#15396
opened Aug 2, 2025 by
ada4a
Loading…
2 tasks done
Add suggestion to Category: Enhancement of lints, like adding more cases or adding help messages
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
cast_sign_loss
and cast_possible_wrap
using the cast_{un,}signed()
methods
C-enhancement
#15384
opened Aug 1, 2025 by
RunDevelopment
Loading…
Fix cast_sign_loss false positive for float to uint casts
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15382
opened Jul 31, 2025 by
krikera
Loading…
Fix Status: Awaiting review from the assignee but also interested parties
never_loop
forget to remove break
in nested loop
S-waiting-on-review
#15356
opened Jul 27, 2025 by
profetia
Loading…
FixStatus: Awaiting review from the assignee but also interested parties
unnecessary_safety_comment
does not lint for the first line
S-waiting-on-review
#15354
opened Jul 27, 2025 by
profetia
Loading…
Do not replace Status: Awaiting review from the assignee but also interested parties
match
by if
if any arm contains a binding
S-waiting-on-review
#15352
opened Jul 26, 2025 by
samueltardieu
Loading…
clean-up Status: Awaiting review from the assignee but also interested parties
unnested_or_patterns
S-waiting-on-review
#15344
opened Jul 25, 2025 by
ada4a
Loading…
fix: Status: Awaiting review from the assignee but also interested parties
unnested_or_patterns
FP on structs with only shorthand field pats
S-waiting-on-review
#15343
opened Jul 25, 2025 by
ada4a
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.