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-21
`short_circuit_statement`: handle macros and parenthesis better
Samuel Tardieu
-10
/
+9
2025-01-21
fix: correct suggestion for significant_drop_in_scrutinee in expressions (#14...
Timo
-2
/
+2
2025-01-20
`match_bool`: omit suggestion if guard is present
Samuel Tardieu
-24
/
+27
2025-01-20
New lint: `unnecessary_semicolon` (#14032)
llogiq
-73
/
+139
2025-01-20
`needless_option_take`: add autofix
Samuel Tardieu
-4
/
+14
2025-01-20
Fix out-of-date comment
Samuel Tardieu
-2
/
+1
2025-01-20
`useless_conversion`: use multipart suggestion to make adjustments more visible
Samuel Tardieu
-17
/
+12
2025-01-20
Get rid of mir::Const::from_ty_const
Michael Goulet
-5
/
+2
2025-01-20
auto-fix for redundant_else lint
lapla-cogito
-4
/
+42
2025-01-19
Use clearer multipart suggestions for `unnecessary_map_or` lint (#13998)
Timo
-22
/
+15
2025-01-19
add a new lint for `repeat().take()` that can be replaced with `repeat_n()` (...
Timo
-1
/
+71
2025-01-19
`useless_conversion`: add needed adjustments to suggestion
Samuel Tardieu
-2
/
+20
2025-01-19
Apply `unnecessary_semicolon` to Clippy sources
Samuel Tardieu
-73
/
+73
2025-01-19
New lint: `unnecessary_semicolon`
Samuel Tardieu
-0
/
+66
2025-01-19
Update version for unneeded_struct_pattern
alexey semenyuk
-1
/
+1
2025-01-19
change `literal_string_with_formatting_args` lint category to nursery (#14014)
Alex Macleod
-1
/
+1
2025-01-19
Make `unnecessary_map_or` work with ref and `Deref`
Samuel Tardieu
-1
/
+1
2025-01-19
Use clearer multipart suggestions for `unnecessary_map_or` lint
Samuel Tardieu
-22
/
+15
2025-01-19
chore: change to nursery instead
anatawa12
-1
/
+1
2025-01-18
Fix regression #14007
Guillaume Gomez
-1
/
+5
2025-01-18
Fix typo in `check_clousure` function name
Samuel Tardieu
-4
/
+4
2025-01-17
Update doc wildcard_dependencies (#13810)
llogiq
-0
/
+9
2025-01-18
Update doc wildcard_dependencies
alexey semenyuk
-0
/
+9
2025-01-17
fix: correct suggestion for significant_drop_in_scrutinee in expressions
Vishruth-Thimmaiah
-2
/
+2
2025-01-17
change literal_string_with_formatting_args lint to pedantic
anatawa12
-1
/
+1
2025-01-17
Do not trigger `[size_of_in_element_count]` for `u8`
Samuel Tardieu
-5
/
+5
2025-01-16
[`path_buf_push_overwrite`]: mark suggestion as `MaybeIncorrect`
Samuel Tardieu
-1
/
+1
2025-01-15
Suggest using `Vec::extend()` in `same_item_push`
Samuel Tardieu
-12
/
+24
2025-01-15
Use `is_from_proc_macro` instead of checking if the snippet contains the literal
Guillaume Gomez
-10
/
+5
2025-01-15
Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...
Guillaume Gomez
-1
/
+1
2025-01-15
allowed_through_unstable_modules: support showing a deprecation message when ...
Ralf Jung
-1
/
+1
2025-01-15
use `repeat_n()` where available
lapla-cogito
-1
/
+1
2025-01-15
add `manual_repeat_n` lint
lapla-cogito
-0
/
+70
2025-01-15
New lint `useless-nonzero-new_unchecked` (#13993)
Manish Goregaokar
-0
/
+90
2025-01-14
Rust 1.81 and later support elision with explicit self types (#13992)
Alex Macleod
-14
/
+40
2025-01-14
Suggest `manual_div_ceil` even when right operand is a constant (#13951)
Alejandra González
-0
/
+36
2025-01-14
Address review comments
Samuel Moelius
-1
/
+1
2025-01-14
Add hir::HeaderSafety to make follow up commits simpler
Oli Scherer
-10
/
+10
2025-01-14
Do not look for significant drop inside `.await` expansion (#13985)
dswij
-2
/
+3
2025-01-13
New lint `useless-nonzero-new_unchecked`
Samuel Tardieu
-0
/
+90
2025-01-13
Rust 1.81 and later support elision with explicit self types
Samuel Tardieu
-14
/
+40
2025-01-13
Suggest `manual_div_ceil` even when right operand is a constant
Samuel Tardieu
-0
/
+36
2025-01-13
auto-fix `slow_vector_initialization` in some cases (#13947)
Alejandra González
-1
/
+10
2025-01-13
fix escaping problem in `write_literal` and `print_literal` lint
lapla-cogito
-1
/
+1
2025-01-12
don't suggest to use `cloned` for `Cow` in `unnecessary_to_owned` (#13853)
Timo
-0
/
+3
2025-01-12
Do not trigger `redundant_pub_crate` in external macros (#13952)
Catherine Flores
-0
/
+3
2025-01-12
Do not trigger `redundant_pub_crate` in external macros
Samuel Tardieu
-0
/
+3
2025-01-12
Add new lint `unneeded_struct_pattern` (#13465)
Catherine Flores
-2
/
+81
2025-01-11
Do not look for significant drop inside `.await` expansion
Samuel Tardieu
-2
/
+3
2025-01-11
migrate `clippy` to the `DenseBitSet` name
Rémy Rakic
-2
/
+2
[prev]
[next]