about summary refs log tree commit diff
path: root/src/librustc_save_analysis
AgeCommit message (Expand)AuthorLines
2016-05-13save-analysis: make DefIds prettierNick Cameron-25/+42
2016-05-11save-analysis: give better text info in value fieldsNick Cameron-31/+108
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-61/+423
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-6/+6
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-31/+31
2016-05-09Rollup merge of #33370 - aochagavia:dump, r=nrcManish Goregaokar-810/+746
2016-05-06Use crate/index pair for def idsNick Cameron-179/+201
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-838/+752
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-17/+9
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2
2016-04-28Review changes and satisfy make tidyNick Cameron-51/+51
2016-04-26save-analysis-json: lower def idsNick Cameron-62/+63
2016-04-26save-analysis-json: thread through -z optionNick Cameron-12/+57
2016-04-25save-analysis-json: introduce a lowering stepNick Cameron-9/+607
2016-04-25save-analysis: implement JSON dumpsNick Cameron-68/+143
2016-04-25save-analysis: remove dump spans stuffNick Cameron-217/+94
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-20/+20
2016-04-06Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakisManish Goregaokar-24/+21
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-10/+10
2016-04-06Move span into `StructField`Vadim Petrochenkov-5/+5
2016-04-06Get rid of ast::StructFieldKindVadim Petrochenkov-17/+16
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-6/+6
2016-04-06syntax: dismantle ast_util.Eduard Burtescu-2/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-6/+4
2016-03-31librustc_save_analysis: remove duplicate macro defBenjamin Herr-12/+0
2016-03-31librustc_save_analysis: use bug!(), span_bug!()Benjamin Herr-71/+63
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-0/+3623