-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Pull requests: rust-lang/rust-clippy
Pull requests list
Improve docs for Status: Awaiting review from the assignee but also interested parties
clippy_utils
's MSRV support
S-waiting-on-review
#15905
opened Oct 17, 2025 by
BD103
Loading...
fix(collapsible_span_lint_calls): use Status: Awaiting review from the assignee but also interested parties
snippet_with_context
for spans that are likely to contain macro expns
S-waiting-on-review
#15881
opened Oct 13, 2025 by
ada4a
Loading...
op_ref
: clean-up, overhaul diagnostics
S-waiting-on-review
#15869
opened Oct 12, 2025 by
ada4a
Loading...
Fix: Status: Awaiting review from the assignee but also interested parties
zero_repeat_side_effects
misses curlies
S-waiting-on-review
#15853
opened Oct 9, 2025 by
profetia
Loading...
feat(question_mark): lint Status: Awaiting review from the assignee but also interested parties
if let Some(_) = _ { ..; _ } else { None }
as final expr
S-waiting-on-review
#15850
opened Oct 8, 2025 by
ada4a
Loading...
Add build and test subcommands (binary-emitting Clippy)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#15768
opened Sep 27, 2025 by
blyxyas
Loading...
Overhaul and document Status: Awaiting review from the assignee but also interested parties
clippy_utils::attrs
S-waiting-on-review
#15763
opened Sep 25, 2025 by
ada4a
Loading...
ptr_cast_constness
: check for implicit mut to const pointer coercion
S-waiting-on-review
#15747
opened Sep 23, 2025 by
zihan0822
Loading...
fix(transmute_ptr_to_ptr): add parens if Status: Awaiting review from the assignee but also interested parties
transmute
is receiver of a projection
S-waiting-on-review
#15724
opened Sep 19, 2025 by
ada4a
Loading...
fix(Status: Awaiting review from the assignee but also interested parties
bad_bit_mask
): don't lint on #[cfg]
-d consts
S-waiting-on-review
#15665
opened Sep 12, 2025 by
ada4a
Loading...
unnecessary_safety_comment
: check for impl items as well
S-waiting-on-review
#15631
opened Sep 7, 2025 by
zihan0822
Loading...
Add the Area: New lints
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
iter_last_slice
lint
A-lint
#15496
opened Aug 15, 2025 by
scrabsha
Loading...
unnecessary_operation
: don't suggest autofixes on composite types with fields of uncertain types
S-waiting-on-review
#15460
opened Aug 11, 2025 by
ada4a
Loading...
Add Area: New lints
needs-fcp
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
needless_conversion_for_trait
lint
A-lint
#15451
opened Aug 10, 2025 by
smoelius
Loading...
change Status: Awaiting review from the assignee but also interested parties
suspicious_operation_groupings
to work on the HIR instead of the AST
S-waiting-on-review
#15443
opened Aug 8, 2025 by
esther-ff
Loading...
as_pointer_underscore
: reduce applicability for unnameable inferred type
S-waiting-on-review
#15418
opened Aug 5, 2025 by
zihan0822
Loading...
unused_enumerate_index
: move to loops lint pass
S-waiting-on-review
#15279
opened Jul 15, 2025 by
Jarcho
Loading...
List possible values for configuration enums
S-waiting-on-author
Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#15216
opened Jul 6, 2025 by
BenjaminBrienen
Loading...
Make Status: Awaiting review from the assignee but also interested parties
transmute_ptr_to_ref
suggestion work correctly with some outer expression types
S-waiting-on-review
#15159
opened Jun 27, 2025 by
Arc8ne
Loading...
WIP: New lint: Status: Awaiting review from the assignee but also interested parties
duplicate_match_guards
needs-fcp
S-waiting-on-review
#14986
opened Jun 5, 2025 by
ada4a
Loading...
1 of 3 tasks
New redundant boxed types lint
needs-fcp
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#14919
opened May 30, 2025 by
whirm
Loading...
Add a note for disallowed items referring to the config file
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
#14663
opened Apr 21, 2025 by
Jarcho
Loading...
Emit disallowed_names lint for functions
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties
#14601
opened Apr 12, 2025 by
granddaifuku
Loading...
use Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
diag.span_help
if the target is multiline in map_unwrap_or
S-waiting-on-author
#13254
opened Aug 11, 2024 by
kyoto7250
Loading...
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.