about summary refs log tree commit diff
path: root/src/librustc_save_analysis/data.rs
AgeCommit message (Expand)AuthorLines
2017-06-16Remove intermediate forms and some other refactoringNick Cameron-421/+0
2017-06-12Use the new signature stuffNick Cameron-33/+8
2017-05-11Ensure we walk the root module of the crateNick Cameron-1/+1
2017-03-15Use out-of-tree rustc serializeNick Cameron-30/+30
2017-03-15Change json dumper (and a few other bits and pieces) to use rls-data rather t...Nick Cameron-8/+2
2017-03-10Export attributes in save-analysis dataJonas Bushart-1/+11
2016-12-22signature info for other items (mods, fns, methods, etc.)Nick Cameron-2/+10
2016-12-22field signaturesNick Cameron-0/+1
2016-12-22save-analysis: add `Signature` info to structsNick Cameron-0/+26
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-2/+2
2016-09-19save-analysis: better 'parent' infoNick Cameron-5/+6
2016-09-07save-analysis: add docs dataNick Cameron-0/+11
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-2/+7
2016-09-01Thread visibility info through save-analysis and filter save-analysis-api on it.Nick Cameron-4/+43
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