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

Rollup of 7 pull requests #48912

Closed
wants to merge 18 commits into from

Commits on Mar 7, 2018

  1. travis: Upgrade OSX builders

    This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as
    opposed to the 2 that our builders currently have. Should help make those OSX
    builds a bit speedier!
    alexcrichton committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    55a2fdf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. bootstrap: pass datadir to rust-installer

    Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
    Keruspe committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    d14f07e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Remove ONLY_BUILD_TARGETS.

    All cases where it is used can be replaced by substituing run.host for
    run.builder.build.build; that is its only effect. As such, it is
    removable.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    1191510 View commit details
    Browse the repository at this point in the history
  2. Remove ONLY_BUILD.

    All uses are replaced with not accessing run.target/run.host, and
    instead directly using run.builder.build.build.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    1c8f3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8edb36 View commit details
    Browse the repository at this point in the history
  4. Deny warnings

    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9cfc73c View commit details
    Browse the repository at this point in the history
  5. Refactor run_host_only to have the proper effect.

    Previously it was set to true when we didn't run HOSTS steps.
    Mark-Simulacrum committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    29a8529 View commit details
    Browse the repository at this point in the history
  6. Add missing urls

    GuillaumeGomez committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a63bf3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1a73d2 View commit details
    Browse the repository at this point in the history
  8. Update Cargo submodule

    Required moving all fulldeps tests depending on `rand` to different locations as
    now there's multiple `rand` crates that can't be implicitly linked against.
    alexcrichton committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    62a8f7d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Update stdsimd module

    Pulls in a redesigned `std::simd` module as well as a replacement for the
    `is_target_feature_detected!` macro
    alexcrichton committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    4163c4a View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#48295 - Keruspe:master, r=alexcrichton

    rustbuild: pass datadir to rust-installer
    
    This fixes zsh completion install when $datadir != $prefix/share
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    5268fd2 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#48549 - alexcrichton:update-cargo, r=Mark-S…

    …imulacrum
    
    Update Cargo submodule
    
    Hopefully a routine update...
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    89147b3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#48599 - Mark-Simulacrum:rustbuild-updates-s…

    …tep-1, r=alexcrichton
    
    Remove ONLY_BUILD and ONLY_BUILD_TARGETS
    
    Primarily removes `ONLY_BUILD` and `ONLY_BUILD_TARGETS`. These aren't actually needed in the new system since we can simply not take the relevant `host` and `target` fields if we don't want to run with them in `Step::make_run`.
    
    This PR also includes a few other commits which generally clean up the state of rustbuild, but are not related to the `Step` changes.
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    181424a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#48799 - alexcrichton:more-osx-cores, r=Mark…

    …-Simulacrum
    
    travis: Upgrade OSX builders
    
    This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as
    opposed to the 2 that our builders currently have. Should help make those OSX
    builds a bit speedier!
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    4f4069d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#48877 - GuillaumeGomez:vec-missing-links, r…

    …=QuietMisdreavus
    
    Add missing urls
    
    r? @QuietMisdreavus
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    29d5b73 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#48880 - petrochenkov:badstderr, r=kennytm

    tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    b5825e3 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#48887 - alexcrichton:update-stdsimd, r=kennytm

    Update stdsimd module
    
    Pulls in a redesigned `std::simd` module as well as a replacement for the
    `is_target_feature_detected!` macro
    Mark-Simulacrum committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    bf49a3b View commit details
    Browse the repository at this point in the history