index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-01-28
`useless_asref`: no lint if in a closure to change the ref depth
Samuel Tardieu
-6
/
+13
2025-01-27
correct suggestions in `no_std` (#13999)
Manish Goregaokar
-23
/
+32
2025-01-28
correct suggestion for `map_with_unused_argument_over_ranges` in a `no_std` e...
lapla-cogito
-2
/
+3
2025-01-28
correct suggestion for `drain_collect` in a `no_std` environment
lapla-cogito
-3
/
+4
2025-01-28
don't suggest to use `std::vec::Vec` for `single_range_in_vec_init` in a `no_...
lapla-cogito
-2
/
+2
2025-01-28
correct suggestion for `repeat_vec_with_capacity` in a `no_std` environment
lapla-cogito
-2
/
+6
2025-01-28
correct suggestion for `redundant_closure` in a `no_std` environment
lapla-cogito
-14
/
+17
2025-01-27
New lint `sliced_string_as_bytes` (#14002)
Manish Goregaokar
-0
/
+61
2025-01-27
add MSRV check for `manual_flatten`
lapla-cogito
-1
/
+4
2025-01-27
Remove "Known problems" section for `borrow_interior_mutable_const` (#14078)
Manish Goregaokar
-10
/
+0
2025-01-27
Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote
León Orell Valerian Liehr
-41
/
+2
2025-01-26
new `manual_option_as_slice` lint
Andre Bogus
-9
/
+229
2025-01-26
Make `unnecessary_map_or` work with ref and `Deref` to `Option`/`Result` (#14...
Alejandra González
-1
/
+1
2025-01-26
remove `clippy::double_neg`
Kalle Wachsmuth
-41
/
+2
2025-01-26
Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk
bors
-5
/
+2
2025-01-26
Remove "Known problems" section for `borrow_interior_mutable_const`
alexey semenyuk
-10
/
+0
2025-01-26
change the applicability of `obfuscated_if_else` depending on whether the ori...
lapla-cogito
-1
/
+7
2025-01-25
trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)` (#14021)
llogiq
-12
/
+19
2025-01-25
slice-as-bytes: pedantic -> perf
wowinter13
-1
/
+1
2025-01-25
nit: change placeholders
wowinter13
-2
/
+2
2025-01-25
Small refactoring: irrefutable let pattern
wowinter13
-15
/
+14
2025-01-25
Rename slice_as_bytes -> sliced_string_as_bytes
wowinter13
-8
/
+8
2025-01-25
Fix function signature
wowinter13
-1
/
+1
2025-01-25
Address linter & changelog issues
wowinter13
-1
/
+1
2025-01-25
New lint
wowinter13
-0
/
+62
2025-01-25
trigger `obfuscated_if_else` for `.then(..).unwrap_or(..)`
lapla-cogito
-12
/
+19
2025-01-24
add new lint `non_std_lazy_statics`
J-ZhengLi
-0
/
+309
2025-01-24
docs: fix verbose-bit-mask example (#14055)
Alex Macleod
-2
/
+2
2025-01-23
Add necessary adjustments to suggestion to remove redundant `.into_iter()` ca...
Timo
-13
/
+26
2025-01-23
clarify message for non-obvious precedence (#14043)
Catherine Flores
-1
/
+1
2025-01-23
clarify message for non-obvious precedence
Jacob Pratt
-1
/
+1
2025-01-23
make `hir::Ty/ConstArg` methods generic where applicable
Boxy
-2
/
+2
2025-01-23
`visit_x_unambig`
Boxy
-11
/
+11
2025-01-23
The clipper :3c
Boxy
-149
/
+145
2025-01-23
Make `hir::TyKind::TraitObject` use tagged ptr
Boxy
-3
/
+3
2025-01-23
fix ICE in `unnecessary_mut_passed`
lapla-cogito
-2
/
+3
2025-01-23
Move `manual_ok_or` from pedantic to style
Samuel Tardieu
-1
/
+1
2025-01-23
Deprecate the `option_map_or_err_ok` lint
Samuel Tardieu
-70
/
+2
2025-01-22
Fix out-of-date comment (#14040)
Catherine Flores
-2
/
+1
2025-01-22
`arithmetic_side_effects`: check adjusted expression types
Samuel Tardieu
-3
/
+3
2025-01-22
`match_bool`: fix suggestion if guard is present (#14039)
llogiq
-24
/
+27
2025-01-22
`unnecessary_semicolon`: do not lint if it may cause borrow errors (#14049)
Timo
-25
/
+58
2025-01-22
Suggest using `Vec::extend()` in `same_item_push` (#13987)
Fridtjof Stoldt
-12
/
+24
2025-01-22
`unnecessary_semicolon`: do not lint if it may cause borrow errors
Samuel Tardieu
-6
/
+52
2025-01-22
Extract `leaks_droppable_temporary_with_limited_lifetime()`
Samuel Tardieu
-19
/
+6
2025-01-22
`short_circuit_statement`: handle macros and parenthesis better (#14047)
Timo
-10
/
+9
2025-01-22
don't trigger `needless_late_init` when the first usage is in macro (#14053)
Timo
-0
/
+4
2025-01-22
don't trigger `needless_late_init` when the first usage is in macro
lapla-cogito
-0
/
+4
2025-01-21
docs: fix verbose-bit-mask example
Joshua Wong
-2
/
+2
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-1
/
+2
[prev]
[next]