-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Pull requests: rust-lang/rust-clippy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(question_mark): lint Status: Awaiting review from the assignee but also interested parties
if let Some(_) = _ { ..; _ } else { None }
as final expr
S-waiting-on-review
#15850
opened Oct 8, 2025 by
ada4a
Loading…
Honor Status: Awaiting review from the assignee but also interested parties
allow
/expect
attributes on ADT and impl Clone
nodes
S-waiting-on-review
#15849
opened Oct 8, 2025 by
samueltardieu
Loading…
feat(manual_saturating_arithmetic): lint Status: Awaiting review from the assignee but also interested parties
x.saturating_sub(y).unwrap_or_default()
S-waiting-on-review
#15845
opened Oct 8, 2025 by
ada4a
Loading…
feat: Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#[clippy::ignore_interior_mutability]
attribute
S-blocked
#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 Status: Awaiting review from the assignee but also interested parties
unsigned_subtraction_gt_zero
lint for comparisons against zero after subtraction
S-waiting-on-review
#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
#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 Status: Awaiting review from the assignee but also interested parties
{e.insert(_); None }
would be required
S-waiting-on-review
#15810
opened Oct 3, 2025 by
ada4a
Loading…
map_entry
: don't suggest when {e.insert(_); None }
would be required
S-waiting-on-review
#15808
opened Oct 3, 2025 by
ada4a
Loading…
fix(rc_buffer): don't touch the path to Status: Awaiting review from the assignee but also interested parties
Rc
/Arc
in the suggestion
S-waiting-on-review
#15803
opened Oct 1, 2025 by
ada4a
Loading…
Fix Status: Awaiting review from the assignee but also interested parties
map_entry
suggests wrongly for insert with cfg-ed out code
S-waiting-on-review
#15800
opened Sep 30, 2025 by
profetia
Loading…
incompatible_msrv
: Don't check the const MSRV for uncalled functions
S-waiting-on-review
#15795
opened Sep 30, 2025 by
Jarcho
Loading…
New internal lint: Status: Awaiting review from the assignee but also interested parties
unusual_names
S-waiting-on-review
#15794
opened Sep 30, 2025 by
samueltardieu
Loading…
Handle different root contexts in Status: Awaiting review from the assignee but also interested parties
SpanlessEq
S-waiting-on-review
#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 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
snippet_with_context
with get_source_text_at_ctxt
S-blocked
#15767
opened Sep 27, 2025 by
Jarcho
Loading…
Overhaul and document Status: Awaiting review from the assignee but also interested parties
clippy_utils::attrs
S-waiting-on-review
#15763
opened Sep 25, 2025 by
ada4a
Loading…
Remove 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
snippet_opt
S-blocked
#15762
opened Sep 25, 2025 by
Jarcho
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.