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

Fix website history interactions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16060 opened Nov 10, 2025 by Alexendoo Loading…
perf(time_subtraction): avoid querying type/diag name of lhs twice S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16057 opened Nov 9, 2025 by ada4a Loading…
add(lint): rwlock_atomic and rwlock_integer needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16053 opened Nov 9, 2025 by Tunglies Loading…
Fix mod_module_files false positive for tests in workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16048 opened Nov 7, 2025 by TomFryersMidsummer Loading…
Fix single_range_in_vec_init FP for explicit Range S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#16043 opened Nov 7, 2025 by profetia Loading…
Upgrade Node.js setup action and version S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16039 opened Nov 5, 2025 by alex-semenyuk Loading…
manual_map: lint exprs with adjustments, but with reduced Applicability S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16037 opened Nov 5, 2025 by ada4a Loading…
double_comparisons: check for expressions such as x != y && x >= y S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16033 opened Nov 5, 2025 by ianbollinger Loading…
Add more docs for msrvs.rs S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#16030 opened Nov 4, 2025 by suprohub 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) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16029 opened Nov 4, 2025 by KDhruv3 Loading…
feat(manual_assert_eq): new lint needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16025 opened Nov 4, 2025 by ada4a Loading…
Fix match_like_matches_macro wrongly unmangled macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16018 opened Nov 2, 2025 by profetia Loading…
Fix dbg_macro ICE when used iterated by for loop S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16011 opened Nov 2, 2025 by profetia Loading…
Fix set-contains-or-insert FP when set is mutated before insert S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16009 opened Nov 2, 2025 by profetia Loading…
refactor(needless_arbitrary_self_type): give suggestions with finer diffs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16005 opened Nov 1, 2025 by ada4a Loading…
Add lint to suggest as_chunks over chunks_exact with constant needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#16002 opened Nov 1, 2025 by rommeld Loading…
refactor(formatting): split each lint into a separate module S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work
#15996 opened Oct 31, 2025 by ada4a Loading…
Use extend when creating the lint pass constructors S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15994 opened Oct 31, 2025 by Jarcho Loading…
add lint for transmute from &T to &mut T of a ADT argument needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15992 opened Oct 31, 2025 by mendelsshop Loading…
feat(manual_is_variant): Check for .iter().any() S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15989 opened Oct 30, 2025 by qmwrygdxpzc Loading…
Add a new lint to check for use of std::env::set_var in tests needs-fcp S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15986 opened Oct 30, 2025 by jamadeo Loading…
refactor(byte_char_slices): clean-up S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15985 opened Oct 30, 2025 by ada4a Loading…
Remove the pre-expansion pass S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#15980 opened Oct 29, 2025 by Alexendoo Loading…
clippy_dev: Sort lint and lint pass declarations (parsing revamp part 5/N) needs-fcp 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
#15979 opened Oct 29, 2025 by Jarcho Loading…
ProTip! Exclude everything labeled bug with -label:bug.