rust/compiler/rustc_middle/src/ty
2021-06-01 17:00:44 -07: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 Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
query Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 2021-06-01 20:09:03 +00:00
_match.rs Add tcx lifetime to Binder 2021-03-31 10:13:57 -04:00
adjustment.rs Add some backticks to the rustc_middle::ty::adjustment::Adjustment docs 2021-05-24 15:47:28 -07:00
adt.rs Moved all Adt* types to adt.rs 2021-03-10 14:32:14 -08:00
assoc.rs resolve conflicts 2021-04-05 22:58:11 +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 Local::new(1) with CAPTURE_STRUCT_LOCAL 2021-05-23 18:36:23 +02:00
codec.rs Track bound vars 2021-03-31 10:15:27 -04:00
consts.rs Update with comments 2021-03-23 17:16:20 +00:00
context.rs Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
diagnostics.rs hir: Preserve used syntax in TyKind::TraitObject 2021-03-18 03:02:32 +03:00
erase_regions.rs Auto merge of #83207 - oli-obk:valtree2, r=lcnr 2021-04-02 10:28:12 +00:00
error.rs Use .name_str() to format primitive types in error messages 2021-05-11 18:12:36 +02: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 Make TypeFoldable::is_global() false when fresh tys/consts are present 2021-05-01 16:58:33 -04:00
fold.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
generics.rs loosen ordering restricts for const_generics_defaults 2021-04-21 15:25:58 +02:00
instance.rs Inline some functions that suddenly show up more in traces 2021-04-01 09:22:12 +00:00
layout.rs const-eval: disallow unwinding across functions that !fn_can_unwind() 2021-05-23 04:20:53 +08:00
list.rs Fix typo 2020-12-23 13:08:15 -08:00
mod.rs Revert "Reduce the amount of untracked state in TyCtxt" 2021-06-01 09:05:22 +02:00
normalize_erasing_regions.rs Auto merge of #83207 - oli-obk:valtree2, r=lcnr 2021-04-02 10:28:12 +00:00
outlives.rs Address comments 2020-10-14 00:17:42 -04:00
relate.rs Use more accurate spans for trait/impl method arg divergence 2021-04-08 10:19:56 -07:00
structural_impls.rs Use more accurate spans for trait/impl method arg divergence 2021-04-08 10:19:56 -07:00
sty.rs Allow raw pointers in SIMD types 2021-06-01 17:00:44 -07:00
subst.rs Fix typo 2021-05-26 19:19:47 +02:00
trait_def.rs Use () for HIR queries. 2021-05-12 13:58:42 +02:00
util.rs add new attribute rustc_insignificant_dtor and a query to check if a type has a significant drop 2021-05-14 22:57:33 -04:00
walk.rs extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00