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

simplify too_many_args S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15462 opened Aug 11, 2025 by ada4a Loading…
too_many_lines: only highlight the function signature S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15461 opened Aug 11, 2025 by ada4a Loading…
unnecessary_operation: don't lint on composite types with fields of uncertain types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15460 opened Aug 11, 2025 by ada4a Loading…
let_unit_with_type_underscore: make early-pass S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15458 opened Aug 11, 2025 by ada4a Loading…
Adjust declare_interior_mutable_const lint's category S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15454 opened Aug 11, 2025 by SomeoneToIgnore Loading…
fix(disallowed_macros): Fix emitting on attr macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15452 opened Aug 10, 2025 by 2asoft Loading…
Add needless_conversion_for_trait lint A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15451 opened Aug 10, 2025 by smoelius Loading…
is_expr_identity_of_pat: simplify using (unordered_)over S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15450 opened Aug 10, 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…
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…
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…
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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.