| Age | Commit message (Collapse) | Author | Lines |
|
TODO: Should we move `ty::peel_mid_ty_refs_is_mutable` to super module too?
|
|
|
|
|
|
https://github.com/Alexendoo/if-to-let-chain
|
|
|
|
|
|
|
|
in metadata
|
|
|
|
bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata
|
|
|
|
|
|
|
|
|
|
|
|
This commit makes `AdtDef` use `Interned`. Much the commit is tedious
changes to introduce getter functions. The interesting changes are in
`compiler/rustc_middle/src/ty/adt.rs`.
|
|
it ignored regions and constants in adts,
but didn't do so for references or any other types.
This seemed quite weird
|
|
|
|
|
|
|
|
|
|
|
|
|