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

Add lint for functions which never return S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13565 opened Oct 19, 2024 by GnomedDev Draft
Stop linting manual_bits in any macro invoke S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13564 opened Oct 18, 2024 by GnomedDev Loading…
Don't trigger const_is_empty for inline const assertions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13558 opened Oct 17, 2024 by alex-semenyuk Loading…
Implement a ReturnVisitor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13557 opened Oct 16, 2024 by GnomedDev Loading…
fix: remove unnecessary filter_map usages S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13548 opened Oct 14, 2024 by wowinter13 Loading…
Detect .map_or(false, f) in manual_is_variant_and lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13509 opened Oct 6, 2024 by samueltardieu Loading…
Add a "more granular lint groups" page to the book S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13501 opened Oct 5, 2024 by y21 Loading…
New lint map_all_any_identity S-final-comment-period Status: final comment period it will be merged unless new objections are raised (~1 week) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13499 opened Oct 4, 2024 by samueltardieu Loading…
unnecessary_fold improvements S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13475 opened Sep 28, 2024 by viliml Loading…
Add clippy::result_as_ref_deref lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13474 opened Sep 28, 2024 by aleksanderkrauze Loading…
Optimise Msrv for common one item case S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13472 opened Sep 28, 2024 by GnomedDev Loading…
Add new lint unneeded_struct_pattern S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13465 opened Sep 26, 2024 by SpriteOvO Loading…
Add units/unit prefixes of frequency to doc-valid-idents S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13460 opened Sep 26, 2024 by ROMemories Loading…
New lint needless_as_bytes S-final-comment-period Status: final comment period it will be merged unless new objections are raised (~1 week)
#13437 opened Sep 21, 2024 by samueltardieu Loading…
new lint: chars_enumerate_for_byte_indices S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13435 opened Sep 21, 2024 by y21 Loading…
Add new literal_string_with_formatting_arg lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13410 opened Sep 17, 2024 by GuillaumeGomez Loading…
Add [extern_without_abi] lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13404 opened Sep 16, 2024 by CBSpeir Loading…
Initial impl of repr_packed_without_abi S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13398 opened Sep 15, 2024 by lukaslueg Loading…
Implement a lint for RefCell<impl Copy> S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
#13388 opened Sep 12, 2024 by GnomedDev Loading…
new lint: source_item_ordering S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
#13376 opened Sep 10, 2024 by decryphe 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…
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 Draft
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…
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…
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…
ProTip! Filter pull requests by the default branch with base:master.