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

Do not specialize for if_chain any longer S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15362 opened Jul 28, 2025 by samueltardieu Loading…
Fix never_loop forget to remove break in nested loop S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15356 opened Jul 27, 2025 by profetia Loading…
Fixunnecessary_safety_comment does not lint for the first line S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15354 opened Jul 27, 2025 by profetia Loading…
Do not replace match by if if any arm contains a binding S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15352 opened Jul 26, 2025 by samueltardieu Loading…
clean-up unnested_or_patterns S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15344 opened Jul 25, 2025 by ada4a Loading…
fix: unnested_or_patterns FP on structs with only shorthand field pats S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15343 opened Jul 25, 2025 by ada4a Loading…
PoC: Integer range analysis
#15342 opened Jul 25, 2025 by RunDevelopment Draft
expand the issue template for new lints S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15336 opened Jul 24, 2025 by lolbinarycat Loading…
needless_return: do not lint on proc macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15329 opened Jul 23, 2025 by blyxyas Loading…
Fix missing_inline_in_public_items fail to fulfill expect in --test build S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15320 opened Jul 21, 2025 by profetia Loading…
Split possible_missing_else from suspicious_else_formatting A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15317 opened Jul 20, 2025 by Jarcho Loading…
Fix suggestion for collapsible_if and collapsible_else_if when the inner if is enclosed in parentheses S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15304 opened Jul 17, 2025 by folkertdev Loading…
Fix string_to_string wrongly suggests cloned inside map S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15302 opened Jul 17, 2025 by profetia Loading…
Split early lints into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15294 opened Jul 16, 2025 by Jarcho Draft
Split casts pass into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15293 opened Jul 16, 2025 by Jarcho Draft
Split matches pass into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15292 opened Jul 16, 2025 by Jarcho Draft
Split loops pass into a new crate A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15291 opened Jul 16, 2025 by Jarcho Draft
Split methods pass into a new crate take 2 S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15280 opened Jul 15, 2025 by Jarcho Draft
unused_enumerate_index: move to loops lint pass S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15279 opened Jul 15, 2025 by Jarcho Loading…
redundant_clone: split iterator checks into redundant_iter_cloned S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#15277 opened Jul 15, 2025 by Jarcho Loading…
Fix min_ident_chars: ignore on trait impl. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15275 opened Jul 14, 2025 by t-webber Loading…
Do not run lintcheck summary on feature-freezed PRs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15272 opened Jul 14, 2025 by blyxyas Loading…
clippy_dev: changes to parsing code
#15270 opened Jul 14, 2025 by Jarcho Loading…
WIP: map_identity: suggest making the variable mutable when necessary S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15268 opened Jul 13, 2025 by ada4a Loading…
Fix as_ptr_cast_mut FP when self is not mutable S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15266 opened Jul 13, 2025 by profetia Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.