Skip to content

Rollup of 22 pull requests - #44369

Closed
Mark-Simulacrum wants to merge 64 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup
Closed

Rollup of 22 pull requests#44369
Mark-Simulacrum wants to merge 64 commits into
rust-lang:masterfrom
Mark-Simulacrum:rollup

Conversation

Xaeroxeand 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
Fixesrust-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
Fixesrust-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
…klabnik
Removed the incorrect documentation for from_str
Fixesrust-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 (fixesrust-lang#44307)
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aturon

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

@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Sep 6, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit ab729fb has been approved by Mark-Simulacrum

@bors

bors commented Sep 6, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit ab729fb with merge 89b0c8a0846df7fdfade069672e17fc432568037...

@bors

bors commented Sep 6, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytm

Copy link
Copy Markdown
Member

@bors

bors commented Sep 6, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit ab729fb with merge 78410da3239f37135c942fb1f96cadb46b5543d1...

@alexcrichtonalexcrichton 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

bors commented Sep 6, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

Diagnosed and noted on #44220.

@Mark-Simulacrum
Mark-Simulacrum deleted the rollup branch September 7, 2017 00:26
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: 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.

20 participants

@Mark-Simulacrum@rust-highfive@bors@kennytm@alexcrichton@aturon@Centril@Xaeroxe@MarkMcCaskey@SimonSapin@lu-zero@mattico@jakllsch@Dushistov@est31@nielsegberts@Eh2406@kallisti5@mcomstock@WiSaGaN