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

unused_trait_names: make the suggestion nicer 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
#17589 opened Aug 19, 2026 by ada4a Contributor Loading…
fix(useless_conversion): ignore From::from in generated code 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
#17583 opened Aug 17, 2026 by NicDevTV Loading…
fix(lints): avoid method-name false positives in suspicious_operation… 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
#17580 opened Aug 17, 2026 by NicDevTV Loading…
Add new lint map_or_same_constant 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.
#17577 opened Aug 17, 2026 by ivanlomeli Draft
Move driver tests to an actual test 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
#17576 opened Aug 17, 2026 by Jarcho Contributor Loading…
Avoid manual_assert_eq for byte slice-like types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17575 opened Aug 16, 2026 by fyrsta7 Loading…
Remove rust-tools-util 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
#17574 opened Aug 16, 2026 by Jarcho Contributor Loading…
Rewrite cargo-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
#17573 opened Aug 16, 2026 by Jarcho Contributor Loading…
Prepare to turn clippy into a workspace 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
#17572 opened Aug 16, 2026 by Jarcho Contributor Loading…
Allow floating point (in-)equality comparisons to literals in assert_eq! and assert_ne! macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17571 opened Aug 15, 2026 by George-Ogden Loading…
test: document default_trait_access suggestion as unfixable 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
#17569 opened Aug 15, 2026 by rajanpanth Contributor Loading…
Fix missing_const_for_thread_local false positive on targets without native #[thread_local] 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
#17567 opened Aug 15, 2026 by MohammedAlkindi Loading…
manual_pop_if: avoid invalid automatic suggestions 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
#17561 opened Aug 14, 2026 by cuishuang Contributor Loading…
manual_option_as_slice: ignore by-reference bindings 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
#17560 opened Aug 14, 2026 by cuishuang Contributor Loading…
Rename default branch from master to main
#17556 opened Aug 13, 2026 by Kobzol Member Draft
prevent checking redundant_field_names lint on Derived code 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
#17555 opened Aug 12, 2026 by azdle Loading…
Don't mark replace_box suggestion machine-applicable for Box<&mut _> 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.
#17554 opened Aug 12, 2026 by DoTuanAnh2k1 Loading…
Add a lint for combined equality assertions needs-fcp PRs that add, remove, or rename lints and need an FCP
#17553 opened Aug 12, 2026 by aryansk Draft
arithmetic_side_effects: lint pow unless the exponent is 0 or 1 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
#17548 opened Aug 12, 2026 by wilyan09007 Loading…
Suggest is_ok/is_err for boolean Result mappings S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17537 opened Aug 10, 2026 by fzlzjerry Loading…
New lint: doc_attr_ordering doc comments and attributes precede other attributes 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
#17535 opened Aug 10, 2026 by martinthomson Contributor Loading…
feat: add duplicate_fn_bodies lint has-merge-commits PR has merge commits, merge with caution. 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. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#17527 opened Aug 8, 2026 by orielhaim Loading…
6 tasks done
New lint: Suggests using Cell<T: Copy> instead of RefCell<T: Copy> 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
#17522 opened Aug 8, 2026 by qdot3 Loading…
Add unchecked_non_zero 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
#17521 opened Aug 7, 2026 by dcsommer Loading…
6 tasks done
ProTip! no:milestone will show everything without a milestone.