rust/src/librustc_save_analysis
bors 08d920cd4d Auto merge of #42650 - nrc:save-slim, r=eddyb
save-analysis: remove a lot of stuff

This commits us to the JSON format and the more general def/ref style of output, rather than also supporting different data formats for different data structures. This does not affect the RLS at all, but will break any clients of the CSV form - AFAIK there are none (beyond a few of my own toy projects) - DXR stopped working long ago.

r? @eddyb
2017-06-17 04:36:02 +00:00
..
Cargo.toml Update rls-data 2017-06-12 14:14:23 +12:00
dump_visitor.rs Remove intermediate forms and some other refactoring 2017-06-16 12:52:37 +12:00
json_api_dumper.rs Remove intermediate forms and some other refactoring 2017-06-16 12:52:37 +12:00
json_dumper.rs Remove intermediate forms and some other refactoring 2017-06-16 12:52:37 +12:00
lib.rs Auto merge of #42650 - nrc:save-slim, r=eddyb 2017-06-17 04:36:02 +00:00
sig.rs Impl and trait item sigs 2017-06-12 14:14:23 +12:00
span_utils.rs Remove intermediate forms and some other refactoring 2017-06-16 12:52:37 +12:00