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-02-11
Use MIR body to identify more "default equivalent" calls
Esteban Küber
-1
/
+1
2025-02-10
Use a separate loop to drive the check for code clusters
Michael Howell
-37
/
+73
2025-02-10
Convert two missed places
Bastian Kersting
-2
/
+2
2025-02-10
Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr
Bastian Kersting
-7
/
+7
2025-02-10
Use parentheses when needed in `nonminimal_bool` lint
Samuel Tardieu
-1
/
+3
2025-02-09
Fix `let_and_return` with temporary variables, and distinguish between Rust e...
llogiq
-7
/
+6
2025-02-09
Add `single_option_map` lint (#14033)
llogiq
-0
/
+94
2025-02-09
Add single_option_map lint
Yusuf Raji
-0
/
+94
2025-02-09
`let_and_return`: lint more cases in edition ≥ 2024
Samuel Tardieu
-5
/
+4
2025-02-09
`let_and_return`: look for non-static references in expansion as well
Samuel Tardieu
-2
/
+2
2025-02-09
make [`manual_map`] ignore types that contain `dyn` (#12712)
Alex Macleod
-13
/
+11
2025-02-08
Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi...
Jubilee
-34
/
+36
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr (#14124)
Alejandra González
-0
/
+12
2025-02-09
Fix `obfuscated_if_else` suggestion on left side of a binary expr
Samuel Tardieu
-0
/
+12
2025-02-09
remove "Known problems" section for `branches_sharing_code` (#14176)
Alejandra González
-5
/
+0
2025-02-09
remove "Known problems" section for `branches_sharing_code`
lapla-cogito
-5
/
+0
2025-02-08
Two improvements to `disallowed_*` (#13669)
Catherine Flores
-40
/
+32
2025-02-08
autofix for `range_zip_with_len` (#14136)
dswij
-6
/
+7
2025-02-08
add MSRV check for `manual_flatten` (#14086)
dswij
-1
/
+4
2025-02-07
clippy: directly use rustc_abi instead of reexports
Jubilee Young
-34
/
+36
2025-02-07
Remove `Known problems` section `invalid_upcast_comparisons` (#14133)
dswij
-3
/
+0
2025-02-07
Deprecate redundant lint `option_map_or_err_ok` and take `manual_ok_or` out o...
dswij
-71
/
+3
2025-02-07
fix typo
Jana Dönszelmann
-1
/
+1
2025-02-07
fix empty after lint on impl/trait items
Jonathan Dönszelmann
-37
/
+76
2025-02-07
Update UI tests
Guillaume Gomez
-1
/
+1
2025-02-07
Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ...
Guillaume Gomez
-427
/
+458
2025-02-07
Address additional review comments
Samuel Moelius
-1
/
+2
2025-02-07
`useless_asref`: no lint if in a closure to change the ref depth (#14090)
Catherine Flores
-6
/
+13
2025-02-07
[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect` (#14010)
Catherine Flores
-1
/
+1
2025-02-07
remove an outdated line in `transmute/mod.rs` (#14159)
Catherine Flores
-1
/
+0
2025-02-07
add MSRV check for `lines_filter_map_ok` (#14130)
Catherine Flores
-4
/
+22
2025-02-07
Fix ICE in `unnecessary_mut_passed` (#14065)
Catherine Flores
-2
/
+3
2025-02-07
Correct version of `doc_overindented_list_items` (#14152)
llogiq
-1
/
+1
2025-02-07
Simplify `reindent_multiline()` signature (#14101)
Timo
-35
/
+23
2025-02-06
Rollup merge of #136645 - flip1995:clippy-subtree-update, r=Manishearth
Matthias Krüger
-213
/
+924
2025-02-06
change the applicability of `if_then_some_else_none` to `MachineApplicable` (...
Jason Newcomb
-1
/
+1
2025-02-06
don't emit suggestion inside macro in `manual_async_fn` (#14142)
Jason Newcomb
-0
/
+1
2025-02-06
Auto merge of #136641 - matthiaskrgr:rollup-lajwje5, r=matthiaskrgr
bors
-21
/
+17
2025-02-06
Skip `use_self` inside macro expansions of a `impl Self` block (#13128)
Alex Macleod
-39
/
+15
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-213
/
+924
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-218
/
+926
2025-02-06
Skip `use_self` inside macro expansion of `impl Self` items
Lzu Tao
-1
/
+13
2025-02-06
Make the "expensive" comment belong to a branch
Lzu Tao
-1
/
+1
2025-02-06
Use `clippy_utils::ty::ty_from_hir_ty` to avoid ICE
Lzu Tao
-25
/
+2
2025-02-06
Pulicize `clippy_utils::ty::ty_from_hir_ty`
Lzu Tao
-15
/
+2
2025-02-06
remove an outdated line
lapla-cogito
-1
/
+0
2025-02-05
Do not trigger `[size_of_in_element_count]` for `u8` (#14011)
Alejandra González
-5
/
+5
2025-02-05
Update version for unneeded_struct_pattern (#14031)
Alex Macleod
-1
/
+1
2025-02-05
Uniformly handle HIR literals in visitors and lints
Oli Scherer
-21
/
+17
2025-02-05
Correct version of `doc_overindented_list_items`
Yutaro Ohno
-1
/
+1
[prev]
[next]