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

Try to fix 48116 and 48192 #48209

Merged
merged 3 commits into from
Feb 14, 2018
Merged

Try to fix 48116 and 48192 #48209

merged 3 commits into from
Feb 14, 2018

Commits on Feb 13, 2018

  1. Improve debuggability of rust-lang#48116.

    1. When the invalid condition is hit, write out the relevant variables too
    2. In compile-fail/parse-fail tests, check for ICE first, so the invalid
       error patterns won't mask our ICE output.
    kennytm committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    7984c89 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Partially revert rust-lang#47333.

    Removed the `assume()` which we assumed is the cause of misoptimization in
    issue rust-lang#48116.
    kennytm committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    ec36e7e View commit details
    Browse the repository at this point in the history
  2. Revert "rustbuild: Pass ccache to build scripts"

    This reverts commit 64a8730.
    alexcrichton authored and kennytm committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    e0da990 View commit details
    Browse the repository at this point in the history