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

Track clippy.toml existence, even if it doesn't exist. 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
#17710 opened Sep 8, 2026 by blyxyas Member Loading…
chore: fix const handling in transmutes 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
#17708 opened Sep 8, 2026 by CommanderStorm Contributor Loading…
New lint: str_split_whitespace 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
#17707 opened Sep 8, 2026 by Szizoid Loading…
Fix [panic, todo, unimplemented, unreachable] 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
#17704 opened Sep 8, 2026 by qdot3 Contributor Loading…
let_unit_value bail out if initializer is cfg-dependent 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
#17701 opened Sep 7, 2026 by Gri-ffin Contributor Loading…
Fix redundant_field_names false positive on derive-generated literals 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
#17700 opened Sep 7, 2026 by kiana1kaslana Loading…
fix(zombie_processes): lint discarded Result<Child> 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
#17697 opened Sep 7, 2026 by JackFurton Loading…
fix(redundant_clone): lint clones before overwritten loop sources 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
#17695 opened Sep 6, 2026 by saberoueslati Contributor Loading…
fix(cast_ptr_alignment): recognize diverging is_aligned guards 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
#17694 opened Sep 6, 2026 by saberoueslati Contributor Loading…
docs: mention communtiy reviews and merge commits in the Contrib guide 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
#17691 opened Sep 6, 2026 by CommanderStorm Contributor Loading…
Add missing_fused_iterator pedantic 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
#17690 opened Sep 6, 2026 by saberoueslati Contributor Loading…
6 tasks done
chore(cargo-dev): read target dir envs and try to use hardlinking 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
#17689 opened Sep 5, 2026 by poliorcetics Contributor Loading…
build: Reintroduce lockfiles to rust-lang/rust-clippy 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
#17688 opened Sep 5, 2026 by hashcatHitman Member Loading…
Add double_rev_map 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
#17686 opened Sep 4, 2026 by willwang-io Loading…
disable missing_transmute_annotations lint in local macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17683 opened Sep 4, 2026 by GTimothy Contributor Loading…
add new lint: [missing_panic_message] 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
#17682 opened Sep 4, 2026 by qdot3 Contributor Loading…
fix: [assert_is_empty] add explicit type cast for slice suggestions 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.
#17680 opened Sep 3, 2026 by ABHINAB-CHHETRI Loading…
Use CURRENT_RUSTC_VERSION for new lints and deprecations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17679 opened Sep 3, 2026 by Jarcho Contributor Loading…
improve doc attr span tracking for proc-macro S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17678 opened Sep 3, 2026 by andogq Loading…
perf: don't resolve columns in four_forward_slashes 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.
#17677 opened Sep 3, 2026 by skyf0l Loading…
feat: add obfuscated_and_then 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
#17675 opened Sep 2, 2026 by Bishops-exe Loading…
fix(map_clone): avoid suggestions after type-changing coercions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17671 opened Sep 1, 2026 by saberoueslati Contributor Loading…
feat: add cow_to_owned 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
#17667 opened Sep 1, 2026 by A4-Tacks Member Loading…
fix(filter_map_bool_then): don't lint on conflicting captures 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
#17666 opened Aug 31, 2026 by kennywillbe Contributor Loading…
ProTip! Follow long discussions with comments:>50.