summary refs log tree commit diff
path: root/src/librustc_save_analysis/external_data.rs
AgeCommit message (Expand)AuthorLines
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-16save-analysis: add a decl_id for methodsNick Cameron-0/+2
2016-06-11save-analysis: some refinements to JSON dataNick Cameron-4/+14
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-7/+21
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-25/+25
2016-05-06Use crate/index pair for def idsNick Cameron-123/+101
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-0/+640