summary refs log tree commit diff
path: root/src/test/run-make/save-analysis/Makefile
AgeCommit message (Collapse)AuthorLines
2017-07-24Remove save-analysis-api references from tests and rustbuildNick Cameron-1/+0
2017-06-14Remove CSV format of save-analysis dataNick Cameron-1/+0
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-0/+1
The parent id is used for constructing rustdoc URLs by clients
2016-04-26save-analysis: expand smoke test to cover json and csv formatsNick Cameron-0/+1
2015-10-19Clean whitespaceCarlos Liam-1/+1
Remove leading newlines; replace lines containing only whitespace with empty lines; replace multiple trailing newlines with a single newline; remove trailing whitespace in lines
2015-05-14save-analysis: update the smoke testNick Cameron-1/+4
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+3
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).