summary refs log tree commit diff
path: root/src/test/run-make/save-analysis
AgeCommit message (Collapse)AuthorLines
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+61
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).