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

transmuting_null: Check const integer casts
#16227 by Coca162 was merged Dec 18, 2025 Loading…
Fix useless_conversion wrongly unmangled macros
#16171 by profetia was merged Dec 7, 2025 Loading…
fix(equatable_if_let): don't suggest = in const context
#16092 by ada4a was merged Nov 17, 2025 Loading…
docs: add documentation comments for ptr functions
#16077 by fernandovtorres was closed Nov 12, 2025 Loading…
fix(while_let_on_iterator): avoid .by_ref() in &mut self trait methods has-merge-commits PR has merge commits, merge with caution. needs-fcp S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#16028 by KDhruv3 was closed Nov 4, 2025 Loading…
chore(empty_enum): rename to empty_enums needs-fcp
#15912 by ada4a was merged Oct 23, 2025 Loading…
split copies lints each into its own module
#15721 by ada4a was merged Oct 2, 2025 Loading…
extend while_let_loop to loop { let else }
#15701 by bend-n was merged Oct 6, 2025 Loading…
Remove unnecessary #![allow] in test
#15675 by samueltardieu was merged Sep 14, 2025 Loading…
fix(needless_closure): don't lint on AsyncFn*s
#15649 by ada4a was merged Sep 11, 2025 Loading…
ProTip! Exclude everything labeled bug with -label:bug.