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
/
src
/
tools
/
clippy
/
clippy_utils
Age
Commit message (
Expand
)
Author
Lines
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-4
/
+4
2024-09-24
unify dyn* coercions with other pointer coercions
Lukas Markeffsky
-1
/
+1
2024-09-24
Fix tools
Michael Goulet
-7
/
+3
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-188
/
+144
2024-09-21
Fix clippy
Ben Kimock
-1
/
+1
2024-09-20
[Clippy] Remove final std paths for diagnostic item
GnomedDev
-19
/
+12
2024-09-19
Categorise paths in `clippy_utils::paths`
GnomedDev
-13
/
+20
2024-09-19
[Clippy] Swap `open_options` to use diagnostic items instead of paths
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths
GnomedDev
-8
/
+0
2024-09-19
[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `manual_strip` to use diagnostic items instead of paths
GnomedDev
-3
/
+0
2024-09-19
[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `instant_subtraction` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths
GnomedDev
-4
/
+0
2024-09-19
[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths
GnomedDev
-7
/
+4
2024-09-19
[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `redundant_clone` to use diagnostic items instead of paths
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...
GnomedDev
-2
/
+0
2024-09-19
[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths
GnomedDev
-7
/
+0
2024-09-19
[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path
GnomedDev
-1
/
+0
2024-09-19
[Clippy] Swap `map_entry` to use diagnostic items instead of paths
GnomedDev
-4
/
+0
2024-09-18
[Clippy] Swap `manual_retain` to use diagnostic items instead of paths
GnomedDev
-9
/
+0
2024-09-11
Remove unused functions from ast CoroutineKind
Michael Goulet
-1
/
+11
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-2
/
+2
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-107
/
+140
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-3
/
+3
2024-08-10
Fixes in various places
Nadrieril
-0
/
+1
2024-08-09
Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr
bors
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-3
/
+3
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-333
/
+306
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-1
/
+1
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-1
/
+0
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-27
/
+56
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-2
/
+6
2024-07-16
Use `ConstArg` for array lengths
Noah Lev
-9
/
+13
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-5
/
+17
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-35
/
+59
2024-07-08
Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu
bors
-1
/
+1
2024-07-07
Add support for `mir::TerminatorKind::TailCall` in clippy
Maybe Waffle
-1
/
+2
2024-07-07
iter_identity is a better name
Michael Goulet
-1
/
+1
2024-06-28
Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk
Matthias Krüger
-1
/
+1
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+1
2024-06-27
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...
Philipp Krones
-172
/
+388
2024-06-25
RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:
xFrednet
-1
/
+1
[prev]
[next]