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: let non_canonical_impls skip proc marco S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12857 opened May 26, 2024 by WeiTheShinobi Loading…
Fix typos of author lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12855 opened May 26, 2024 by tesuji Loading…
Add new lint that checks for defining of read-only arrays on stack. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12854 opened May 26, 2024 by tesuji Loading…
book: Fix example code S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12852 opened May 25, 2024 by finga Loading…
Add required parentheses around method receiver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12851 opened May 25, 2024 by samueltardieu Loading…
Add lint to check manual pattern char comparison S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12849 opened May 25, 2024 by AurelienFT Loading…
Fix doc nits S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12848 opened May 25, 2024 by bitfield Loading…
Dedup nonminimal_bool_methods diags S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12845 opened May 25, 2024 by cookie-s Loading…
Fix to_string_in_format_args with macro call receiver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12844 opened May 24, 2024 by Alexendoo Loading…
Fix unnecessary_to_owned interaction with macro expansion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12843 opened May 24, 2024 by mdm Loading…
add parentheses to [let_and_return]'s suggestion S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12842 opened May 24, 2024 by J-ZhengLi Loading…
Don't lint assertions-on-constants on any const assertions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12840 opened May 24, 2024 by tesuji Loading…
Add new lints: manual_and and manual_or S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12832 opened May 22, 2024 by mira-eanda Loading…
Use ControlFlow in more places S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12830 opened May 21, 2024 by blyxyas Loading…
lint_groups_priority: ignore lints & groups at the same level S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12827 opened May 20, 2024 by Alexendoo Loading…
Suppress iter_on_empty_collections if the iterator's concrete type is relied upon S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12823 opened May 19, 2024 by schvv31n Loading…
Make for_each_expr visit closures by default, rename the old version for_each_expr_without_closures S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12822 opened May 19, 2024 by Alexendoo Loading…
Add needless_character_iteration lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12815 opened May 17, 2024 by GuillaumeGomez Loading…
Don't lint blocks in closures for blocks_in_conditions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#12805 opened May 15, 2024 by Alexendoo 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…
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…
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 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
ProTip! Exclude everything labeled bug with -label:bug.