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

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…
fix(map_entry): provide explicit type when suggesting None S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15759 opened Sep 24, 2025 by ada4a 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-review Status: Awaiting review from the assignee but also interested parties
#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…
Do not suggest using a if let chain if it is not supported S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15746 opened Sep 23, 2025 by samueltardieu 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…
fix(clone_on_ref_ptr): only name the generic type if possible S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15740 opened Sep 23, 2025 by ada4a Loading…
new lint: [or_else_then_unwrap] S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15734 opened Sep 22, 2025 by illicitonion Loading…
fix(unnecessary_mut_passed): retain parens around the arguments S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15731 opened Sep 21, 2025 by ada4a Loading…
Do not trigger inefficient_to_string after Rust 1.82 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15729 opened Sep 21, 2025 by samueltardieu Loading…
clean-up match_same_arms a bit S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15727 opened Sep 21, 2025 by ada4a Loading…
fix(transmute_ptr_to_ptr): add parens if transmute is receiver of a projection S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15724 opened Sep 19, 2025 by ada4a Loading…
split copies lints each into its own module S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15721 opened Sep 19, 2025 by ada4a Loading…
fix(new_without_default): if new has #[cfg], copy that onto impl Default S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15720 opened Sep 19, 2025 by ada4a Loading…
Fix map_unwrap_or fail to cover Result::unwrap_or S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15718 opened Sep 19, 2025 by profetia Loading…
Overhaul needless_parens_on_range_literals S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15717 opened Sep 19, 2025 by ada4a Loading…
Clarify strlen_on_c_strings documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15711 opened Sep 19, 2025 by felix91gr Loading…
Clean up transmute lints' documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15710 opened Sep 19, 2025 by felix91gr Loading…
rename implicit_saturating_{add,sub} and inverted_saturating_sub S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15707 opened Sep 18, 2025 by ada4a Loading…
ProTip! Filter pull requests by the default branch with base:master.