summary refs log tree commit diff
path: root/src/librustc/ty/item_path.rs
AgeCommit message (Expand)AuthorLines
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-1/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-1/+1
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-10/+10
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-33/+43
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-0/+5
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-30Add method `visible_item_path` to `CStore`Jeffrey Seyfried-1/+43
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+317