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
Age
Commit message (
Expand
)
Author
Lines
2024-09-19
[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...
GnomedDev
-4
/
+1
2024-09-19
[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...
GnomedDev
-3
/
+1
2024-09-19
[Clippy] Swap `manual_strip` to use diagnostic items instead of paths
GnomedDev
-8
/
+5
2024-09-19
[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path
GnomedDev
-3
/
+2
2024-09-19
[Clippy] Swap `instant_subtraction` to use diagnostic item instead of path
GnomedDev
-2
/
+1
2024-09-19
[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path
GnomedDev
-3
/
+2
2024-09-19
[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path
GnomedDev
-4
/
+2
2024-09-19
[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths
GnomedDev
-11
/
+7
2024-09-19
[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path
GnomedDev
-7
/
+6
2024-09-19
[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths
GnomedDev
-8
/
+5
2024-09-19
[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...
GnomedDev
-7
/
+5
2024-09-19
[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path
GnomedDev
-3
/
+2
2024-09-19
[Clippy] Swap `redundant_clone` to use diagnostic items instead of paths
GnomedDev
-5
/
+3
2024-09-19
[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...
GnomedDev
-5
/
+3
2024-09-19
[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths
GnomedDev
-19
/
+12
2024-09-19
[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path
GnomedDev
-3
/
+2
2024-09-19
[Clippy] Swap `map_entry` to use diagnostic items instead of paths
GnomedDev
-10
/
+6
2024-09-18
[Clippy] Swap `manual_retain` to use diagnostic items instead of paths
GnomedDev
-26
/
+17
2024-09-15
Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot
Matthias Krüger
-1
/
+9
2024-09-15
stabilize const_mut_refs
Ralf Jung
-31
/
+29
2024-09-14
stabilize `const_extern_fn`
Folkert de Vries
-122
/
+111
2024-09-14
Fix lint levels not getting overridden by attrs on `Stmt` nodes
Gurinder Singh
-1
/
+9
2024-09-13
handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONV
Trevor Spiteri
-9
/
+16
2024-09-13
Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lints
Trevor Spiteri
-5
/
+13
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-92
/
+122
2024-09-11
Remove unused functions from ast CoroutineKind
Michael Goulet
-1
/
+11
2024-09-07
Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay
Matthias Krüger
-46
/
+186
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-13
/
+11
2024-09-01
stabilize const_float_bits_conv
Ralf Jung
-46
/
+186
2024-09-01
Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot
Matthias Krüger
-2
/
+22
2024-08-31
elided_named_lifetimes: bless & add tests
Pavel Grigorenko
-2
/
+22
2024-08-29
Stop using ty::GenericPredicates for non-predicates_of queries
Michael Goulet
-4
/
+3
2024-08-25
Auto merge of #129531 - Jarcho:clippyup, r=Manishearth
bors
-2961
/
+3044
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-2961
/
+3044
2024-08-24
Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot
Matthias Krüger
-1
/
+1
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-08-22
stabilize const_fn_floating_point_arithmetic
Ralf Jung
-35
/
+29
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-08-15
Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino
Matthias Krüger
-2
/
+2
2024-08-14
Use `impl PartialEq<TokenKind> for Token` more.
Nicholas Nethercote
-2
/
+2
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-13
/
+13
2024-08-12
Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm
bors
-5
/
+4
2024-08-11
Link `std` statically in `rustc_driver`
John Kåre Alsaker
-0
/
+6
2024-08-10
Fixes in various places
Nadrieril
-4
/
+5
2024-08-09
Paper over the clippy ICE
Ben Kimock
-5
/
+4
2024-08-09
Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr
bors
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-13
/
+13
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-4012
/
+5572
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-1
/
+1
2024-08-06
pass the right `ParamEnv` to `might_permit_raw_init_strict`
y21
-14
/
+31
[prev]
[next]