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

[beta] backports #73766

Merged
merged 11 commits into from
Jun 27, 2020
Merged

[beta] backports #73766

merged 11 commits into from
Jun 27, 2020

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    b24aa7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c032e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    746120a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee3e7ed View commit details
    Browse the repository at this point in the history
  5. Disable the SimplifyArmIdentity pass on beta

    This pass is buggy so I'm disabling it to fix a stable-to-beta
    regression.
    
    Related to rust-lang#73223
    wesleywiser authored and Mark-Simulacrum committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    483608a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3375b67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dad616 View commit details
    Browse the repository at this point in the history
  8. Add -O compile flag to test

    Amanieu authored and Mark-Simulacrum committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    16e70bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    228ab47 View commit details
    Browse the repository at this point in the history
  10. Ensure stack when building MIR for matches

    In particular matching on complex types such as strings will cause
    deep recursion to happen.
    
    Fixes rust-lang#72933
    nagisa authored and Mark-Simulacrum committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b6e6c0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e8d53f View commit details
    Browse the repository at this point in the history