-
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 22 pull requests #44369
Closed
Closed
Rollup of 22 pull requests #44369
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The full hash is necessary to build the download URL for "alternate" compiler builds. This is a first step for rust-lang/rustup#1099
Avoid unchecked cast from `u64` to `i64`. Use `try_into()` for checked cast. (On Unix, cast to `time_t` instead of `i64`.)
NetBSD doesn't ship with sha256sum. The openssl build will probably try to use perl anyway, so using perl's shasum is reasonable.
Some tar(1) programs—such as NetBSD's—do not automatically decompress.
… instead of writing an empty file.
Moved the examples from split_at_mut to split_at so the example at split_at_mut can just demonstrate mutability.
Add test for rust-lang#22706 Closes rust-lang#22706
Improve DefIndex formatting to be more semantic Fixes rust-lang#44318 r? @eddyb
…d-8c68-1aecbd570fab, r=Mark-Simulacrum Fix extended bootstrap issues with OpenSSL on NetBSD build hosts
…4-9c5f-2415136e6bdc, r=Mark-Simulacrum bootstrap: only include docs in extended distribution if enabled Fixes rust-lang#44163
Make slice::split_at_mut example demonstrate mutability Moved the examples from split_at_mut to split_at so the example at split_at_mut can just demonstrate mutability. See rust-lang#44314 r? @steveklabnik
rust-lang#33490 is closed remove the FIXME let's see if this can be cleaned up. rust-lang#33490 (comment)
rust-lang#12808 is closed remove the FIXME let's see if this can be cleaned up. rust-lang#12808 (comment)
…klabnik Removed the incorrect documentation for from_str Fixes rust-lang#44242.
Fix link typo in 1.20.0 release notes Should have been included in rust-lang#44230
More PowerPC Altivec intrinsics
…acrum Include rustc in the default `./x.py install` The default install used to include rustc, rust-std, and rust-docs, but the refactoring in commit 6b3413d make rustc only default in extended builds. This commit makes rustc installed by default again.
…6-8c55-7bce6c4a4ebf, r=Mark-Simulacrum bootstrap: openssl for NetBSD/sparc64 in extended build r? @Mark-Simulacrum
Suggest changing literals instead of calling methods (fixes rust-lang#44307)
Fix a bug in the inliner r? @eddyb
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=10 |
📌 Commit ab729fb has been approved by |
⌛ Testing commit ab729fb with merge 89b0c8a0846df7fdfade069672e17fc432568037... |
💔 Test failed - status-travis |
@bors retry
|
⌛ Testing commit ab729fb with merge 78410da3239f37135c942fb1f96cadb46b5543d1... |
alexcrichton
added
the
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
label
Sep 6, 2017
💔 Test failed - status-travis |
Diagnosed and noted on #44220. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
./x.py install
#44353, bootstrap: openssl for NetBSD/sparc64 in extended build #44354, Suggest changing literals instead of calling methods (fixes #44307) #44361, Fix a bug in the inliner #44362