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

feat(unnecessary_mut_passed): support &raw references S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15962 opened Oct 26, 2025 by ada4a Loading…
chore(needless_if): rename to needless_ifs needs-fcp S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15961 opened Oct 26, 2025 by ada4a Loading…
fix(needless_if): don't expand macro invocations in the suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15960 opened Oct 26, 2025 by ada4a Loading…
fix(equatable_if_let): don't lint if pattern or initializer come from expansion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15958 opened Oct 26, 2025 by ada4a Loading…
refactor(invalid_upcast_comparisons): move to under operators, simplify S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15956 opened Oct 26, 2025 by ada4a Loading…
refactor(double_comparison): clean-up, simplify lint logic S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15955 opened Oct 26, 2025 by ada4a Loading…
refactor(integer_division_remainder_used): move to under operators needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15953 opened Oct 25, 2025 by ada4a Loading…
chore(useless_vec): clean-up S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15952 opened Oct 25, 2025 by ada4a Loading…
[arithmetic_side_effects] Fix #15943 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15950 opened Oct 25, 2025 by c410-f3r Loading…
feat({unnecessary,panicking}_unwrap): lint field accesses S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15949 opened Oct 25, 2025 by ada4a Loading…
1 task
feat(transmute_ptr_to_ref): Handle a pointer wrapped in a struct S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15948 opened Oct 24, 2025 by qmwrygdxpzc Loading…
clippy_dev: Parsing revamp part 3/N S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15947 opened Oct 24, 2025 by Jarcho Loading…
fix(use_debug): don't get confused by nested Debug impls S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15946 opened Oct 24, 2025 by ada4a Loading…
Fix undocumented_unsafe_blocks false positive on a multi-line attribute between // SAFETY and unsafe S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15945 opened Oct 24, 2025 by heshanpadmasiri Loading…
fix(double_parens): don't lint in proc-macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15939 opened Oct 22, 2025 by ada4a Loading…
New internal lint: repeated_is_diagnostic_item S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15937 opened Oct 22, 2025 by ada4a Loading…
Fix if_not_else wrong unmangled macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15931 opened Oct 21, 2025 by profetia Loading…
Introduce helper functions for Some(x)/None patterns and expressions S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15930 opened Oct 21, 2025 by ada4a Loading…
unnecessary_{find,filter}_map: make diagnostic spans more precise S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15929 opened Oct 21, 2025 by ada4a Loading…
refactor(lines_filter_map_ok): move to under methods/ S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15925 opened Oct 21, 2025 by ada4a Loading…
new lint: workspace_dependencies
#15923 opened Oct 21, 2025 by andrewgazelka Draft
new lint: method_without_self_relation needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15913 opened Oct 20, 2025 by andrewgazelka Loading…
fix(extra_unused_type_parameters): don't suggest an autofix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15907 opened Oct 19, 2025 by ada4a Loading…
Improve docs for clippy_utils's MSRV support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15905 opened Oct 17, 2025 by BD103 Loading…
ProTip! Filter pull requests by the default branch with base:master.