-
Notifications
You must be signed in to change notification settings - Fork 2k
Pull requests: rust-lang/rust-clippy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixes a Status: Awaiting review from the assignee but also interested parties
collapsible_match false positive where the suggested if-into-guard collapse produces code that fails the borrow checker (E0502).
S-waiting-on-review
#16912
opened Apr 25, 2026 by
Souradip121
Contributor
Loading…
Fixes a Status: Awaiting review from the assignee but also interested parties
collapsible_match false positive where the suggested fix turned an exhaustive match into a non-exhaustive one.
S-waiting-on-review
#16911
opened Apr 25, 2026 by
Souradip121
Contributor
Loading…
Extend Status: Awaiting review from the assignee but also interested parties
assigning_clones to cover to_owned-alike methods
S-waiting-on-review
#16909
opened Apr 25, 2026 by
profetia
Member
Loading…
Fix FP in Status: Awaiting review from the assignee but also interested parties
default_numeric_fallback when type is context-constrained
S-waiting-on-review
#16908
opened Apr 25, 2026 by
BootstrapperSBL
Loading…
inline_modules: fix the rust version the lint was introduced in
S-waiting-on-review
#16907
opened Apr 24, 2026 by
ada4a
Contributor
Loading…
Upgrade toml and itertools to latest versions
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#16906
opened Apr 23, 2026 by
martinvonz
Loading…
Lint bit width
needs-fcp
PRs that add, remove, or rename lints and need an FCP
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#16902
opened Apr 22, 2026 by
alv-around
Loading…
8 tasks done
Fix Status: Awaiting review from the assignee but also interested parties
map_unwrap_or suggests wrongly for conflict borrowing
S-waiting-on-review
#16898
opened Apr 21, 2026 by
profetia
Member
Loading…
Fix: enum prefix/suffix matching lint should not fire when variant has the same name as the container type
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#16896
opened Apr 21, 2026 by
lynzrand
Loading…
Add PRs that add, remove, or rename lints and need an FCP
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
manual_min_max lint
needs-fcp
#16890
opened Apr 19, 2026 by
Souradip121
Contributor
Loading…
Lint nested Status: Awaiting review from the assignee but also interested parties
format_args! for uninlined args
S-waiting-on-review
#16885
opened Apr 19, 2026 by
lkirkwood
Loading…
Link to fixed tag for source links
S-waiting-on-author
Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#16883
opened Apr 18, 2026 by
mkniewallner
Loading…
fix Status: Awaiting review from the assignee but also interested parties
from_over_into false positive with conflicting blanket From impl
S-waiting-on-review
#16881
opened Apr 18, 2026 by
pocopepe
Loading…
Fix Status: Awaiting review from the assignee but also interested parties
single_match suggests wrongly for bool comparisons
S-waiting-on-review
#16880
opened Apr 17, 2026 by
profetia
Member
Loading…
Adds the PRs that add, remove, or rename lints and need an FCP
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
result_and_inner_method lint (suspicious, warn-by-default).
needs-fcp
#16879
opened Apr 17, 2026 by
Souradip121
Contributor
Loading…
fix: Status: Awaiting review from the assignee but also interested parties
uninlined_format_args for #[clippy::format_args] macros that adapt arguments Fixes uninlined_format_args not firing for #[clippy::format_args] macros that wrap their arguments before forwarding to format_args! (e.g. wrapping x in Adapter(&x)).
S-waiting-on-review
#16877
opened Apr 17, 2026 by
Souradip121
Contributor
Loading…
cast_possible_truncation: don't lint when usize is masked to fit target type
needs-fcp
#16874
opened Apr 17, 2026 by
Souradip121
Contributor
Loading…
New lint: collapsible_tuple_let
needs-fcp
PRs that add, remove, or rename lints and need an FCP
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#16871
opened Apr 16, 2026 by
Souradip121
Contributor
Loading…
Add PRs that add, remove, or rename lints and need an FCP
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
matches_with_unrelated_if lint
needs-fcp
#16870
opened Apr 16, 2026 by
Souradip121
Contributor
Loading…
Don't suggest Status: Awaiting review from the assignee but also interested parties
collapsible_match guard when condition mutates pattern binding
S-waiting-on-review
#16869
opened Apr 16, 2026 by
JasmineLCY
Loading…
Fix Status: Awaiting review from the assignee but also interested parties
unnecessary_sort_by reverse suggestion using wrong closure parameter name
S-waiting-on-review
#16868
opened Apr 16, 2026 by
laffed
Loading…
Fix Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
collapsible_match suggestion causing non-exhaustive pattern error
S-waiting-on-author
#16865
opened Apr 16, 2026 by
JasmineLCY
Loading…
Add PRs that add, remove, or rename lints and need an FCP
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
block_scrutinee lint
needs-fcp
#16855
opened Apr 15, 2026 by
shivendra02467
Loading…
Move theme dropdown out of HTML
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#16851
opened Apr 14, 2026 by
GuillaumeGomez
Member
Loading…
Fixed match same arms vertical tab
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#16844
opened Apr 11, 2026 by
shashu8660
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.