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_lints
Age
Commit message (
Expand
)
Author
Lines
2024-10-21
Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr
bors
-9
/
+0
2024-10-20
Rip out old effects var handling code from traits
Michael Goulet
-9
/
+0
2024-10-19
Fix tests
Michael Goulet
-23
/
+19
2024-10-19
Apply review comments + use `shallow_lint_levels_on`
blyxyas
-2
/
+2
2024-10-19
Remove module passes filtering
blyxyas
-36
/
+22
2024-10-19
Follow review comments (optimize the filtering)
blyxyas
-29
/
+97
2024-10-19
Do not run lints that cannot emit
blyxyas
-5
/
+9
2024-10-18
Hotfix TRAIT_METHODS static->const
Philipp Krones
-1
/
+2
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-342
/
+963
2024-10-14
Move trait bound modifiers into hir::PolyTraitRef
Michael Goulet
-20
/
+20
2024-10-12
Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...
Matthias Krüger
-34
/
+32
2024-10-10
Auto merge of #13464 - y21:issue13458, r=flip1995
bors
-1
/
+1
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-20
/
+20
2024-10-05
Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors
bors
-38
/
+13
2024-10-05
Handle `clippy` cases of `rustc::potential_query_instability` lint
ismailarilik
-34
/
+32
2024-10-04
Adapt clippy.
Camille GILLOT
-38
/
+13
2024-10-04
Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay
Jubilee
-1
/
+0
2024-10-03
Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank
Matthias Krüger
-4
/
+4
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-331
/
+647
2024-10-02
Use named fields for OpaqueTyOrigin
Michael Goulet
-1
/
+1
2024-10-02
Remove redundant in_trait from hir::TyKind::OpaqueDef
Michael Goulet
-3
/
+3
2024-09-25
Remove the `control_flow_enum` feature from clippy
Scott McMurray
-1
/
+0
2024-09-25
Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearth
bors
-1236
/
+2989
2024-09-24
Fix tools
Michael Goulet
-7
/
+2
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-1236
/
+2989
2024-09-20
[Clippy] Remove final std paths for diagnostic item
GnomedDev
-6
/
+6
2024-09-19
[Clippy] Swap `open_options` to use diagnostic items instead of paths
GnomedDev
-11
/
+12
2024-09-19
[Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths
GnomedDev
-24
/
+14
2024-09-19
[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...
GnomedDev
-2
/
+1
2024-09-19
[Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea...
GnomedDev
-2
/
+1
2024-09-19
[Clippy] Swap `manual_strip` to use diagnostic items instead of paths
GnomedDev
-5
/
+5
2024-09-19
[Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path
GnomedDev
-2
/
+2
2024-09-19
[Clippy] Swap `instant_subtraction` to use diagnostic item instead of path
GnomedDev
-1
/
+1
2024-09-19
[Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path
GnomedDev
-2
/
+2
2024-09-19
[Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path
GnomedDev
-3
/
+2
2024-09-19
[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths
GnomedDev
-7
/
+7
2024-09-19
[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path
GnomedDev
-6
/
+6
2024-09-19
[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths
GnomedDev
-1
/
+1
2024-09-19
[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...
GnomedDev
-5
/
+5
2024-09-19
[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path
GnomedDev
-2
/
+2
2024-09-19
[Clippy] Swap `redundant_clone` to use diagnostic items instead of paths
GnomedDev
-3
/
+3
2024-09-19
[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...
GnomedDev
-3
/
+3
2024-09-19
[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths
GnomedDev
-12
/
+12
2024-09-19
[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path
GnomedDev
-2
/
+2
2024-09-19
[Clippy] Swap `map_entry` to use diagnostic items instead of paths
GnomedDev
-6
/
+6
2024-09-18
[Clippy] Swap `manual_retain` to use diagnostic items instead of paths
GnomedDev
-17
/
+17
2024-09-14
stabilize `const_extern_fn`
Folkert de Vries
-6
/
+4
2024-09-13
handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONV
Trevor Spiteri
-8
/
+14
2024-09-13
Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lints
Trevor Spiteri
-5
/
+13
2024-09-07
Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay
Matthias Krüger
-13
/
+5
[prev]
[next]