-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Insights: rust-lang/rust-clippy
Overview
Could not load contribution data
Please try again later
12 Pull requests merged by 5 people
-
Fix ICE in
missing_const_for_fn
#14776 merged
May 10, 2025 -
Resolve through local re-exports in
lookup_path
#14772 merged
May 10, 2025 -
Fix
unnecessary_unwrap
emitted twice in closure (#14763)#14770 merged
May 10, 2025 -
char::is_digit()
is const-stable only since Rust 1.87#14771 merged
May 9, 2025 -
Fix integer_division false negative for NonZero denominators
#14664 merged
May 9, 2025 -
unwrap.rs
cleanup#14761 merged
May 9, 2025 -
remove superseded lints
#14703 merged
May 9, 2025 -
Allow any rust-lang team member to close an issue with rustbot
#14765 merged
May 9, 2025 -
Use
cargo dev setup toolchain
in install from source docs#14766 merged
May 9, 2025 -
fix false negative for
unnecessary_unwrap
#14758 merged
May 8, 2025 -
Set Manish in vacation mode
#14762 merged
May 8, 2025 -
triagebot:
canonicalize-issue-links
→issue-links
#14751 merged
May 8, 2025
5 Pull requests opened by 2 people
-
`while_let_loop`: Include `let` assignment in suggestion
#14756 opened
May 8, 2025 -
`needless_match`: do not pretend that `return` is not significant in an expression
#14757 opened
May 8, 2025 -
`missing_const_for_fn`: consider constness of instance
#14759 opened
May 8, 2025 -
`unnecessary_wraps`: do not include the whole body in the lint span
#14777 opened
May 10, 2025 -
book: modify FnKind::Fn matching
#14780 opened
May 11, 2025
12 Issues closed by 7 people
-
ICE: attempted to read from stolen value
#14774 closed
May 10, 2025 -
`expected a type, found an import` warning false positive of "disallowed-types"
#14767 closed
May 10, 2025 -
incorrectly emitting 'this could be a `const fn`'
#14775 closed
May 10, 2025 -
`unnecessary_unwrap` emitted twice in closure
#14763 closed
May 10, 2025 -
`integer_division` false negative for `NonZero` denominators
#14652 closed
May 9, 2025 -
`cargo test` can not apply `[lints]` configuration correctly
#14769 closed
May 9, 2025 -
`unnecessary_unwrap` doesn't lint following a binding name
#14725 closed
May 8, 2025 -
`--fix` with `-Zthreads=8` on large workspace hangs
#12667 closed
May 8, 2025 -
`unnecessary_to_owned` suggestion changes maybe-cloning to always-cloning
#12806 closed
May 8, 2025 -
idea: Combination of str_to_string and needless_closure
#317 closed
May 8, 2025 -
Suggest usage of `ref` instead of `&*`
#188 closed
May 8, 2025 -
Passing mutable references
#353 closed
May 8, 2025
5 Issues opened by 4 people
-
New lint: Prefer `.unwrap_or(0)` over `.unwrap_or_default()`
#14779 opened
May 11, 2025 -
ICE: `explicit deref of non-derefable type`
#14778 opened
May 10, 2025 -
unnecessary_wraps: Annoyingly large span
#14773 opened
May 10, 2025 -
Which version of librustc_driver clippy uses?
#14764 opened
May 8, 2025 -
Add support for `cfg` field for `disallowed_*` lints
#14760 opened
May 8, 2025
21 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Changelog for Clippy 1.87 🦡
#14748 commented on
May 9, 2025 • 5 new comments -
[Perf] Optimize documentation lints **a lot** (1/2) (18% -> 10%)
#14693 commented on
May 11, 2025 • 4 new comments -
Rework `module_inception`
#14753 commented on
May 9, 2025 • 1 new comment -
Fix `needless_for_each` suggests wrongly when closure has no braces
#14735 commented on
May 10, 2025 • 1 new comment -
Extend `manual_is_variant_and lint` to check for boolean map comparisons
#14646 commented on
May 10, 2025 • 0 new comments -
Emit disallowed_names lint for functions
#14601 commented on
May 10, 2025 • 0 new comments -
Caution against `warn(clippy::nursery)`.
#14391 commented on
May 9, 2025 • 0 new comments -
New lint: `manual_is_multiple_of`
#14292 commented on
May 10, 2025 • 0 new comments -
New lint: `copy_then_borrow_mut`
#13984 commented on
May 10, 2025 • 0 new comments -
`dangerous_implicit_autorefs` lint suggestion triggers `clippy::needless_borrow`
#14743 commented on
May 11, 2025 • 0 new comments -
ICE on rustdoc test: delay span bug / thread::spawn failed: issue-80992.rs
#8244 commented on
May 10, 2025 • 0 new comments -
[CI] Use rust-cache@v2 when building on CI
#13033 commented on
May 10, 2025 • 0 new comments -
error: expected identifier, found `$`
#14680 commented on
May 9, 2025 • 0 new comments -
Cargo.toml dependencies: avoid caret requirements
#13307 commented on
May 9, 2025 • 0 new comments -
Needlessly Verbose Replacement Suggestion for `needless_return`
#14750 commented on
May 9, 2025 • 0 new comments -
`disallowed_macros` false negatives
#11431 commented on
May 9, 2025 • 0 new comments -
missing-const-for-fn : const_refs_to_cell is not stable yet
#13016 commented on
May 8, 2025 • 0 new comments -
[False Positive] Regarding adding const to a function that can't be const
#14658 commented on
May 8, 2025 • 0 new comments -
flappy clippy results when building from source
#14755 commented on
May 8, 2025 • 0 new comments -
False positive `needless_match` for even simple example
#14754 commented on
May 8, 2025 • 0 new comments -
Catch transmuting Option<&T> to Option<&mut T>
#372 commented on
May 8, 2025 • 0 new comments