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

add -Zunpretty=hir-tree #45721

Merged
merged 2 commits into from
Nov 23, 2017
Merged

add -Zunpretty=hir-tree #45721

merged 2 commits into from
Nov 23, 2017

Commits on Nov 2, 2017

  1. add -Zunpretty=hir-tree

    This uses the debug impls to dump the raw HIR. Particularly useful when
    learning how the compiler works.
    nikomatsakis committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    1058c89 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. add a simple test that running with hir-tree doesn't go bonkers

    Akin to the existing expanded test.
    nikomatsakis committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    61f31fd View commit details
    Browse the repository at this point in the history