rust/compiler/rustc_middle/src/ty
Yuki Okushi fa70398d6d
Rollup merge of #83526 - klensy:lazy-too, r=petrochenkov
lazily calls some fns

Replaced some fn's with it's lazy variants.
2021-03-28 01:33:16 +09:00
..
consts update const_eval_resolve 2021-03-20 17:22:24 +01:00
inhabitedness Implement Debug for DefIdForest 2021-01-16 17:56:32 -05:00
print Add query for const_param_default 2021-03-23 17:16:20 +00:00
query lazily calls some fns 2021-03-27 10:20:32 +03:00
_match.rs More rebinds 2020-12-19 04:26:35 -05:00
adjustment.rs New pass to deduplicate blocks 2021-02-21 21:51:54 +01:00
adt.rs Moved all Adt* types to adt.rs 2021-03-10 14:32:14 -08:00
assoc.rs Moved all Assoc* types to assoc.rs. 2021-03-10 14:32:13 -08:00
binding.rs words 2020-11-16 22:42:09 +01:00
cast.rs Use rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the rustc_ast` ones in types 2021-01-18 21:09:23 +01:00
closure.rs Replace closures_captures and upvar_capture with closure_min_captures 2021-03-18 20:45:49 -04:00
codec.rs Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code. 2021-03-25 14:05:00 +01:00
consts.rs Update with comments 2021-03-23 17:16:20 +00:00
context.rs resolve late lifetimes by item 2021-03-24 16:45:41 -04:00
diagnostics.rs hir: Preserve used syntax in TyKind::TraitObject 2021-03-18 03:02:32 +03:00
erase_regions.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
error.rs Fix tests 2021-03-03 11:22:44 +01:00
fast_reject.rs Use rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the rustc_ast` ones in types 2021-01-18 21:09:23 +01:00
flags.rs extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
fold.rs Make functions passed to BoundVarReplacer be optional 2021-03-15 19:00:37 -04:00
generics.rs Update with comments 2021-03-23 17:16:20 +00:00
instance.rs lazily calls some fns 2021-03-27 10:20:32 +03:00
layout.rs Don't compute optimized PointerKind for unoptimized builds 2021-03-21 20:54:42 +01:00
list.rs Fix typo 2020-12-23 13:08:15 -08:00
mod.rs Add query for const_param_default 2021-03-23 17:16:20 +00:00
normalize_erasing_regions.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
outlives.rs Address comments 2020-10-14 00:17:42 -04:00
relate.rs extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
structural_impls.rs extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
sty.rs fix doc comment for `ty::Dynamic 2021-03-26 19:52:09 +01:00
subst.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
trait_def.rs Trait impls are Items, therefore HIR owners. 2021-02-15 19:36:13 +01:00
util.rs Don't consider !Unpin references as noalias 2021-03-21 20:10:53 +01:00
walk.rs extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00