rust/compiler/rustc_middle/src/ty
2020-10-06 11:19:33 +01:00
..
consts mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
inhabitedness Change ty.kind to a method 2020-09-04 17:47:51 +02:00
print Separate bounds and predicates for associated/opaque types 2020-10-06 11:19:29 +01:00
query Address review comment 2020-09-25 22:48:44 +01:00
_match.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
adjustment.rs Reduce boilerplate with the matches! macro 2020-09-21 05:28:40 +02:00
binding.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
cast.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
codec.rs support const_evaluatable_checked across crate boundaries 2020-09-18 17:11:34 +02:00
consts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
context.rs Rollup merge of #76995 - LingMan:middle_matches, r=varkor 2020-10-06 16:25:58 +09:00
diagnostics.rs Reduce boilerplate with the matches! macro 2020-09-21 05:28:40 +02:00
erase_regions.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
error.rs Remove trailing space in error message 2020-09-30 11:52:42 -07:00
fast_reject.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
flags.rs Remove def_id field from ParamEnv 2020-09-09 10:14:31 +02:00
fold.rs don't take TyCtxt by reference 2020-09-19 12:41:12 +02:00
instance.rs Rollup merge of #76995 - LingMan:middle_matches, r=varkor 2020-10-06 16:25:58 +09:00
layout.rs Rollup merge of #76995 - LingMan:middle_matches, r=varkor 2020-10-06 16:25:58 +09:00
list.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mod.rs Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebank 2020-10-06 16:26:16 +09:00
normalize_erasing_regions.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
outlives.rs MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap 2020-09-26 14:30:05 -05:00
relate.rs use abstract consts when unifying ConstKind::Unevaluated 2020-09-18 17:11:34 +02:00
steal.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
structural_impls.rs check for cycles when unifying const variables 2020-09-21 12:27:55 +02:00
sty.rs Fix tests from rebase 2020-10-06 11:19:33 +01:00
subst.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
trait_def.rs Fix documentation for TyCtxt::all_impls 2020-09-06 12:10:46 +02:00
util.rs don't take TyCtxt by reference 2020-09-19 12:41:12 +02:00
walk.rs MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap 2020-09-26 14:30:05 -05:00