]> git.lizzy.rs Git - rust.git/commit
auto merge of #13222 : nick29581/rust/dxr4, r=brson
authorbors <bors@rust-lang.org>
Fri, 13 Jun 2014 09:57:06 +0000 (09:57 +0000)
committerbors <bors@rust-lang.org>
Fri, 13 Jun 2014 09:57:06 +0000 (09:57 +0000)
commitc119903f621a11643d5f299423a2c72eefffec4c
treeff02659ad639ce78a447ef2ce6cea7c9c29b82e8
parent5d9bceb1440b6bb5759bc3c1e5ad2170a199d0ce
parent984e9afae5098192a789dc39d44cec8225067896
auto merge of #13222 : nick29581/rust/dxr4, r=brson

Adds a -Z flag `save-analysis` which runs after the analysis phase of the compiler and saves a bunch of info into a CSV file for the crate. This is designed to work with the DXR code browser, but is frontend-independent, that is this info should be useful for all kinds of code browsers, IDEs, or other tools.

I need to squash commits before landing (there will probably be a fair few to come), please ignore them for now and just comment on the changes.