rust/src/librustc_save_analysis
bors e77d86c142 Auto merge of #36132 - nrc:save-std, r=@eddyb
Add --Zsave-analysis-api

This is a save-analysis variation which can be used with libraries distributed without their source (e.g., libstd). It will allow IDEs and other tools to get info about types and create URLs to docs and source, without the unnecessary clutter of internal-only save-analysis info. I'm sure we'll iterate somewhat on the design, but this is a first draft.
2016-09-04 02:40:31 -07:00
..
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
csv_dumper.rs Fixed missing comma in the csv dumper. 2016-07-25 11:46:59 +02:00
data.rs save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
dump.rs save-analysis: attempt number 2 at a JSON version 2016-05-11 13:50:23 -07:00
dump_visitor.rs Auto merge of #36132 - nrc:save-std, r=@eddyb 2016-09-04 02:40:31 -07:00
external_data.rs save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
json_api_dumper.rs save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
json_dumper.rs save-analysis: add a decl_id for methods 2016-06-16 11:28:39 +01:00
lib.rs Auto merge of #36132 - nrc:save-std, r=@eddyb 2016-09-04 02:40:31 -07:00
span_utils.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00