Skip to content

Rollup of 12 pull requests - #34102

Merged
eddyb merged 21 commits into
rust-lang:masterfrom
eddyb:rollup
Jun 6, 2016
Merged

Rollup of 12 pull requests#34102
eddyb merged 21 commits into
rust-lang:masterfrom
eddyb:rollup

Conversation

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pnkfelix

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

@eddyb

eddyb commented Jun 5, 2016

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=10

@bors

bors commented Jun 5, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit ae7e95a has been approved by eddyb

@eddyb

eddyb commented Jun 5, 2016

Copy link
Copy Markdown
ContributorAuthor

@bors force

@bors

bors commented Jun 5, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit ae7e95a with merge 750f01e...

@bors

bors commented Jun 5, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-linux-64-opt

@eddyb

eddyb commented Jun 5, 2016

Copy link
Copy Markdown
ContributorAuthor

@bors r+

@bors

bors commented Jun 5, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 6e12e03 has been approved by eddyb

@eddyb

eddyb commented Jun 5, 2016

Copy link
Copy Markdown
ContributorAuthor

@bors force

@bors

bors commented Jun 5, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 6e12e03 with merge b134b9d...

@bors

bors commented Jun 5, 2016

Copy link
Copy Markdown
Collaborator

💔 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
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

eddyb commented Jun 6, 2016

Copy link
Copy Markdown
ContributorAuthor

@bors r+

@bors

bors commented Jun 6, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 61eeffa has been approved by eddyb

@eddyb

eddyb commented Jun 6, 2016

Copy link
Copy Markdown
ContributorAuthor

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

@eddyb
eddyb merged commit 8519139 into rust-lang:masterJun 6, 2016
@eddyb
eddyb deleted the rollup branch June 6, 2016 08:02
@borsbors mentioned this pull request Jun 6, 2016
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

14 participants

@eddyb@rust-highfive@bors@pnkfelix@Centril@birkenfeld@zackmdavis@shepmaster@jonas-schievink@reeze@sanxiyn@Ericson2314@ollie27@srinivasreddy