- Notifications
You must be signed in to change notification settings - Fork 1.9k
Pull requests: rust-lang/rust-clippy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Don't emit
collapsible_else_if lint when all arms contain only if {} else {} expressions #16286 by rwardd was merged Dec 23, 2025 Loading…
Fix
if_then_some_else_none suggests wrongly when then ends with comment #16278 by profetia was merged Dec 21, 2025 Loading…
Parent of struct constructor is the struct itself
#16245 by samueltardieu was merged Dec 15, 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 mod_module_files false positive for tests in workspaces
#16048 by TomFryersMidsummer was merged Nov 10, 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…
Improve doc comment code language tag parsing, don't use a full parser
#15967 by Alexendoo was merged Oct 30, 2025 Loading…
fix(needless_if): don't expand macro invocations in the suggestion
#15960 by ada4a was merged Oct 27, 2025 Loading…
fix(equatable_if_let): don't lint if pattern or initializer come from expansion
#15958 by ada4a was merged Nov 27, 2025 Loading…
unnecessary_{find,filter}_map: make diagnostic spans more precise #15929 by ada4a was merged Oct 27, 2025 Loading…
perf(get_unwrap): avoid calling
is_type_diagnostic_item multiple times #15847 by ada4a was merged Oct 8, 2025 Loading…
fix(zero_repeat_side_effects): better identify exprs with side effects
#15814 by ada4a was merged Oct 4, 2025 Loading…
split
unnecessary_clone test into clone_on_ref_ptr and clone_on_copy #15738 by ada4a was merged Sep 23, 2025 Loading…
is_else_cause: don't use hir_parent_iter just to go one level up #15650 by ada4a was closed Sep 10, 2025 Loading…
fix(transmute_ptr_to_ref): don't suggest
.cast when to-type is DST #15621 by ada4a was merged Sep 17, 2025 Loading…
fix(collapsible_match): exclude binding modes from struct field pattern suggestions
#15608 by ada4a was merged Oct 7, 2025 Loading…
fix:
needless_for_each suggests wrongly with explicit closure input types #15595 by ada4a was merged Aug 31, 2025 Loading…
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.