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

Fix FP in default_numeric_fallback when type is context-constrained S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16908 opened Apr 25, 2026 by BootstrapperSBL Loading…
Move coerce_container_to_any to suspicious S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16689 opened Mar 8, 2026 by Ralith Contributor Loading…
Fixes a collapsible_match false positive where the suggested fix turned an exhaustive match into a non-exhaustive one. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16911 opened Apr 25, 2026 by Souradip121 Contributor Loading…
Add new lint fn_arg_mut_rebindings 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
#16492 opened Feb 1, 2026 by faeroon Loading…
feat(needless_is_variant_and): new lint needs-fcp PRs that add, remove, or rename lints and need an FCP S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#16389 opened Jan 12, 2026 by ada4a Contributor Loading…
refactor(unnecessary_map_or): move .map_or(false, -> .is_some_and( transformation to manual_is_variant_and S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16388 opened Jan 12, 2026 by ada4a Contributor Loading…
implement static_mut_vars 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
#16646 opened Feb 27, 2026 by faeroon Loading…
Add block_scrutinee 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
#16855 opened Apr 15, 2026 by shivendra02467 Loading…
Add common database engines to doc_markdown whitelist S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16917 opened Apr 26, 2026 by profetia Member Loading…
New lint: drop_for_static 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
#16464 opened Jan 25, 2026 by Mr-Leshiy Loading…
new lint: manual_offset_from_unsigned 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
#16688 opened Mar 8, 2026 by jaroslawroszyk Contributor Loading…
Add Vec<T> into Arc/Rc<[T]> lint lint-nominated Create an FCP-thread on Zulip for this PR S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16790 opened Apr 2, 2026 by landaire Loading…
change suspicious_operation_groupings to work on the HIR instead of the AST S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15443 opened Aug 8, 2025 by esther-ff Loading…
Add matches_with_unrelated_if 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
#16870 opened Apr 16, 2026 by Souradip121 Contributor Loading…
New lint: bitwise_not_zero, rewrite !0 as {int}::MAX lint-nominated Create an FCP-thread on Zulip for this PR 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
#16806 opened Apr 3, 2026 by nik-rev Loading…
Trigger integer_division_remainder_used on DivAssign/RemAssign S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16493 opened Feb 1, 2026 by lapla-cogito Contributor Loading…
Resolve false positive useless_asref on Result S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16572 opened Feb 15, 2026 by mikhailofff Contributor Loading…
Must use without note lint-nominated Create an FCP-thread on Zulip for this PR 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)
#16592 opened Feb 19, 2026 by skatromb Loading…
Fix the default_trait_access lint to suggest the valid relative path to the local type implementing Default S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16577 opened Feb 15, 2026 by jakubadamw Contributor Loading…
Change large_futures such that it applies to all expressions of type Future S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16349 opened Jan 7, 2026 by Wassasin Loading…
Add unnecessary_intermediate_cast lint lint-nominated Create an FCP-thread on Zulip for this PR 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
#16501 opened Feb 3, 2026 by Rua Contributor Loading…
cs(clippy_lints): add detailed comments for SINGLE_RANGE_IN_VEC_INIT … S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16598 opened Feb 20, 2026 by zayutaha Contributor Loading…
refactor: use type-based checks in arithmetic_side_effects S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16375 opened Jan 10, 2026 by pantha704 Loading…
implement getter_prefixes 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
#16452 opened Jan 24, 2026 by faeroon Loading…
ProTip! Exclude everything labeled bug with -label:bug.