-
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(manual_ilog2): new lint
needs-fcp
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15865
opened Oct 11, 2025 by
ada4a
Loading…
book: cleanups
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15864
opened Oct 11, 2025 by
samueltardieu
Loading…
Allow Status: Awaiting review from the assignee but also interested parties
explicit_write
in tests
S-waiting-on-review
#15862
opened Oct 10, 2025 by
smoelius
Loading…
add Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
manual_sign_check
lint
needs-fcp
S-waiting-on-author
#15860
opened Oct 10, 2025 by
justDeeevin
Loading…
refactor(write): split each lint into its own module
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15857
opened Oct 10, 2025 by
ada4a
Loading…
Document Status: Awaiting review from the assignee but also interested parties
pub
items in clippy_utils::usage
S-waiting-on-review
#15855
opened Oct 9, 2025 by
SignalWalker
Loading…
refactor(match_like_matches_macro): disentangle the if-let and match cases
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15854
opened Oct 9, 2025 by
ada4a
Loading…
Fix: Status: Awaiting review from the assignee but also interested parties
zero_repeat_side_effects
misses curlies
S-waiting-on-review
#15853
opened Oct 9, 2025 by
profetia
Loading…
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…
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(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(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…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.