Skip to content

Rollup of 12 pull requests #34102

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

Merged
merged 21 commits into from
Jun 6, 2016
Merged

Rollup of 12 pull requests #34102

merged 21 commits into from
Jun 6, 2016

Conversation

@rust-highfive
Copy link
Contributor

r? @pnkfelix

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

@eddyb
Copy link
Member Author

eddyb commented Jun 5, 2016

@bors r+ p=10

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

📌 Commit ae7e95a has been approved by eddyb

@eddyb
Copy link
Member Author

eddyb commented Jun 5, 2016

@bors force

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

⌛ Testing commit ae7e95a with merge 750f01e...

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

💔 Test failed - auto-linux-64-opt

@eddyb
Copy link
Member Author

eddyb commented Jun 5, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

📌 Commit 6e12e03 has been approved by eddyb

@eddyb
Copy link
Member Author

eddyb commented Jun 5, 2016

@bors force

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

⌛ Testing commit 6e12e03 with merge b134b9d...

@bors
Copy link
Collaborator

bors commented Jun 5, 2016

💔 Test failed - auto-linux-64-opt-rustbuild

eddyb added 4 commits June 6, 2016 06:48
Makefile.in: dont use unnecessary escapes in echo

I don't know if `echo` allows escapes without `-e` on other systems, but on a GNU userland this outputs literal `\n` on the terminal. In this case there's an easy way to write this without escapes anyway.

r? @GuillaumeGomez
…meGomez

add explanation for E0429 (`self` use declaration must use brace syntax)

This is an item under rust-lang#32777.

r? @GuillaumeGomez
…r=steveklabnik

Correct issue number in test
eddyb added 6 commits June 6, 2016 06:48
Unsupport wget

wget support was removed in rust-lang#32942 (search for wget in diff), but configure wasn't updated. wget support was introduced in rust-lang#7498 for Windows, but we now use PowerShell on Windows.
…build-script, r=alexcrichton

No build.rs for libcore

I did a grep and there are no longer any mention of "rustbuild" in core, in `cfg`s or otherwise.
rustdoc: Fix a few missing colors in the CSS

This adds color to some of the search results and sidebar items which were missing.
@eddyb
Copy link
Member Author

eddyb commented Jun 6, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 6, 2016

📌 Commit 61eeffa has been approved by eddyb

@eddyb
Copy link
Member Author

eddyb commented Jun 6, 2016

All tests have passed but @bors seems to be stuck. Trying to merge manually now.

@eddyb eddyb merged commit 8519139 into rust-lang:master Jun 6, 2016
@eddyb eddyb deleted the rollup branch June 6, 2016 08:02
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.