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

Only lint manual_non_exhaustive for exported types S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13345 opened Sep 4, 2024 by Alexendoo Loading…
Expand missing_transmute_annotations docs S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13344 opened Sep 4, 2024 by lukaslueg Loading…
fix incorrect suggestion for !(a >= b) as i32 == c S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13338 opened Sep 3, 2024 by CoCo-Japan-pan Loading…
Suggest Option<&T> instead of &Option<T> S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13336 opened Sep 3, 2024 by nyurik Loading…
3 tasks
Add manual_ignore_cast_cmp lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13334 opened Sep 2, 2024 by nyurik Loading…
6 tasks done
Replace assert!(a==b) with assert_eq!(a,b) as part of bool_assert_comparison lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13333 opened Sep 2, 2024 by nyurik Loading…
2 tasks
Add [manual_ilog2] lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13331 opened Sep 1, 2024 by Sour1emon Loading…
rustc_tools_util: rerun when git commit changes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13329 opened Sep 1, 2024 by RalfJung Loading…
Add new lint manual_is_power_of_two S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13327 opened Aug 31, 2024 by Sour1emon Loading…
[single_match, single_match_else] fix suggestion when match irrefutable S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13324 opened Aug 30, 2024 by WeiTheShinobi Loading…
Anonymous Trait Import S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13322 opened Aug 29, 2024 by RuairidhWilliamson Loading…
Make trivial-copy-size-limit target independent S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13319 opened Aug 28, 2024 by Alexendoo Loading…
Look at adjusted types instead of fn signature types in ptr_arg S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13313 opened Aug 27, 2024 by y21 Loading…
Add new lint stacked_if_match S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13304 opened Aug 25, 2024 by promptkp Loading…
Extend needless_lifetimes to suggest eliding impl lifetimes S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13286 opened Aug 18, 2024 by smoelius Loading…
Rewrite lints page S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13269 opened Aug 15, 2024 by GuillaumeGomez Loading…
remove deduplicate-diagnostics=no in suspicious_operation_groupings.stderr S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13266 opened Aug 13, 2024 by kyoto7250 Loading…
use diag.span_help if the target is multiline in map_unwrap_or S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13254 opened Aug 11, 2024 by kyoto7250 Loading…
New lint for as *const _ and as *mut _ pointer casts S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13251 opened Aug 10, 2024 by Soveu Loading…
show message with try block in map_unwrap_or S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13245 opened Aug 9, 2024 by kyoto7250 Loading…
new lint: add call_missing_target_feature lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13240 opened Aug 8, 2024 by folkertdev Loading…
Move internal lints to their own crate S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13223 opened Aug 6, 2024 by Jarcho Loading…
Removed @no-rustfix annotation and updated suggestions to multipart_suggestion as required by #13099 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13216 opened Aug 4, 2024 by ibilalkayy Loading…
Fix [needless_return] false negative S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13214 opened Aug 4, 2024 by apoisternex Loading…
Rewrite non_copy_const S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13207 opened Aug 3, 2024 by Jarcho Loading…
ProTip! Filter pull requests by the default branch with base:master.