summary refs log tree commit diff
path: root/src/librustc_save_analysis/data.rs
AgeCommit message (Expand)AuthorLines
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-16save-analysis: add a decl_id for methodsNick Cameron-0/+1
2016-06-11save-analysis: some refinements to JSON dataNick Cameron-2/+16
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-2/+10
2016-05-09Rollup merge of #33370 - aochagavia:dump, r=nrcManish Goregaokar-87/+1
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-87/+1
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-04-25save-analysis-json: introduce a lowering stepNick Cameron-1/+31
2016-04-25save-analysis: implement JSON dumpsNick Cameron-30/+33
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-03-31librustc_save_analysis: remove duplicate macro defBenjamin Herr-11/+0
2016-03-31librustc_save_analysis: use bug!(), span_bug!()Benjamin Herr-2/+2
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-0/+394