Skip to content

Pull requests: rust-lang/rust-clippy

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

fix: merge multiple suggestions into a single multi-span suggestion in needless_late_init S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12777 opened May 8, 2024 by roife Loading…
add lint for recreation of an entire struct S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12772 opened May 7, 2024 by phi-gamma Loading…
Add new lint doc_lazy_continuation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12770 opened May 6, 2024 by notriddle Loading…
now that {f16,f128}::DIGITS are available, use them S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12769 opened May 6, 2024 by tspiteri Loading…
fix: unnecessary_filter_map return of Some arg S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12766 opened May 6, 2024 by omer-shtivi Loading…
Add new lint while_float S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12765 opened May 5, 2024 by yusufraji Loading…
significant_drop_in_scrutinee: Fix false positives due to false drops of place expressions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12764 opened May 5, 2024 by lrh2000 Loading…
Update book for backport, release and sync 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
#12762 opened May 4, 2024 by flip1995 Draft
Josh preparations I-nominated Issue: Nominated to be discussed at the next Clippy meeting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12759 opened May 3, 2024 by flip1995 Draft
Avoid emitting assigning_clones when cloned data borrows from the place to clone into S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12756 opened May 2, 2024 by y21 Loading…
2 tasks done
significant_drop_in_scrutinee: Trigger lint only if lifetime allows early significant drop S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12740 opened Apr 30, 2024 by lrh2000 Draft
Lint direct priority conflicts in [workspace.lints] S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12730 opened Apr 28, 2024 by Alexendoo Loading…
Fix website dash replacement S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12719 opened Apr 26, 2024 by roddyrap Loading…
make sure the msrv for const_raw_ptr_deref is met when linting [missing_const_for_fn] S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12713 opened Apr 25, 2024 by J-ZhengLi Loading…
make [manual_map] ignore types that contain dyn S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#12712 opened Apr 25, 2024 by J-ZhengLi Draft
less aggressive needless_borrows_for_generic_args S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12706 opened Apr 23, 2024 by pacak Loading…
Improve documentation of needless_range_loop S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12701 opened Apr 21, 2024 by tatounee Loading…
[overly_complex_bool_expr]: Fix trigger wrongly on never type S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12700 opened Apr 21, 2024 by Luv-Ray Loading…
fix: manual_unwrap_or_default suggests error when expression is a None variant S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12688 opened Apr 17, 2024 by t-webber Loading…
Let qualify_min_const_fn deal with drop terminators S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12681 opened Apr 16, 2024 by y21 Loading…
fix [undocumented_unsafe_blocks] FP with trait/impl items S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12672 opened Apr 12, 2024 by J-ZhengLi Loading…
Add 'Expand All' & 'Collapse All' to the website S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12656 opened Apr 9, 2024 by SpencerAWill Loading…
Add applicability filter to lint list page S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12655 opened Apr 9, 2024 by SpencerAWill Loading…
fix false positive in Issue/12098 because lack of consideration of mutable caller S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12650 opened Apr 8, 2024 by cocodery Loading…
Add regression test for #12612 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12647 opened Apr 8, 2024 by GuillaumeGomez Loading…
ProTip! Filter pull requests by the default branch with base:master.