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
/
utils
/
author.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-2
/
+2
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-5
/
+0
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-3
/
+3
2025-01-08
Exhaustively handle expressions in patterns
Oli Scherer
-4
/
+25
2024-12-31
cover guard patterns in clippy lints
Max Niederman
-0
/
+6
2024-12-26
Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-12-12
Fix tools
Michael Goulet
-0
/
+3
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-2
/
+5
2024-11-30
Remove hir::ArrayLen, introduce ConstArgKind::Infer
Dominik Stolz
-9
/
+3
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-3
/
+0
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-7
/
+6
2024-07-16
Use `ConstArg` for array lengths
Noah Lev
-7
/
+22
2024-06-13
Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-2
/
+2
2024-05-02
Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-04-17
Rename `BindingAnnotation` to `BindingMode`
Jules Bertholet
-8
/
+8
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-0
/
+2
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-0
/
+5
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2024-02-08
Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup
Philipp Krones
-3
/
+3
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+3
2024-01-17
Add `PatKind::Err`
Lieselotte
-0
/
+1
2024-01-05
Update clippy for hir::Guard removal
Matthew Jasper
-8
/
+2
2023-12-28
Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync
Philipp Krones
-0
/
+1
2023-12-25
Fix clippy's usage of Body's coroutine_kind
Michael Goulet
-4
/
+17
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-1
/
+1
2023-11-04
fix clippy author and failing test
Dinu Blanovschi
-2
/
+7
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-8
/
+4
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-8
/
+10
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-06-26
Support `hir::ExprKind::Become` in clippy
Maybe Waffle
-0
/
+5
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-1
/
+1
2023-05-05
Auto merge of #111255 - flip1995:clippyup, r=Manishearth
bors
-2
/
+2
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-2
/
+2
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+5
2023-04-21
offset_of
DrMeepster
-0
/
+4
2023-04-16
Alloc `hir::Lit` in an arena to remove the destructor from `Expr`
Nilstrieb
-1
/
+1
2023-03-14
Remove box expressions from HIR
clubby789
-5
/
+0
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-1
/
+1
2023-02-25
Make clippy happy
Michael Goulet
-1
/
+1
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-1
/
+1
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-55
/
+62
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
[next]