summary refs log tree commit diff
path: root/src/librustc_metadata/tydecode.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-16/+16
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-3/+3
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-2/+2
2016-03-24remove ErasedRegions from substitutionsNiko Matsakis-12/+1
2016-03-09Track fn type and lifetime parameters in TyFnDef.Eduard Burtescu-1/+2
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-2/+2
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-4/+4
2016-01-07Refactor away extension traits RegionEscape and HasTypeFlagsJeffrey Seyfried-1/+1
2015-12-28Use a more efficient encoding for opaque data in RBML.Michael Woerister-3/+5
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-2/+0
2015-12-16Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakisbors-0/+11
2015-12-15Ensure borrows of fn/closure params do not outlive invocations.Felix S. Klock II-0/+11
2015-12-09Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakisbors-0/+4
2015-12-09Add scoped thread-local encoding and decoding contexts to cstore.Michael Woerister-0/+4
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+711