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] Beta next #40401

Merged
merged 9 commits into from
Mar 10, 2017
Merged

[beta] Beta next #40401

merged 9 commits into from
Mar 10, 2017

Commits on Mar 9, 2017

  1. Release notes for 1.16

    brson committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    91c8162 View commit details
    Browse the repository at this point in the history
  2. Fix ICE: don't use struct_variant on enums

    Fix rust-lang#40221 and add unittest.
    estebank authored and brson committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    3f45364 View commit details
    Browse the repository at this point in the history
  3. Fix const expression macro invocations.

    jseyfried authored and brson committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    636299a View commit details
    Browse the repository at this point in the history
  4. trans: don't ICE when trying to create ADT trans-items

    ADTs are translated in-place from rustc_trans::callee, so no trans-items
    are needed.
    
    This fix will be superseded by the shimmir branch, but I prefer not to
    backport that to beta.
    
    Fixes rust-lang#39823.
    arielb1 authored and brson committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    d735d95 View commit details
    Browse the repository at this point in the history
  5. Bump prerelease version

    brson committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    64a3b62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46928b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0a352d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Fix rust-lang#39390 on beta.

    jseyfried authored and brson committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    eac7c8e View commit details
    Browse the repository at this point in the history
  2. Enable builds against prs

    brson committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    5599636 View commit details
    Browse the repository at this point in the history