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
/
matches
Age
Commit message (
Expand
)
Author
Lines
2024-01-05
Update clippy for hir::Guard removal
Matthew Jasper
-75
/
+43
2023-12-28
Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync
Philipp Krones
-43
/
+117
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-21
/
+96
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+3
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-519
/
+460
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-80
/
+64
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-2
/
+1
2023-10-16
fix lint failures in clippy
Arthur Lafrance
-3
/
+3
2023-10-10
Rejig some top-level `rustc_hir_pretty` functions.
Nicholas Nethercote
-1
/
+1
2023-10-06
Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup
Philipp Krones
-4
/
+4
2023-09-25
Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup
Philipp Krones
-36
/
+82
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-2
/
+2
2023-09-13
make the set of methods between our two Const types more consistent
Ralf Jung
-10
/
+2
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-2
/
+2
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-2
/
+8
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-2
/
+2
2023-07-31
Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup
Philipp Krones
-18
/
+275
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-56
/
+69
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-7
/
+7
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-22
/
+51
2023-06-26
Support `hir::ExprKind::Become` in clippy
Maybe Waffle
-0
/
+1
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-16
/
+20
2023-05-20
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Philipp Krones
-81
/
+176
2023-05-16
Remove `LangItems::require`
Nilstrieb
-4
/
+5
2023-05-05
Auto merge of #111255 - flip1995:clippyup, r=Manishearth
bors
-4
/
+7
2023-05-05
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-4
/
+7
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+1
2023-04-23
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
Philipp Krones
-3
/
+3
2023-04-21
offset_of
DrMeepster
-0
/
+1
2023-04-16
Alloc `hir::Lit` in an arena to remove the destructor from `Expr`
Nilstrieb
-1
/
+1
2023-03-24
Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup
Philipp Krones
-65
/
+82
2023-03-14
Remove box expressions from HIR
clubby789
-1
/
+0
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-2
/
+1
2023-02-25
Make clippy happy
Michael Goulet
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-4
/
+9
2023-01-04
get_parent and find_parent
Michael Goulet
-4
/
+3
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-3
/
+3
2022-12-29
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
Philipp Krones
-20
/
+17
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-1
/
+1
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-1
/
+1
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-11
/
+9
2022-11-22
Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995
bors
-9
/
+10
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-9
/
+10
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-7
/
+7
2022-11-18
Rm diagnostic item, use lang item
Deadbeef
-4
/
+4
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-278
/
+581
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-116
/
+110
[next]