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
Age
Commit message (
Expand
)
Author
Lines
2025-05-31
Bump nightly version -> 2025-05-31
Philipp Krones
-1
/
+1
2025-05-31
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-10
/
+13
2025-05-29
Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead
Jacob Pratt
-4
/
+4
2025-05-29
Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr
Jacob Pratt
-3
/
+1
2025-05-28
Use `builin_index` instead of hand-rolling it
Oli Scherer
-3
/
+1
2025-05-28
Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.
Nicholas Nethercote
-4
/
+4
2025-05-27
Rename unpack to kind
Michael Goulet
-8
/
+8
2025-05-26
Consider consts in patterns as refutable (#14887)
Timo
-6
/
+8
2025-05-24
Consider consts in patterns as refutable
Alex Macleod
-6
/
+8
2025-05-25
fix: `assign_op_pattern` FP on unstable const trait
yanglsh
-1
/
+2
2025-05-23
Properly analyze captures from unsafe binders
Michael Goulet
-0
/
+2
2025-05-21
Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into clippy-subtree-u...
Philipp Krones
-154
/
+357
2025-05-21
Bump nightly version -> 2025-05-21
Philipp Krones
-1
/
+1
2025-05-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-153
/
+356
2025-05-20
Fixes `manual_slice_size_computation` ICE and triggers in `const` context (#1...
Timo
-1
/
+1
2025-05-19
Use symbols instead of `&str` when possible
Samuel Tardieu
-51
/
+205
2025-05-19
Ensure that symbols list stays sorted
Samuel Tardieu
-0
/
+2
2025-05-19
Sort the existing list of symbols
Samuel Tardieu
-48
/
+50
2025-05-19
Add new `useless_concat` lint (#13829)
Samuel Tardieu
-0
/
+1
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-4
/
+6
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-4
/
+6
2025-05-17
Misc changes (#14702)
Timo
-30
/
+64
2025-05-17
clippy_dev: remove the need for markers when bumping the version
Jason Newcomb
-2
/
+0
2025-05-16
Rewrite `non_copy_const` (#13207)
llogiq
-0
/
+11
2025-05-16
`match_same_arms`, `ifs_same_cond`: lint once per same arm/condition (#14637)
Samuel Tardieu
-21
/
+22
2025-05-16
`match_same_arms`, `ifs_same_cond`: lint once per same arm/condition
Alex Macleod
-21
/
+22
2025-05-16
Rewrite `non_copy_const`
Jason Newcomb
-0
/
+11
2025-05-15
Merge commit '0450db33a5d8587f7c1d4b6d233dac963605766b' into clippy-subtree-u...
Philipp Krones
-444
/
+468
2025-05-15
Bump Clippy version -> 0.1.89
Philipp Krones
-1
/
+1
2025-05-15
Bump nightly version -> 2025-05-14
Philipp Krones
-1
/
+1
2025-05-15
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-442
/
+466
2025-05-14
`mem::size_of_val` is const-stable since Rust 1.85
Samuel Tardieu
-1
/
+1
2025-05-14
Improve code and apply suggestions
Guillaume Gomez
-1
/
+1
2025-05-13
Add new lint: `cloned_ref_to_slice_refs` (#14284)
llogiq
-2
/
+2
2025-05-12
add lint `cloned_ref_to_slice_refs`
asdfish
-2
/
+2
2025-05-12
Move `concat` macro path into `clippy_utils::paths`
Guillaume Gomez
-0
/
+1
2025-05-10
Resolve through local re-exports in `lookup_path` (#14772)
dswij
-4
/
+15
2025-05-10
`char::is_digit()` is const-stable only since Rust 1.87
Samuel Tardieu
-1
/
+1
2025-05-09
Resolve through local re-exports in `lookup_path`
Alex Macleod
-4
/
+15
2025-05-07
Require T: TypeFoldable in Binder<T> visit
Michael Goulet
-3
/
+3
2025-05-07
Replace `Symbol::as_str` usage in `match` expressions
Alex Macleod
-0
/
+35
2025-05-06
Actually check for a problematic line comment in `with_leading_whitespace`
Jason Newcomb
-24
/
+62
2025-05-06
Remove redundant work in `trait_ref_of_method`.
Jason Newcomb
-6
/
+2
2025-05-06
Remove some unused `#![feature]`s
Alex Macleod
-3
/
+0
2025-05-06
Gate collapsible_if let_chains lints on edition 2024 and MSRV (#14723)
Samuel Tardieu
-0
/
+1
2025-05-06
Gate collapsible_if let_chains lints on edition 2024 and MSRV
Alex Macleod
-0
/
+1
2025-05-04
Move `lookup_path` and similar into `clippy_utils::paths`
Alex Macleod
-220
/
+225
2025-05-04
Replace str path utils with new `PathLookup` type
Alex Macleod
-306
/
+327
2025-05-02
fix: `manual_slice_fill` FP on `IndexMut` overload (#14719)
Manish Goregaokar
-0
/
+7
2025-05-02
fix: `manual_slice_fill` FP on `IndexMut` overload
yanglsh
-0
/
+7
[next]