Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump results of analysis phase as CSV (DXR support in Rust) #13222

Merged
merged 1 commit into from
Jun 13, 2014

Commits on Jun 13, 2014

  1. Dump results of analysis phase as CSV

    Adds the option -Zsave-analysis which will dump the results of syntax and type checking into CSV files. These can be interpreted by tools such as DXR to provide semantic information about Rust programs for code search, cross-reference, etc.
    
    Authored by Nick Cameron and Peter Elmers (@pelmers; including enums, type parameters/generics).
    nrc committed Jun 13, 2014
    5 Configuration menu
    Copy the full SHA
    984e9af View commit details
    Browse the repository at this point in the history