summary refs log tree commit diff
path: root/src/librustc_save_analysis/json_api_dumper.rs
AgeCommit message (Expand)AuthorLines
2017-03-15Move the API json dumper to use rls-data tooNick Cameron-313/+146
2017-03-15Change json dumper (and a few other bits and pieces) to use rls-data rather t...Nick Cameron-0/+2
2017-02-13save-analysis: emit info about impls and super-traits in JSONNick Cameron-0/+47
2016-12-22save-analysis signature stuff for json-api flavour.Nick Cameron-8/+8
2016-12-22further lowering of signature dataNick Cameron-4/+45
2016-12-22field signaturesNick Cameron-1/+1
2016-12-22save-analysis: add `Signature` info to structsNick Cameron-0/+12
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-1/+1
2016-09-07save-analysis: add a `kind` tag to JSON dumpsNick Cameron-0/+10
2016-09-07save-analysis: add docs dataNick Cameron-0/+12
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-6/+13
2016-09-01Thread visibility info through save-analysis and filter save-analysis-api on it.Nick Cameron-99/+129
2016-09-01JsonApiDumperNick Cameron-0/+356