summary refs log tree commit diff
path: root/src/librustc_metadata/tls_context.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-2/+2
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-1/+1
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-4/+4
2015-12-28Use a more efficient encoding for opaque data in RBML.Michael Woerister-19/+12
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-09Add scoped thread-local encoding and decoding contexts to cstore.Michael Woerister-0/+109