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

feat(zero_repeat_side_effects): don't suggest unnecessary braces around stmts S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15826 opened Oct 6, 2025 by ada4a Loading…
feat(lints): add unsigned_subtraction_gt_zero lint for comparisons against zero after subtraction S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15820 opened Oct 6, 2025 by AMS21 Loading…
manual_unwrap_or(_default): don't lint if not safe to move scrutinee S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15817 opened Oct 4, 2025 by zihan0822 Loading…
legacy_numeric_constants: add ctxt check for internal macro S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15816 opened Oct 4, 2025 by zihan0822 Loading…
fix(zero_repeat_side_effects): don't suggest unsuggestable types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15815 opened Oct 3, 2025 by ada4a Loading…
manual_unwrap_or: fix FP edge case S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15812 opened Oct 3, 2025 by notriddle Loading…
fix(map_entry): don't autofix when {e.insert(_); None } would be required S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15810 opened Oct 3, 2025 by ada4a Loading…
map_entry: don't suggest when {e.insert(_); None } would be required S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15808 opened Oct 3, 2025 by ada4a Loading…
fix(rc_buffer): don't touch the path to Rc/Arc in the suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15803 opened Oct 1, 2025 by ada4a Loading…
Fix map_entry suggests wrongly for insert with cfg-ed out code S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15800 opened Sep 30, 2025 by profetia Loading…
incompatible_msrv: Don't check the const MSRV for uncalled functions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15795 opened Sep 30, 2025 by Jarcho Loading…
New internal lint: unusual_names S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15794 opened Sep 30, 2025 by samueltardieu Loading…
Handle different root contexts in SpanlessEq S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15793 opened Sep 30, 2025 by Jarcho Loading…
feat: Add profile-specific configuration for disallowed methods and types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15779 opened Sep 29, 2025 by Lallapallooza 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…
Start replacing snippet_with_context with get_source_text_at_ctxt 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
#15767 opened Sep 27, 2025 by Jarcho Loading…
Overhaul and document clippy_utils::attrs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15763 opened Sep 25, 2025 by ada4a Loading…
Remove snippet_opt 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
#15762 opened Sep 25, 2025 by Jarcho Loading…
Add a doc_comments_missing_terminal_punctuation lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15758 opened Sep 24, 2025 by AudaciousAxiom Loading…
Cleanup: do not handle methods from several places S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15751 opened Sep 23, 2025 by samueltardieu Loading…
refactor(non_canonical_impls): lint starting from impls S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#15749 opened Sep 23, 2025 by ada4a Loading…
ptr_cast_constness: check for implicit mut to const pointer coercion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15747 opened Sep 23, 2025 by zihan0822 Loading…
Add a check for some followed by filter S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15745 opened Sep 23, 2025 by qmwrygdxpzc Loading…
feat(clone_on_ref_ptr): don't add a & to the receiver if it's a reference S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15742 opened Sep 23, 2025 by ada4a Loading…
ProTip! Adding no:label will show everything without a label.