Skip to content
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 23 pull requests #44380

Merged
merged 65 commits into from Sep 7, 2017
Merged

Rollup of 23 pull requests #44380

merged 65 commits into from Sep 7, 2017

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
… 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.
Minor documentation improvements for StmtKind

Documentation for Semi and Marco StmtKinds.

Wasn't obvious to me what these were when writing a lint recently.
impl Debug for SplitWhitespace.

This one got missed because `libstd_unicode` doesn't have a `deny(missing_debug_implementations)` like `libstd` and `libcore`. I think that perhaps this lint should check for items exported from other crates too.
rustbook: remove dead test functions

There is no "test" subcommand added to the `clap::App`, so this is all dead code.

Cc @steveklabnik -- your [commit](RalfJung@a076961) introducing this stated the intention of having both commands, but it seems nobody has missed the `test` command since February.
…d, r=GuillaumeGomez

std/time: Give an example to get UNIX_EPOCH in seconds
Improve DefIndex formatting to be more semantic

Fixes rust-lang#44318

r? @eddyb
…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)
…richton

config.toml.example: fix some typos
@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(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
Contributor

bors commented Sep 7, 2017

📌 Commit 6667058 has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Sep 7, 2017

⌛ Testing commit 6667058 with merge 05e3c96...

bors added a commit that referenced this pull request Sep 7, 2017
@aidanhs aidanhs added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Sep 7, 2017
@bors
Copy link
Contributor

bors commented Sep 7, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 05e3c96 to master...

@bors bors merged commit 6667058 into rust-lang:master Sep 7, 2017
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet