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

Add option_zip_none 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
#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…
2
4
type_complexity: ignore opaque impl Trait bounds 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
#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 invalid_upcast_comparisons treating non-widening casts as upcasts 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
#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 needless_raw_string_hashes miscounting hashes after two adjacent quotes 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
#17456 opened Jul 26, 2026 by shulaoda Contributor Loading…
Fix the swapped arguments in redundant_closure's late-bound region check 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
#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 four_forward_slashes false positive on inner doc comments S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#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: const_size_windows 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
#17440 opened Jul 21, 2026 by DanBondarenko Loading…
Fix needless_range_loop false positive with nested indexing 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
#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: needless_borrow do not contradict with `dangerous_implicit_aut… 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
#17433 opened Jul 19, 2026 by skiefucker Loading…
Fix question_mark suggests wrongly when match scrutinee is a reference type 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
#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: unused underscore prefixed argument needs-fcp 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.
#17422 opened Jul 14, 2026 by clueless-skywatcher Loading…
lints: constant_bool_expr: detect constant booleans expressions using && or || 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
#17417 opened Jul 13, 2026 by poliorcetics Contributor Loading…
needless_range_loop: put .enumerate() into backticks S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#17413 opened Jul 12, 2026 by ada4a Contributor Draft
Rewrite and merge LiteralDigitGrouping and LiteralRepresentation passes needs-fcp PRs that add, remove, or rename lints and need an FCP
#17412 opened Jul 12, 2026 by Jarcho Contributor Draft
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: deref_method_call_chain 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
#17402 opened Jul 11, 2026 by tanndlin Contributor Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.