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
Age
Commit message (
Expand
)
Author
Lines
2025-08-12
fix `unnecessary_semicolon`: don't lint on stmts with attrs
Ada Alakbarova
-0
/
+2
2025-08-11
Correct `needless_borrow_for_generic_args` doc comment (#15440)
Alejandra González
-1
/
+1
2025-08-10
feat: introduce `path_to_local_with_projections` (#15396)
Timo
-24
/
+6
2025-08-09
fix &str type check in `from_str_radix_10` (#15410)
Samuel Tardieu
-2
/
+2
2025-08-09
`expect_fun_call`: move helper functions out of the main one (#15446)
llogiq
-38
/
+37
2025-08-09
introduce `path_to_local_with_projections`
Ada Alakbarova
-24
/
+6
2025-08-09
[[infinite_loop] fix infinite loop false positive (#15157)
dswij
-5
/
+43
2025-08-09
Do not attempt to compute size of a type with escaping lifetimes (#15434)
Jason Newcomb
-0
/
+3
2025-08-09
`expect_fun_call`: move helper functions out of the main one
Ada Alakbarova
-38
/
+37
2025-08-08
Correct `needless_borrow_for_generic_args` doc comment
Samuel Moelius
-1
/
+1
2025-08-08
misc: use let-chains
Ada Alakbarova
-1
/
+3
2025-08-08
move `crosspointer_transmute` from `complexity` to `suspicious` (#15403)
Samuel Tardieu
-1
/
+1
2025-08-08
`eta_reduction`: don't refer to ADT constructors as "function"s
Ada Alakbarova
-1
/
+5
2025-08-07
fix inf loop
Chengxu Bian
-5
/
+43
2025-08-07
move `crosspointer_transmute` from `complexity` to `suspicious`
Ada Alakbarova
-1
/
+1
2025-08-07
Reuse previous `Vec` allocation in loop (#15428)
Alejandra González
-2
/
+2
2025-08-07
Do not attempt to compute size of a type with escaping lifetimes
Samuel Tardieu
-0
/
+3
2025-08-07
Bump Clippy version -> 0.1.91
Philipp Krones
-1
/
+1
2025-08-07
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-502
/
+763
2025-08-07
Reuse previous `Vec` allocation in loop
Samuel Tardieu
-2
/
+2
2025-08-06
Optimize `needless_bool` lint
Samuel Tardieu
-11
/
+10
2025-08-06
Optimize `incompatible_msrv` lint (#15422)
Alejandra González
-13
/
+12
2025-08-06
Optimize `incompatible_msrv` lint
Samuel Tardieu
-13
/
+12
2025-08-06
Fix suggestion for `collapsible_if` and `collapsible_else_if` when the inner ...
llogiq
-2
/
+51
2025-08-05
Do not lint for `wildcard_imports` in external macro (#15413)
Alejandra González
-1
/
+1
2025-08-05
fix &str type check in `from_str_radix_10`
Zihan
-2
/
+2
2025-08-05
Fix `unnecessary_sort_by` lint method consistency in message and suggestion (...
Samuel Tardieu
-36
/
+42
2025-08-05
fix: unnecessary_sort_by lint method consistency in message and suggestion
Huterenok
-36
/
+42
2025-08-05
Move `cognitive_complexity` lint from `nursery` to `restriction`
Samuel Tardieu
-1
/
+1
2025-08-05
Do not lint for `wildcard_imports` in external macro
Samuel Tardieu
-1
/
+1
2025-08-04
Split `possible_missing_else` from `suspicious_else_formatting` (#15317)
Alejandra González
-1
/
+28
2025-08-04
Remove rogue comma from infallible_try_from lint message
Fayti1703
-1
/
+1
2025-08-04
Changelog for Clippy 1.89 🌽 (#15375)
Philipp Krones
-6
/
+6
2025-08-04
Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii
Stuart Cook
-1
/
+1
2025-08-04
clean-up `semicolon_inside_block`
Ada Alakbarova
-24
/
+12
2025-08-03
don't allocate a `Vec` in an `Iterator::chain`
Ada Alakbarova
-1
/
+1
2025-08-03
fix option-if-let-else lint (#15394)
Jason Newcomb
-4
/
+5
2025-08-03
Simplify boolean expression in `manual_assert` (#15368)
Jason Newcomb
-11
/
+5
2025-08-02
fix: `option_if_let_else` don't suggest argless function for Result::map_or_else
Zihan
-3
/
+3
2025-08-02
fix: `option_if_let_else` keep deref op if the inner expr is a raw pointer
Zihan
-1
/
+2
2025-08-02
Extend `implicit_clone` to handle `to_string` calls (#14177)
Timo
-146
/
+18
2025-08-02
fix: `let_with_type_underscore` don't eat closing paren in `let (i): _ = 0;` ...
Samuel Tardieu
-2
/
+9
2025-08-02
fix: let_with_type_underscore don't eat closing paren in let (i): _ = 0;
Ada Alakbarova
-2
/
+9
2025-08-02
Optimize broken_links by 99.77%
blyxyas
-38
/
+38
2025-08-01
Do not specialize for `if_chain` any longer (#15362)
dswij
-2
/
+2
2025-07-31
Changelog for Clippy 1.89
Alexey Semenyuk
-6
/
+6
2025-07-31
Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr
Jana Dönszelmann
-22
/
+34
2025-07-31
Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease
Jana Dönszelmann
-8
/
+37
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-22
/
+34
2025-07-31
Deduplicate `IntTy`/`UintTy`/`FloatTy`.
Nicholas Nethercote
-8
/
+37
[next]