-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Pull requests: rust-lang/rust-clippy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add PRs that add, remove, or rename lints and need an FCP
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
option_zip_none lint
needs-fcp
#17465
opened Jul 27, 2026 by
Amit5601
Loading…
6 tasks done
add relative import paths lint
needs-fcp
PRs that add, remove, or rename lints and need an FCP
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17464
opened Jul 26, 2026 by
euclio
Contributor
Loading…
type_complexity: ignore opaque impl Trait bounds
S-waiting-on-community-reviews
#17463
opened Jul 26, 2026 by
jesco-absolut
Contributor
Loading…
fix(multiple_unsafe_ops_per_block): false positive in with taking an refrence to an static, but not read/wrtiting it
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17461
opened Jul 26, 2026 by
CommanderStorm
Loading…
Fix Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
invalid_upcast_comparisons treating non-widening casts as upcasts
S-waiting-on-community-reviews
#17460
opened Jul 26, 2026 by
shulaoda
Contributor
Loading…
fix(multiple_unsafe_ops_per_block): false positive in with write to union field
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17457
opened Jul 26, 2026 by
CommanderStorm
Loading…
Fix Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
needless_raw_string_hashes miscounting hashes after two adjacent quotes
S-waiting-on-community-reviews
#17456
opened Jul 26, 2026 by
shulaoda
Contributor
Loading…
Fix the swapped arguments in Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
redundant_closure's late-bound region check
S-waiting-on-community-reviews
#17455
opened Jul 25, 2026 by
shulaoda
Contributor
Loading…
unwrap_or_default: respect MSRV for raw-pointer Default impls
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17452
opened Jul 24, 2026 by
uditjainstjis
Loading…
print_literal: escape brace-valued escape sequences in suggestion
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17451
opened Jul 24, 2026 by
uditjainstjis
Loading…
Add ifs_as_logical_ops lint
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
#17449
opened Jul 24, 2026 by
ada4a
Contributor
Loading…
Fix Status: Awaiting review from the assignee but also interested parties
four_forward_slashes false positive on inner doc comments
S-waiting-on-review
#17448
opened Jul 23, 2026 by
zakrad
Loading…
unnecessary_fold: lint folding over an Option's iterator
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17445
opened Jul 22, 2026 by
bugprone
Loading…
New lint: PRs that add, remove, or rename lints and need an FCP
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
const_size_windows
needs-fcp
#17440
opened Jul 21, 2026 by
DanBondarenko
Loading…
Fix Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
needless_range_loop false positive with nested indexing
S-waiting-on-community-reviews
#17438
opened Jul 20, 2026 by
XhesicaFrost
Loading…
Fix collapsible_match suggesting wrong span when arm block has a label
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17437
opened Jul 20, 2026 by
Halloloid
Loading…
Fix Issue#17414: Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
needless_borrow do not contradict with `dangerous_implicit_aut…
S-waiting-on-community-reviews
#17433
opened Jul 19, 2026 by
skiefucker
Loading…
Fix Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
question_mark suggests wrongly when match scrutinee is a reference type
S-waiting-on-community-reviews
#17431
opened Jul 18, 2026 by
profetia
Member
Loading…
fix(needless_return_with_question_mark): skip when removing return ca…
S-waiting-on-author
Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
#17425
opened Jul 16, 2026 by
durationextender
Contributor
Loading…
New lint: PRs that add, remove, or rename lints and need an FCP
S-waiting-on-author
Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
unused underscore prefixed argument
needs-fcp
#17422
opened Jul 14, 2026 by
clueless-skywatcher
Loading…
lints: PRs that add, remove, or rename lints and need an FCP
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
constant_bool_expr: detect constant booleans expressions using && or ||
needs-fcp
#17417
opened Jul 13, 2026 by
poliorcetics
Contributor
Loading…
needless_range_loop: put .enumerate() into backticks
S-blocked
Rewrite and merge PRs that add, remove, or rename lints and need an FCP
LiteralDigitGrouping and LiteralRepresentation passes
needs-fcp
perf: check names before context in the used-underscore lints
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#17408
opened Jul 12, 2026 by
xmakro
Contributor
Loading…
New lint: PRs that add, remove, or rename lints and need an FCP
S-waiting-on-community-reviews
Status: This is awaiting for positive reviews from the community before a maintainer is assigned.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
deref_method_call_chain
needs-fcp
#17402
opened Jul 11, 2026 by
tanndlin
Contributor
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.