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

fix option-if-let-else lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15394 opened Aug 2, 2025 by zihan0822 Loading…
Issues priority S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15393 opened Aug 2, 2025 by alex-semenyuk Loading…
fix: semicolon_inside_block don't eat closing paren in ({0}); S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15391 opened Aug 2, 2025 by ada4a Loading…
clean-up semicolon_inside_block S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15390 opened Aug 2, 2025 by ada4a Loading…
Remove Deprecated lints mentioned S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15387 opened Aug 2, 2025 by alex-semenyuk 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…
Changelog for Clippy 1.89 🌽 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15375 opened Jul 31, 2025 by alex-semenyuk Loading…
Simplify boolean expression in manual_assert S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15368 opened Jul 29, 2025 by samueltardieu 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
expand the issue template for new lints S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15336 opened Jul 24, 2025 by lolbinarycat Loading…
needless_return: do not lint on proc macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15329 opened Jul 23, 2025 by blyxyas Loading…
Fix missing_inline_in_public_items fail to fulfill expect in --test build S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15320 opened Jul 21, 2025 by profetia Loading…
Split possible_missing_else from suspicious_else_formatting A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15317 opened Jul 20, 2025 by Jarcho Loading…
Fix suggestion for collapsible_if and collapsible_else_if when the inner if is enclosed in parentheses S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15304 opened Jul 17, 2025 by folkertdev Loading…
Fix string_to_string wrongly suggests cloned inside map S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15302 opened Jul 17, 2025 by profetia Loading…
Split early lints into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15294 opened Jul 16, 2025 by Jarcho Draft
Split casts pass into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15293 opened Jul 16, 2025 by Jarcho Draft
Split matches pass into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15292 opened Jul 16, 2025 by Jarcho Draft
Split loops pass into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15291 opened Jul 16, 2025 by Jarcho Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.