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 #41899

Merged
merged 5 commits into from
May 11, 2017
Merged

[beta] backports #41899

merged 5 commits into from
May 11, 2017

Commits on May 10, 2017

  1. Try fixing bigendian metadata serialisation

    I compiled this on PPC to check and it seems to work, but not sure whether I didn't mess up
    anything in a major way.
    
    Maybe a good shot at rust-lang#41443
    nagisa authored and brson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    ed2537b View commit details
    Browse the repository at this point in the history
  2. typeck: resolve type vars before calling try_index_step

    `try_index_step` does not resolve type variables by itself and would
    fail otherwise. Also harden the failure path in `confirm` to cause less
    confusing errors.
    arielb1 authored and brson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    9dd9769 View commit details
    Browse the repository at this point in the history
  3. Update release notes for 1.17

    brson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    f8ba587 View commit details
    Browse the repository at this point in the history
  4. Add missing struct field index adjustments.

    Some accesses in OperandPairs were missing. Fixes rust-lang#41479.
    bitshifter authored and brson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    d0d3ae4 View commit details
    Browse the repository at this point in the history
  5. Added test for rust-lang#41479 from @eddyb.

    bitshifter authored and brson committed May 10, 2017
    Configuration menu
    Copy the full SHA
    1fdce3d View commit details
    Browse the repository at this point in the history