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

use more robust doc attr span checking for proc-macro S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16713 opened Mar 13, 2026 by zihan0822 Loading…
Don't trigger unwrap_used or expect_used on uninhabited Err S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16712 opened Mar 13, 2026 by samueltardieu Loading…
unwrap_in_result: allow unwrapping infallible result type S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16711 opened Mar 13, 2026 by zihan0822 Loading…
Fix collapsible_match FP when the pat binding is moved or mutated S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16708 opened Mar 12, 2026 by profetia Loading…
unnecessary_to_owned: don't lint if map key has extra indirection S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16700 opened Mar 10, 2026 by zihan0822 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 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 Loading…
impl manual_noop_waker 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
#16687 opened Mar 7, 2026 by jaroslawroszyk Loading…
Fix is_cfg_test to handle all(test, ...) cfg attributes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16684 opened Mar 7, 2026 by Bortlesboat Loading…
manual_pop_if: lint more cases, even if we do not provide a suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16683 opened Mar 7, 2026 by pbor Loading…
Add undocumented_as_casts 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
#16682 opened Mar 7, 2026 by charlieHsiuC Loading…
fix: zero_repeat_side_effects generic type needed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16681 opened Mar 7, 2026 by paulmialane Loading…
Extend unnecessary_cast lint to detect unnecessary ptr::cast() calls S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16680 opened Mar 7, 2026 by lapla-cogito Loading…
Allow [absolute_paths] to be configured based on occurrence S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16679 opened Mar 7, 2026 by paulmialane Loading…
Split assert 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)
#16677 opened Mar 6, 2026 by jcarey9149 Draft
New lint: too_many_lines_in_file 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
#16675 opened Mar 6, 2026 by tupe12334 Loading…
Add new lint suspicious_slice_copies 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
#16671 opened Mar 5, 2026 by faeroon Loading…
Update bytes dependency in clippy_test_deps to avoid CVE warning S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16667 opened Mar 5, 2026 by samueltardieu Loading…
Auto-generate lint pass registration S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16665 opened Mar 4, 2026 by Jarcho Loading…
clippy_dev: Move new_lint to the shared parsing logic. S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16664 opened Mar 4, 2026 by Jarcho Loading…
clippy_dev: Move config parsing to the new parsing framework S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16663 opened Mar 4, 2026 by Jarcho Loading…
fix(explicit_counter_loop): suggest .take(n) for for _ in 0..n co… S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16658 opened Mar 3, 2026 by zayutaha Loading…
Improve default_trait_access suggestions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16655 opened Mar 1, 2026 by mikhailofff 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…
ProTip! Filter pull requests by the default branch with base:master.