-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information
Showing
11 changed files
with
2,531 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
984e9af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from brson
at nrc@984e9af
984e9af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging nick29581/rust/dxr4 = 984e9af into auto
984e9af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nick29581/rust/dxr4 = 984e9af merged ok, testing candidate = c119903
984e9af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/6212
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/6211
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/5307
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/5316
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/6309
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/5398
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/5405
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/6312
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/5397
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/5402
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/5463
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/3198
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/6302
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/5413
984e9af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = c119903