Kyle Matsuda
|
c183110cc2
|
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
|
2023-02-16 17:05:56 -07:00 |
|
Kyle Matsuda
|
d822b97a27
|
change usages of type_of to bound_type_of
|
2023-02-16 17:01:52 -07:00 |
|
Camille GILLOT
|
03dff82d59
|
Add of_trait to DefKind::Impl.
|
2023-02-14 19:55:44 +00:00 |
|
Kyle Matsuda
|
a969c194d8
|
fix up subst_identity vs skip_binder; add some FIXMEs as identified in review
|
2023-01-26 20:28:31 -07:00 |
|
Kyle Matsuda
|
c2414dfaa4
|
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata
|
2023-01-26 20:28:25 -07:00 |
|
Kyle Matsuda
|
e982971ff2
|
replace usages of fn_sig query with bound_fn_sig
|
2023-01-26 20:15:36 -07:00 |
|
Kyle Matsuda
|
6e969ea85e
|
fix various subst_identity vs skip_binder
|
2023-01-14 00:30:03 -07:00 |
|
Kyle Matsuda
|
f29a334c90
|
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata
|
2023-01-14 00:29:56 -07:00 |
|
Kyle Matsuda
|
be130b57d4
|
change usages of impl_trait_ref to bound_impl_trait_ref
|
2023-01-14 00:23:32 -07:00 |
|
Jeremy Stucki
|
3dde32ca97
|
rustc: Remove needless lifetimes
|
2022-12-20 22:10:40 +01:00 |
|
Michael Goulet
|
78b962a4f3
|
RPITIT placeholder items
|
2022-09-09 01:31:44 +00:00 |
|
lcnr
|
4fe666ee64
|
implied_bounds: clarify our assumptions
|
2022-08-17 12:22:32 +02:00 |
|