Skip to content

Rollup of 22 pull requests #44369

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 64 commits into from

Conversation

Xaeroxe and others added 30 commits August 26, 2017 10:21
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.
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
…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)
@rust-highfive
Copy link
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@Mark-Simulacrum
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Collaborator

bors commented Sep 6, 2017

📌 Commit ab729fb has been approved by Mark-Simulacrum

@bors
Copy link
Collaborator

bors commented Sep 6, 2017

⌛ Testing commit ab729fb with merge 89b0c8a0846df7fdfade069672e17fc432568037...

@bors
Copy link
Collaborator

bors commented Sep 6, 2017

💔 Test failed - status-travis

@kennytm
Copy link
Member

kennytm commented Sep 6, 2017

@bors retry

@bors
Copy link
Collaborator

bors commented Sep 6, 2017

⌛ Testing commit ab729fb with merge 78410da3239f37135c942fb1f96cadb46b5543d1...

@alexcrichton 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
@bors
Copy link
Collaborator

bors commented Sep 6, 2017

💔 Test failed - status-travis

@Mark-Simulacrum
Copy link
Member Author

Diagnosed and noted on #44220.

@Mark-Simulacrum Mark-Simulacrum deleted the rollup branch September 7, 2017 00:26
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
# for free to join this conversation on GitHub. Already have an account? # 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.