-
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 9 pull requests #41554
Rollup of 9 pull requests #41554
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a42c025 - Browse repository at this point
Copy the full SHA a42c025View commit details
Commits on Apr 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e1afddc - Browse repository at this point
Copy the full SHA e1afddcView commit details
Commits on Apr 24, 2017
-
Step::replace_one should put a one, not a zero (Issue rust-lang#41492)
Turns out all six of these impls are incorrect.
Configuration menu - View commit details
-
Copy full SHA for f8c6436 - Browse repository at this point
Copy the full SHA f8c6436View commit details -
Configuration menu - View commit details
-
Copy full SHA for e482529 - Browse repository at this point
Copy the full SHA e482529View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd880bc - Browse repository at this point
Copy the full SHA bd880bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b10c044 - Browse repository at this point
Copy the full SHA b10c044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d63f13 - Browse repository at this point
Copy the full SHA 0d63f13View commit details
Commits on Apr 25, 2017
-
travis: Update sccache build used
This build is no longer a forked version with temporary bugfixes, everything should be upstreamed!
Configuration menu - View commit details
-
Copy full SHA for 8904ba5 - Browse repository at this point
Copy the full SHA 8904ba5View commit details -
appveyor: Use Ninja/sccache on MSVC
Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
Configuration menu - View commit details
-
Copy full SHA for d75528e - Browse repository at this point
Copy the full SHA d75528eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f97b2a - Browse repository at this point
Copy the full SHA 3f97b2aView commit details -
Add missing struct field index adjustments.
Some accesses in OperandPairs were missing. Fixes rust-lang#41479.
Configuration menu - View commit details
-
Copy full SHA for 72acea0 - Browse repository at this point
Copy the full SHA 72acea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a510e1d - Browse repository at this point
Copy the full SHA a510e1dView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9f96d0a - Browse repository at this point
Copy the full SHA 9f96d0aView commit details -
Update stage0 boostrap compiler
We've got a freshly minted beta compiler, let's update to use that on nightly! This has a few other changes associated with it as well * A bump to the rustc version number (to 1.19.0) * Movement of the `cargo` and `rls` submodules to their "proper" location in `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude` option this can work. * Updates of the `cargo` and `rls` submodules to their master branches. * Tweak to the `src/stage0.txt` format to be more amenable for Cargo version numbers. On the beta channel Cargo will bootstrap from a different version than rustc (e.g. the version numbers are different), so we need different configuration for this. * Addition of `dev` as a readable key in the `src/stage0.txt` format. If present then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead of `static.rust-lang.org`. This is added to accomodate our updated release process with Travis and AppVeyor.
Configuration menu - View commit details
-
Copy full SHA for 345f539 - Browse repository at this point
Copy the full SHA 345f539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e6656 - Browse repository at this point
Copy the full SHA 29e6656View commit details -
Rollup merge of rust-lang#41370 - malbarbo:android-bootstrap, r=alexc…
…richton Add bootstrap support for android
Configuration menu - View commit details
-
Copy full SHA for 1c04ff7 - Browse repository at this point
Copy the full SHA 1c04ff7View commit details -
Rollup merge of rust-lang#41447 - alexcrichton:sccache-everywhere, r=…
…brson appveyor: Use Ninja/sccache on MSVC Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
Configuration menu - View commit details
-
Copy full SHA for 27bbf70 - Browse repository at this point
Copy the full SHA 27bbf70View commit details -
Rollup merge of rust-lang#41456 - jessicah:haiku-support, r=alexcrichton
Haiku: fix initial platform support
Configuration menu - View commit details
-
Copy full SHA for 64eebc9 - Browse repository at this point
Copy the full SHA 64eebc9View commit details -
Rollup merge of rust-lang#41493 - scottmcm:fix-step-replace, r=sfackler
Step::replace_one should put a one, not a zero (Issue rust-lang#41492) Turns out all six of the replace_* impls were backwards.
Configuration menu - View commit details
-
Copy full SHA for 7067002 - Browse repository at this point
Copy the full SHA 7067002View commit details -
Rollup merge of rust-lang#41499 - steveklabnik:gh25164, r=alexcrichton
Address platform-specific behavior in TcpStream::shutdown Fixes rust-lang#25164 r? @rust-lang/libs from the GitHub thread, it seems like documenting this behavior is okay, but I want to make sure that's what you want.
Configuration menu - View commit details
-
Copy full SHA for db07dd1 - Browse repository at this point
Copy the full SHA db07dd1View commit details -
Rollup merge of rust-lang#41501 - GuillaumeGomez:invalid_module_locat…
…ion, r=jseyfried Invalid module location Fixes rust-lang#38110. r? @jseyfried
Configuration menu - View commit details
-
Copy full SHA for 56be42e - Browse repository at this point
Copy the full SHA 56be42eView commit details -
Rollup merge of rust-lang#41529 - bitshifter:issue-41479, r=eddyb
Add missing OperandPair struct field index adjustments. Fixes rust-lang#41479. This is a bug fix for a regression in rust-lang@6d841da.
Configuration menu - View commit details
-
Copy full SHA for e52d9af - Browse repository at this point
Copy the full SHA e52d9afView commit details -
Rollup merge of rust-lang#41544 - alexcrichton:bump-bootstrap, r=brson
Update stage0 boostrap compiler We've got a freshly minted beta compiler, let's update to use that on nightly! This has a few other changes associated with it as well * A bump to the rustc version number (to 1.19.0) * Movement of the `cargo` and `rls` submodules to their "proper" location in `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude` option this can work. * Updates of the `cargo` and `rls` submodules to their master branches. * Tweak to the `src/stage0.txt` format to be more amenable for Cargo version numbers. On the beta channel Cargo will bootstrap from a different version than rustc (e.g. the version numbers are different), so we need different configuration for this. * Addition of `dev` as a readable key in the `src/stage0.txt` format. If present then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead of `static.rust-lang.org`. This is added to accomodate our updated release process with Travis and AppVeyor.
Configuration menu - View commit details
-
Copy full SHA for 382a869 - Browse repository at this point
Copy the full SHA 382a869View commit details -
Rollup merge of rust-lang#41550 - wesleywiser:fix_33287, r=estebank
Add a regression test for ICE rust-lang#33287 Fixes rust-lang#33287
Configuration menu - View commit details
-
Copy full SHA for 60b3247 - Browse repository at this point
Copy the full SHA 60b3247View commit details