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
Sort

Pull requests list

borrow_interior_mutable_const ICE into FN S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13877 opened Dec 25, 2024 by blyxyas Loading…
fix examples using Ty.kind() in the book S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13875 opened Dec 25, 2024 by lapla-cogito Loading…
Examples fixes for regex S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13874 opened Dec 24, 2024 by alex-semenyuk Loading…
remove description of known problems in match_same_arms that have already been resolved S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13873 opened Dec 24, 2024 by lapla-cogito Loading…
[draft] lint RefCell late drops S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13872 opened Dec 24, 2024 by sancho20021 Draft
Check if deref target implements is_empty for len_zero lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13871 opened Dec 23, 2024 by samueltardieu Loading…
Initial impl of raw_assign_to_drop S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13866 opened Dec 22, 2024 by lukaslueg Loading…
correct suggestion for manual_div_ceil lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13864 opened Dec 22, 2024 by lapla-cogito Loading…
use the correct ParamEnv when checking future's output type S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13863 opened Dec 21, 2024 by y21 Loading…
add a new lint for repeat().take() that can be replaced with repeat_n() S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13858 opened Dec 20, 2024 by lapla-cogito Loading…
don't suggest to use cloned for Cow in unnecessary_to_owned S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13853 opened Dec 19, 2024 by lapla-cogito Loading…
New lint: manual_midpoint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13851 opened Dec 17, 2024 by samueltardieu Loading…
Remove obsolete comment S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13850 opened Dec 17, 2024 by samueltardieu Loading…
Do not trigger trailing_empty_array in tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13844 opened Dec 17, 2024 by alex-semenyuk Loading…
Emit missing_const_for_fn for CONST_MUT_REFS S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13839 opened Dec 16, 2024 by tomcur Loading…
Normalize raw pointers S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13833 opened Dec 15, 2024 by samueltardieu Draft
Add new useless_concat lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13829 opened Dec 14, 2024 by GuillaumeGomez Loading…
eq_op: allow optionally check fn calls S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13828 opened Dec 14, 2024 by klensy Loading…
lintcheck: fix table layout S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13825 opened Dec 14, 2024 by klensy Loading…
Check for MSRV attributes in late passes using the HIR performance-project For issues and PRs related to the Clippy Performance Project S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13821 opened Dec 12, 2024 by Alexendoo Loading…
new lint to detect inefficient iter().any() S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13817 opened Dec 12, 2024 by lapla-cogito Loading…
Update doc wildcard_dependencies S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13810 opened Dec 11, 2024 by alex-semenyuk Loading…
extend unchecked_duration_subtraction to check for Duration - Duration S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13800 opened Dec 9, 2024 by sharksforarms Loading…
detect redundant nested match S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13798 opened Dec 9, 2024 by lapla-cogito Loading…
chore: multipart_suggestions for manual_assert S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13787 opened Dec 6, 2024 by scottgerring Loading…
ProTip! Filter pull requests by the default branch with base:master.