]> git.lizzy.rs Git - rust.git/commit
save-analysis-json: thread through -z option
authorNick Cameron <ncameron@mozilla.com>
Mon, 25 Apr 2016 22:14:44 +0000 (10:14 +1200)
committerNick Cameron <ncameron@mozilla.com>
Mon, 25 Apr 2016 22:14:44 +0000 (10:14 +1200)
commit5065f0c2a2a37ad160268a214523f45402502be2
treea9df057d80f211af3f06930ba8b16069ecd3437b
parent91b5ed5ce38e3833e985c2cf023e1902891f30e2
save-analysis-json: thread through -z option

In fact, we make JSOn the default and add an option for save-analysis-csv for the legacy behaviour.

We also rename some bits and pieces `dxr` -> `save-analysis`
src/librustc/session/config.rs
src/librustc_driver/driver.rs
src/librustc_driver/lib.rs
src/librustc_save_analysis/json_dumper.rs
src/librustc_save_analysis/lib.rs