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_utils
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-01-24
add new lint `non_std_lazy_statics`
J-ZhengLi
-1
/
+1
2025-01-23
`visit_x_unambig`
Boxy
-1
/
+1
2025-01-23
The clipper :3c
Boxy
-19
/
+20
2025-01-23
Make `hir::TyKind::TraitObject` use tagged ptr
Boxy
-2
/
+2
2025-01-22
Extract `leaks_droppable_temporary_with_limited_lifetime()`
Samuel Tardieu
-3
/
+20
2025-01-20
New lint: `unnecessary_semicolon` (#14032)
llogiq
-7
/
+7
2025-01-20
Get rid of mir::Const::from_ty_const
Michael Goulet
-5
/
+4
2025-01-19
add a new lint for `repeat().take()` that can be replaced with `repeat_n()` (...
Timo
-2
/
+2
2025-01-19
Apply `unnecessary_semicolon` to Clippy sources
Samuel Tardieu
-7
/
+7
2025-01-18
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-1
/
+1
2025-01-18
Emit `missing_const_for_fn` for `CONST_MUT_REFS`
Thomas Churchman
-4
/
+5
2025-01-18
Handle more cases in `is_normalizable`
Samuel Tardieu
-5
/
+11
2025-01-15
use `repeat_n()` where available
lapla-cogito
-3
/
+2
2025-01-15
add `manual_repeat_n` lint
lapla-cogito
-0
/
+1
2025-01-15
New lint `useless-nonzero-new_unchecked` (#13993)
Manish Goregaokar
-1
/
+1
2025-01-13
New lint `useless-nonzero-new_unchecked`
Samuel Tardieu
-1
/
+1
2025-01-13
Rust 1.81 and later support elision with explicit self types
Samuel Tardieu
-1
/
+1
2025-01-11
migrate `clippy` to the `DenseBitSet` name
Rémy Rakic
-16
/
+16
2025-01-10
New lint: manual_ok_err (#13740)
Alejandra González
-0
/
+11
2025-01-10
New lint: manual_ok_err
Samuel Tardieu
-0
/
+11
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-5
/
+7
2025-01-09
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-6
/
+7
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-4
/
+4
2025-01-08
Exhaustively handle expressions in patterns
Oli Scherer
-29
/
+76
2025-01-07
Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk
Matthias Krüger
-1
/
+5
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-4
/
+4
2025-01-01
Dogfood double_ended_iterator_last
Quentin Santos
-1
/
+1
2025-01-01
Revert "Dogfood double_ended_iterator_last"
Quentin Santos
-1
/
+1
2025-01-01
Dogfood double_ended_iterator_last
Quentin Santos
-1
/
+1
2024-12-31
cover guard patterns in clippy lints
Max Niederman
-1
/
+5
2024-12-29
Move more def paths into `clippy_utils::paths`
Guillaume Gomez
-0
/
+2
2024-12-27
Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...
Timo
-4
/
+4
2024-12-27
Remove obsolete comment (#13850)
Timo
-1
/
+0
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-4
/
+4
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-71
/
+40
2024-12-26
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-71
/
+40
2024-12-24
Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk
bors
-1
/
+3
2024-12-23
Fix `has_iter_method` documentation
Samuel Tardieu
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+3
2024-12-22
Update clippy
Scott McMurray
-1
/
+1
2024-12-18
Remove obsolete comment
Samuel Tardieu
-1
/
+0
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-6
/
+6
2024-12-16
split attributes
Jonathan Dönszelmann
-1
/
+1
2024-12-16
Do not suggest using `Error` in `no_std` before Rust 1.81 (#13834)
llogiq
-1
/
+1
2024-12-16
Initial impl of `repr_packed_without_abi` (#13398)
Alex Macleod
-0
/
+1
2024-12-16
Do not suggest using `Error` in `no_std` before Rust 1.81
Samuel Tardieu
-1
/
+1
2024-12-15
Initial impl `repr_packed_without_abi`
Lukas Lueg
-0
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-54
/
+54
2024-12-15
Rename `value` field to `expr` to simplify later commits' diffs
Oli Scherer
-2
/
+2
2024-12-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-59
/
+45
[prev]
[next]