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] Rollup backports #52687

Merged
merged 13 commits into from
Jul 26, 2018
Merged

[beta] Rollup backports #52687

merged 13 commits into from
Jul 26, 2018

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    5e53528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c4615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f0c8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75d0a95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6457f62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb6e8f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cca2f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51847e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    425b5f4 View commit details
    Browse the repository at this point in the history
  10. fix beta backport

    pietroalbini committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0c72464 View commit details
    Browse the repository at this point in the history
  11. beta: only true stage0 needs feature(global_allocator)

    We use `#[global_allocator]` for `stage0` builds of libstd, and also
    with `feature = "force_alloc_system"` that's set for a local rebuild,
    where the bootstrap compiler is the same version and otherwise uses the
    `--cfg stage1`.
    
    We only need the unstable `feature(global_allocator)` for a true `stage0`
    being 1.27.  For rebuilds with 1.28, that feature is stable and causes a
    denied warning if it's enabled, so we should avoid it.
    cuviper committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b0f15d3 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#52709 - cuviper:beta-global_allocator, r=al…

    …excrichton
    
    beta: only true stage0 needs feature(global_allocator)
    
    We use `#[global_allocator]` for `stage0` builds of libstd, and also
    with `feature = "force_alloc_system"` that's set for a local rebuild,
    where the bootstrap compiler is the same version and otherwise uses the
    `--cfg stage1`.
    
    We only need the unstable `feature(global_allocator)` for a true `stage0`
    being 1.27.  For rebuilds with 1.28, that feature is stable and causes a
    denied warning if it's enabled, so we should avoid it.
    kennytm committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    bbeca29 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    3fd3221 View commit details
    Browse the repository at this point in the history