about summary refs log tree commit diff
path: root/src/librustc_save_analysis/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-2/+2
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-2/+2
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-57/+54
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-4/+2
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2
2016-04-25save-analysis: implement JSON dumpsNick Cameron-4/+7
2016-04-25save-analysis: remove dump spans stuffNick Cameron-48/+48
2016-04-25Rollup merge of #33041 - petrochenkov:path, r=nrc,ManishearthManish Goregaokar-2/+2
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-2/+2
2016-04-24thread tighter span for closures aroundNiko Matsakis-1/+1
2016-04-20debugging, misc fixesNick Cameron-13/+10
2016-04-06Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakisManish Goregaokar-7/+7
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-4/+4
2016-04-06Move span into `StructField`Vadim Petrochenkov-2/+2
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-31librustc_save_analysis: use bug!(), span_bug!()Benjamin Herr-29/+26
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-0/+1389