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
/
use_self.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-06
Skip `use_self` inside macro expansions of a `impl Self` block (#13128)
Alex Macleod
-24
/
+13
2025-02-06
Skip `use_self` inside macro expansion of `impl Self` items
Lzu Tao
-1
/
+13
2025-02-06
Make the "expensive" comment belong to a branch
Lzu Tao
-1
/
+1
2025-02-06
Use `clippy_utils::ty::ty_from_hir_ty` to avoid ICE
Lzu Tao
-25
/
+2
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-2
/
+2
2025-01-23
`visit_x_unambig`
Boxy
-1
/
+1
2025-01-23
The clipper :3c
Boxy
-11
/
+14
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-10-04
Adapt clippy.
Camille GILLOT
-8
/
+2
2024-10-03
Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-1
/
+1
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-1
/
+1
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-2
/
+2
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-7
/
+46
2024-01-18
Don't forget that the lifetime on hir types is `'tcx`
Oli Scherer
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-17
rename bound region instantiation
lcnr
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-102
/
+102
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-3
/
+3
2023-10-21
Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup
Philipp Krones
-2
/
+1
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-6
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+5
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-2
/
+2
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-2
/
+3
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-4
/
+11
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-3
/
+3
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-3
/
+3
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-2
/
+2
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-7
/
+7
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-24
/
+15
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-1
/
+1
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-2
/
+7
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-21
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
David Koloski
-5
/
+3
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-5
/
+13
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-3
/
+3
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-1
/
+1
2022-04-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-2
/
+2
2022-03-14
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
flip1995
-1
/
+18
2022-02-12
change to a struct variant
Ellen
-2
/
+2
2022-01-23
Update clippy
Vadim Petrochenkov
-1
/
+1
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-8
/
+1
[next]