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_lints
/
src
/
loops
Age
Commit message (
Expand
)
Author
Lines
2025-03-10
make `never_loop` applicability more flexible
lapla-cogito
-4
/
+21
2025-02-20
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-2
/
+10
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-6
/
+6
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-2
/
+2
2025-02-11
add index checks for the slice in `manual_slice_fill`
lapla-cogito
-1
/
+6
2025-02-08
add MSRV check for `manual_flatten` (#14086)
dswij
-1
/
+4
2025-02-06
Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...
Philipp Krones
-0
/
+139
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+139
2025-02-03
add `manual_slice_fill` lint
lapla-cogito
-0
/
+139
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-2
/
+1
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-12
/
+24
2025-01-27
add MSRV check for `manual_flatten`
lapla-cogito
-1
/
+4
2025-01-15
Suggest using `Vec::extend()` in `same_item_push`
Samuel Tardieu
-12
/
+24
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2025-01-09
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+5
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-1
/
+1
2024-12-12
Fix tools
Michael Goulet
-1
/
+2
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-2
/
+2
2024-11-30
Eliminate magic numbers from expression precedence
David Tolnay
-2
/
+2
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-4
/
+5
2024-11-26
Rollup merge of #133140 - dtolnay:precedence, r=fmease
Michael Goulet
-1
/
+1
2024-11-19
remove `TypingMode::from_param_env` in clippy
lcnr
-4
/
+4
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-6
/
+6
2024-11-17
Inline ExprPrecedence::order into Expr::precedence
David Tolnay
-1
/
+1
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-7
/
+8
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-49
/
+91
2024-11-04
Remove BorrowKind glob, make names longer
Michael Goulet
-1
/
+1
2024-10-29
Remove region from adjustments
Michael Goulet
-4
/
+4
2024-10-19
Fix tests
Michael Goulet
-3
/
+3
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-11
/
+25
2024-10-05
Handle `clippy` cases of `rustc::potential_query_instability` lint
ismailarilik
-3
/
+3
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-16
/
+12
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-29
/
+29
2024-09-19
[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths
GnomedDev
-7
/
+7
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-2
/
+10
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-25
/
+36
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-30
/
+23
2024-06-27
Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-6
/
+59
2024-05-12
Propagate errors rather than using return_if_err
Michael Goulet
-1
/
+1
2024-05-12
Make LateCtxt be a type info delegate for EUV for clippy
Michael Goulet
-7
/
+3
2024-05-02
Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...
Philipp Krones
-3
/
+4
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-6
/
+6
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-19
/
+16
2024-03-23
Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk
Matthias Krüger
-7
/
+7
2024-03-22
Rename `hir::Node::Local` into `hir::Node::LetStmt`
Guillaume Gomez
-1
/
+1
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-6
/
+6
2024-03-22
And the tools too
Michael Goulet
-3
/
+3
[next]