-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 7 pull requests #48912
Commits on Mar 7, 2018
-
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!
Configuration menu - View commit details
-
Copy full SHA for 55a2fdf - Browse repository at this point
Copy the full SHA 55a2fdfView commit details
Commits on Mar 8, 2018
-
bootstrap: pass datadir to rust-installer
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Configuration menu - View commit details
-
Copy full SHA for d14f07e - Browse repository at this point
Copy the full SHA d14f07eView commit details
Commits on Mar 9, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1191510 - Browse repository at this point
Copy the full SHA 1191510View commit details -
All uses are replaced with not accessing run.target/run.host, and instead directly using run.builder.build.build.
Configuration menu - View commit details
-
Copy full SHA for 1c8f3b0 - Browse repository at this point
Copy the full SHA 1c8f3b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8edb36 - Browse repository at this point
Copy the full SHA c8edb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cfc73c - Browse repository at this point
Copy the full SHA 9cfc73cView commit details -
Refactor run_host_only to have the proper effect.
Previously it was set to true when we didn't run HOSTS steps.
Configuration menu - View commit details
-
Copy full SHA for 29a8529 - Browse repository at this point
Copy the full SHA 29a8529View commit details -
Configuration menu - View commit details
-
Copy full SHA for a63bf3b - Browse repository at this point
Copy the full SHA a63bf3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a73d2 - Browse repository at this point
Copy the full SHA c1a73d2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 62a8f7d - Browse repository at this point
Copy the full SHA 62a8f7dView commit details
Commits on Mar 10, 2018
-
Pulls in a redesigned `std::simd` module as well as a replacement for the `is_target_feature_detected!` macro
Configuration menu - View commit details
-
Copy full SHA for 4163c4a - Browse repository at this point
Copy the full SHA 4163c4aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5268fd2 - Browse repository at this point
Copy the full SHA 5268fd2View commit details -
Rollup merge of rust-lang#48549 - alexcrichton:update-cargo, r=Mark-S…
…imulacrum Update Cargo submodule Hopefully a routine update...
Configuration menu - View commit details
-
Copy full SHA for 89147b3 - Browse repository at this point
Copy the full SHA 89147b3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 181424a - Browse repository at this point
Copy the full SHA 181424aView commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for 4f4069d - Browse repository at this point
Copy the full SHA 4f4069dView commit details -
Rollup merge of rust-lang#48877 - GuillaumeGomez:vec-missing-links, r…
…=QuietMisdreavus Add missing urls r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for 29d5b73 - Browse repository at this point
Copy the full SHA 29d5b73View commit details -
Rollup merge of rust-lang#48880 - petrochenkov:badstderr, r=kennytm
tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories
Configuration menu - View commit details
-
Copy full SHA for b5825e3 - Browse repository at this point
Copy the full SHA b5825e3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bf49a3b - Browse repository at this point
Copy the full SHA bf49a3bView commit details