-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Insights: rust-lang/rust-clippy
Overview
Could not load contribution data
Please try again later
11 Pull requests merged by 9 people
-
Add new lint
doc_include_without_cfg
#13625 merged
Nov 21, 2024 -
Sync and Release automation
#13694 merged
Nov 19, 2024 -
Use a better message for unnecessary_map_or lint
#13708 merged
Nov 19, 2024 -
Don't consider lifetimes in bounded types unused (fix
extra_unused_lifetimes
FP)#13583 merged
Nov 19, 2024 -
Remove extern vectorcall tests
#13702 merged
Nov 18, 2024 -
missing_safety_doc
accept uppercase "SAFETY"#13701 merged
Nov 18, 2024 -
Handle
Option::map_or(true, …)
inunnecessary_map_or
lint#13653 merged
Nov 18, 2024 -
Prepare
clippy_utils
README and Cargo.toml for publishing#13693 merged
Nov 17, 2024 -
Do not trigger
if_let_mutex
starting from Edition 2024#13695 merged
Nov 17, 2024 -
Don't lint CStr literals, do lint float literals in
redundant_guards
#13698 merged
Nov 17, 2024 -
Support user format-like macros
#9948 merged
Nov 16, 2024
9 Pull requests opened by 9 people
-
Add lint for broken doc links
#13696 opened
Nov 16, 2024 -
Update backport, release and sync documentation
#13700 opened
Nov 17, 2024 -
doc_refdef_list_item: new lint for suspicious list syntax
#13707 opened
Nov 19, 2024 -
New lint: `redundant_test_prefix`
#13710 opened
Nov 19, 2024 -
Add lint for overindented list items in docs
#13711 opened
Nov 20, 2024 -
Changelog for Clippy 1.83 🤖
#13716 opened
Nov 22, 2024 -
Fix: Use multipart_suggestion for derivable_impls
#13717 opened
Nov 22, 2024 -
`arbitrary_source_item_ordering`: Make alphabetic ordering in module item groups optional
#13718 opened
Nov 22, 2024 -
Remove incorrect "default there is no limit" documentation from trivial_copy_size_limit
#13719 opened
Nov 22, 2024
14 Issues closed by 8 people
-
Warn on usages of `SliceIndex` on `String`/`[str]` to prevent panics.
#13690 closed
Nov 22, 2024 -
`cargo clippy` fails with `Unrecognized option: 'allow-dirty'`
#13713 closed
Nov 21, 2024 -
`borrow_as_ptr` triggers even when end result is reborrowed as `&mut`
#11693 closed
Nov 20, 2024 -
Nit re `unnnecessary_map_or` message
#13704 closed
Nov 19, 2024 -
New lint: Suggest stream_position for `self.seek(SeekFrom::Current(0))`
#7886 closed
Nov 19, 2024 -
new lint: using `let mut a = a` at start of function
#5102 closed
Nov 19, 2024 -
`extra_unused_lifetimes` false positive regression from 1.82 to 1.83
#13578 closed
Nov 19, 2024 -
allow `indexing_slicing` in test
#9788 closed
Nov 19, 2024 -
`cast_lossless` does not effect on some cases
#12991 closed
Nov 19, 2024 -
Warn on `String::truncate`
#13688 closed
Nov 18, 2024 -
Should disable `if_let_mutex` in 2024 edition
#13679 closed
Nov 17, 2024 -
redundant_guards suggests change that doesn't compile for matching on CStr
#13681 closed
Nov 17, 2024 -
`redundant_locals` suggestion may change a closure's trait impls
#11562 closed
Nov 17, 2024 -
Manual char string search pattern
#12490 closed
Nov 16, 2024
9 Issues opened by 9 people
-
New lint that suggests the use of mixed type operations like wrapping_sub_unsigned
#13715 opened
Nov 21, 2024 -
Formalize a Clippy benchmarking tool + Server
#13714 opened
Nov 20, 2024 -
Configure clippy lints further with the `[lints]` table.
#13712 opened
Nov 20, 2024 -
Lint for spacing after comment
#13709 opened
Nov 19, 2024 -
ICE: `expected assoc type binding`
#13706 opened
Nov 19, 2024 -
List item in doc comment starting with escaped `[` makes clippy calculate indent wrong
#13705 opened
Nov 19, 2024 -
`clippy::indexing_slicing` does not report slicing on &str
#13703 opened
Nov 18, 2024 -
Suggest to replace `int_as_float.log{|2|10}().floor() as u32` with `int.ilog{|2|10}()`
#13699 opened
Nov 17, 2024 -
TooOwned
#13697 opened
Nov 17, 2024
15 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.
-
Add new `literal_string_with_formatting_arg` lint
#13410 commented on
Nov 22, 2024 • 7 new comments -
Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint into early lints
#13658 commented on
Nov 21, 2024 • 1 new comment -
Consider splitting `needless_lifetimes` into cases that do and do not require `'_`
#13514 commented on
Nov 16, 2024 • 0 new comments -
Suggest `#[expect(...)]` instead of `#[allow(...)]` to ensure relevance
#13491 commented on
Nov 17, 2024 • 0 new comments -
Suggest use of associated type bounds where possible
#12925 commented on
Nov 17, 2024 • 0 new comments -
Lint against patterns like `<Result<_,_> as anyhow::Context>::context(r, &format!("...", ...))` in favor of `.with_context(|| ...)`
#13678 commented on
Nov 20, 2024 • 0 new comments -
`multiple_bound_locations` triggers in macro-generated code
#12552 commented on
Nov 22, 2024 • 0 new comments -
Tracking Issue: Fix auto-applicable lint suggestions by using multipart suggestions
#13099 commented on
Nov 22, 2024 • 0 new comments -
Josh preparations
#12759 commented on
Nov 17, 2024 • 0 new comments -
Update book for backport, release and sync
#12762 commented on
Nov 17, 2024 • 0 new comments -
new lint: `doc_comment_double_space_linebreak`
#12876 commented on
Nov 21, 2024 • 0 new comments -
changelog: new lint: [`split_with_space`]
#13059 commented on
Nov 20, 2024 • 0 new comments -
New lint truncate_with_drain
#13603 commented on
Nov 16, 2024 • 0 new comments -
Edition 2024
#13632 commented on
Nov 17, 2024 • 0 new comments -
Add new `include_file_outside_project` lint
#13638 commented on
Nov 20, 2024 • 0 new comments