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

feat(question_mark): lint if let Some(_) = _ { ..; _ } else { None } as final expr S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15850 opened Oct 8, 2025 by ada4a Loading…
Honor allow/expect attributes on ADT and impl Clone nodes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15849 opened Oct 8, 2025 by samueltardieu Loading…
feat(manual_saturating_arithmetic): lint x.saturating_sub(y).unwrap_or_default() S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15845 opened Oct 8, 2025 by ada4a Loading…
feat: #[clippy::ignore_interior_mutability] attribute S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15844 opened Oct 8, 2025 by ada4a Loading…
feat(multiple_inherent_impl): Add config option to target specific scope S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#15843 opened Oct 8, 2025 by paulmialane Loading…
Enable some nursery lints S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15831 opened Oct 7, 2025 by nickdrozd Loading…
lint on unnecessary collections S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15830 opened Oct 7, 2025 by bend-n Loading…
feat(zero_repeat_side_effects): don't suggest unnecessary braces around stmts S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15826 opened Oct 6, 2025 by ada4a Loading…
feat(lints): add unsigned_subtraction_gt_zero lint for comparisons against zero after subtraction S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15820 opened Oct 6, 2025 by AMS21 Loading…
manual_unwrap_or(_default): don't lint if not safe to move scrutinee S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15817 opened Oct 4, 2025 by zihan0822 Loading…
fix(zero_repeat_side_effects): don't suggest unsuggestable types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15815 opened Oct 3, 2025 by ada4a Loading…
manual_unwrap_or: fix FP edge case S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15812 opened Oct 3, 2025 by notriddle Loading…
fix(map_entry): don't autofix when {e.insert(_); None } would be required S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15810 opened Oct 3, 2025 by ada4a Loading…
map_entry: don't suggest when {e.insert(_); None } would be required S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15808 opened Oct 3, 2025 by ada4a Loading…
fix(rc_buffer): don't touch the path to Rc/Arc in the suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15803 opened Oct 1, 2025 by ada4a Loading…
Fix map_entry suggests wrongly for insert with cfg-ed out code S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15800 opened Sep 30, 2025 by profetia Loading…
incompatible_msrv: Don't check the const MSRV for uncalled functions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15795 opened Sep 30, 2025 by Jarcho Loading…
New internal lint: unusual_names S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15794 opened Sep 30, 2025 by samueltardieu Loading…
Handle different root contexts in SpanlessEq S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15793 opened Sep 30, 2025 by Jarcho Loading…
feat: Add profile-specific configuration for disallowed methods and types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15779 opened Sep 29, 2025 by Lallapallooza Loading…
Add build and test subcommands (binary-emitting Clippy) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15768 opened Sep 27, 2025 by blyxyas Loading…
Start replacing snippet_with_context with get_source_text_at_ctxt S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15767 opened Sep 27, 2025 by Jarcho Loading…
Overhaul and document clippy_utils::attrs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15763 opened Sep 25, 2025 by ada4a Loading…
Remove snippet_opt S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15762 opened Sep 25, 2025 by Jarcho Loading…
ProTip! Exclude everything labeled bug with -label:bug.