summary refs log tree commit diff
path: root/src/librustc/ty/layout.rs
AgeCommit message (Expand)AuthorLines
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-25/+25
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-4/+4
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-2/+2
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-21/+21
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-1/+1
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-2/+2
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-0/+135
2016-04-19Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-8/+961
2016-04-19Parse data-layout specifications.Eduard Burtescu-0/+248