Skip to content

Pull requests: rust-lang/rust-clippy

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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 Status: Awaiting review from the assignee but also interested parties
#15446 opened Aug 9, 2025 by ada4a Loading…
Rewrite unwrap_in_result lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15445 opened Aug 8, 2025 by samueltardieu Loading…
change suspicious_operation_groupings to work on the HIR instead of the AST S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15443 opened Aug 8, 2025 by esther-ff Loading…
Correct needless_borrow_for_generic_args doc comment S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15440 opened Aug 8, 2025 by smoelius Loading…
unnecessary_mut_passed: add structured suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#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 Status: Awaiting review from the assignee but also interested parties
#15437 opened Aug 7, 2025 by zihan0822 Loading…
unnecessary_operation: add space between stmts in suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15432 opened Aug 7, 2025 by ada4a Loading…
fix: semicolon_inside_block don't fire if block is surrounded by parens S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15421 opened Aug 5, 2025 by ada4a Loading…
add structured suggestions to double_parens S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15420 opened Aug 5, 2025 by ada4a Loading…
WIP: mut_mut: generalize the from-expansion check S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15419 opened Aug 5, 2025 by ada4a Loading…
as_pointer_underscore: don't lint when casting fn item pointers S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15418 opened Aug 5, 2025 by zihan0822 Loading…
overhaul mut_mut S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15417 opened Aug 5, 2025 by ada4a Loading…
fix &str type check in from_str_radix_10 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15410 opened Aug 5, 2025 by zihan0822 Loading…
feat: manual_rotate also recognize non-consts S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#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 path_to_local_with_projections S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15396 opened Aug 2, 2025 by ada4a Loading…
2 tasks done
Add suggestion to cast_sign_loss and cast_possible_wrap using the cast_{un,}signed() methods C-enhancement 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
#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 never_loop forget to remove break in nested loop S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15356 opened Jul 27, 2025 by profetia Loading…
Fixunnecessary_safety_comment does not lint for the first line S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15354 opened Jul 27, 2025 by profetia Loading…
Do not replace match by if if any arm contains a binding S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15352 opened Jul 26, 2025 by samueltardieu Loading…
clean-up unnested_or_patterns S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15344 opened Jul 25, 2025 by ada4a Loading…
fix: unnested_or_patterns FP on structs with only shorthand field pats S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15343 opened Jul 25, 2025 by ada4a Loading…
PoC: Integer range analysis
#15342 opened Jul 25, 2025 by RunDevelopment Draft
ProTip! Exclude everything labeled bug with -label:bug.