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 autofix comments containing bare CR S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15175 opened Jun 29, 2025 by samueltardieu Loading…
Consider deref'ed argument as non-temporary beta-nominated Nominated for backporting to the compiler in the beta channel. I-suggestion-causes-bug Issue: The suggestion compiles but changes the code to behave in an unintended way S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15172 opened Jun 29, 2025 by samueltardieu Loading…
Polishing changelog update doc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15167 opened Jun 28, 2025 by alex-semenyuk Loading…
Fix std-instead-of-core FP when not all items come from the new crate S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15165 opened Jun 28, 2025 by profetia Loading…
Make transmute_ptr_to_ref suggestion work correctly with some outer expression types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15159 opened Jun 27, 2025 by Arc8ne Loading…
fix infinite loop
#15157 opened Jun 27, 2025 by odysa Draft
Add new lint to detect dangling pointer return from closure S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15154 opened Jun 27, 2025 by PitiBouchon Draft
Explain how to temporarily use paths instead of diagnostic items S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15150 opened Jun 26, 2025 by samueltardieu Loading…
doc_nested_refdefs: do not falsely report checkboxes as refdefs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15146 opened Jun 26, 2025 by notriddle Loading…
Don't remove explicit cast to trait object pointer S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15145 opened Jun 26, 2025 by samueltardieu Loading…
fix: redundant_closure_call lint for closures with block S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15144 opened Jun 26, 2025 by odysa Loading…
Reduce page size and number of DOM elements on clippy lints page S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15140 opened Jun 25, 2025 by GuillaumeGomez Loading…
Downgrade known buggy pointer cast suggestions to MaybeIncorrect. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15138 opened Jun 25, 2025 by briansmith Loading…
unsafe_derive_deserialize: do not consider pin!() as unsafe S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15137 opened Jun 25, 2025 by samueltardieu Loading…
Fix search_is_some suggests wrongly inside macro S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15135 opened Jun 25, 2025 by profetia Loading…
fix: Improve floating point lint to handle ambiguous type S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15133 opened Jun 25, 2025 by odysa Loading…
Fix capacity overflow in single_match with deref patterns S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15124 opened Jun 24, 2025 by notriddle Loading…
Fix expect_fun_call producing invalid suggestions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15122 opened Jun 24, 2025 by sethdusek Loading…
Handle potentially-shadowing bindings in manual_let_else S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15118 opened Jun 23, 2025 by notriddle Loading…
Properly check that an expression might be the one returned beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15115 opened Jun 23, 2025 by samueltardieu Loading…
New lint: explicit_struct_update S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#15110 opened Jun 23, 2025 by codeshaunted Loading…
Add new lint shadow_type_generic A-lint Area: New lints S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15109 opened Jun 22, 2025 by devodev Loading…
Fix ptr_arg suggests changes when it's actually better not to bother S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15105 opened Jun 22, 2025 by immersum Loading…
handle another type of collapsible if-statement S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15104 opened Jun 22, 2025 by Arc8ne Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.