Skip to content

Issues: rust-lang/rust-clippy

[Roadmap] False Positive Rate
#6623 by flip1995 was closed Sep 20, 2024
Closed 12
Most commonly ignored lints on crates.io
#7666 by dtolnay was closed Oct 9, 2022
Closed 23
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

Detect dereference of null pointer A-lint Area: New lints T-MIR Type: This lint will require working with the MIR
#12598 opened Mar 30, 2024 by estebank
Lifetime conficts when recommending closures E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have T-MIR Type: This lint will require working with the MIR
#8346 opened Jan 24, 2022 by Jarcho
match_single_binding is false positive on temporaries C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-false-positive Issue: The lint was triggered on code it shouldn't have I-suggestion-causes-error Issue: The suggestions provided by this Lint cause an ICE/error when applied T-MIR Type: This lint will require working with the MIR
#6614 opened Jan 21, 2021 by MikailBag
If future returns Pending, it must store waker A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on T-MIR Type: This lint will require working with the MIR
#6314 opened Nov 9, 2020 by MikailBag
Linting shouldn't be run on optimized MIR C-bug Category: Clippy is not doing the correct thing E-hard Call for participation: This a hard problem and requires more experience or effort to work on I-ICE Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️ T-MIR Type: This lint will require working with the MIR
#6080 opened Sep 24, 2020 by ecstatic-morse
Prevent Getting a Raw Pointer to a Temporary A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on T-MIR Type: This lint will require working with the MIR
#5965 opened Aug 26, 2020 by rylev
Lint variable only ever assigned a single value A-lint Area: New lints L-correctness Lint: Belongs in the correctness lint group T-MIR Type: This lint will require working with the MIR
#4016 opened Apr 22, 2019 by oli-obk
Catch basic array bounds errors A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-correctness Lint: Belongs in the correctness lint group T-MIR Type: This lint will require working with the MIR
#3771 opened Feb 16, 2019 by leonardo-m
Lint request: deny_mmx_target_feature A-lint Area: New lints L-correctness Lint: Belongs in the correctness lint group T-MIR Type: This lint will require working with the MIR
#3722 opened Jan 30, 2019 by gnzlbg
Identify when buffer is being reused in read_line without clearing A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on E-medium Call for participation: Medium difficulty level problem and requires some initial experience. T-MIR Type: This lint will require working with the MIR
#3534 opened Dec 12, 2018 by estebank
new lint: vector access via index after is_empty() A-lint Area: New lints L-correctness Lint: Belongs in the correctness lint group T-MIR Type: This lint will require working with the MIR
#3029 opened Aug 11, 2018 by matthiaskrgr
lint: warn about identical conditions inside and outside of functions A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-correctness Lint: Belongs in the correctness lint group L-unnecessary Lint: Warn about unnecessary code T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#2278 opened Dec 18, 2017 by matthiaskrgr
Lint code that "indexes" generic pointers but doesn't special-case zero-sized types A-lint Area: New lints C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. E-hard Call for participation: This a hard problem and requires more experience or effort to work on T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#2260 opened Dec 6, 2017 by clarfonthey
Non-lexical lifetimes A-lint Area: New lints C-an-interesting-project Category: Interesting projects, that usually are more involved design/code wise. E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-style Lint: Belongs in the style lint group S-needs-discussion Status: Needs further discussion before merging or work can be started T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#2141 opened Oct 16, 2017 by gnzlbg
Better "escaping raw pointer" lint E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-correctness Lint: Belongs in the correctness lint group T-MIR Type: This lint will require working with the MIR
#2045 opened Sep 12, 2017 by arielb1
Lint request: warn when temporaries are used for values for which dropping has side effects E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-correctness Lint: Belongs in the correctness lint group T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#1904 opened Jul 26, 2017 by PieterPenninckx
New Lint: Avoid too many static code paths A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-correctness Lint: Belongs in the correctness lint group L-style Lint: Belongs in the style lint group T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#1681 opened Apr 15, 2017 by Evrey
Lint for unconditional unreachable!() A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-correctness Lint: Belongs in the correctness lint group T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#1632 opened Mar 20, 2017 by clarfonthey
Lint about range intersections in if … else if sequences A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-correctness Lint: Belongs in the correctness lint group T-middle Type: Probably requires verifiying types T-MIR Type: This lint will require working with the MIR
#1180 opened Aug 19, 2016 by mcarton
"this could sometimes panic" lint A-lint Area: New lints E-hard Call for participation: This a hard problem and requires more experience or effort to work on L-correctness Lint: Belongs in the correctness lint group T-MIR Type: This lint will require working with the MIR
#959 opened May 27, 2016 by oli-obk
Passing mutable references A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. L-unnecessary Lint: Warn about unnecessary code T-MIR Type: This lint will require working with the MIR
#353 opened Sep 28, 2015 by Pyriphlegethon
Result depending on execution order A-lint Area: New lints E-medium Call for participation: Medium difficulty level problem and requires some initial experience. good-first-issue These issues are a good way to get started with Clippy T-AST Type: Requires working with the AST T-MIR Type: This lint will require working with the MIR
#277 opened Sep 2, 2015 by llogiq
1 of 3 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.