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 8 pull requests #45207

Closed
wants to merge 21 commits into from
Closed

Rollup of 8 pull requests #45207

wants to merge 21 commits into from

Conversation

leoyvens and others added 15 commits October 2, 2017 22:04
It's the only use of the function.
Brings in a bugfix to be compatible with the master branch of `make` where
jobserver fds are set in nonblocking mode
Paths to object files generated from them were too long and caused errors
output message is shown in another 'help:' block

line with +100 columns formatted

test adjusted
This commit updates the reachability pass of the compiler to seed the local
worklist with `#[linkage]`-like items anywhere in a crate, not just those
reachable from public items.

Closes rust-lang#45165
…, r=jseyfried

Inline eq_slice into str::eq

It's the only use of the function.
…ackler

Update the `jobserver` crate

Brings in a bugfix to be compatible with the master branch of `make` where
jobserver fds are set in nonblocking mode
@rust-highfive
Copy link
Collaborator

r? @alexcrichton

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

@kennytm
Copy link
Member Author

kennytm commented Oct 11, 2017

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Oct 11, 2017

📌 Commit 8c9c715 has been approved by kennytm

@bors
Copy link
Contributor

bors commented Oct 11, 2017

⌛ Testing commit 8c9c71577903294ffd20842024b8e42399d01fcb with merge 5fe1487e2ca4a1b2c39652ba5f5a2c7473c06ad1...

@bors
Copy link
Contributor

bors commented Oct 11, 2017

💔 Test failed - status-travis

@kennytm kennytm changed the title Rollup of 10 pull requests Rollup of 9 pull requests Oct 11, 2017
@kennytm
Copy link
Member Author

kennytm commented Oct 11, 2017

@bors r+

Removed #45163 — Cannot build jemalloc on Android.

@bors
Copy link
Contributor

bors commented Oct 11, 2017

📌 Commit 0135d7e has been approved by kennytm

@bors
Copy link
Contributor

bors commented Oct 11, 2017

⌛ Testing commit 0135d7ea80b073c5ba050860a238802e891f5fcf with merge 09f2478822f2db5668c6b9bdbc66f525f985a281...

@bors
Copy link
Contributor

bors commented Oct 11, 2017

💔 Test failed - status-travis

Fix rustc documentation typo

I'm new to rustc but this looks like a typo.
…ichton

Fix PEP8 style issues in bootstrap code

This fixes PEP8 style issues (other than line-length) in the bootstrap Python code.

The most important fix is in the `set` function where the code was indented with 6 spaces instead of 4.
Better compile error output when using arguments instead of types

Following @estebank sugestion on issue rust-lang#18945 (comment)
…labnik

Documented a few more unstable feature gates.

unboxed closures, fn_traits, and OIBIT. hope these are decent!
…michaelwoerister

rustc: Handle `#[no_mangle]` anywhere in a crate

This commit updates the reachability pass of the compiler to seed the local
worklist with `#[no_mangle]`-like items anywhere in a crate, not just those
reachable from public items.

Closes rust-lang#45165
Shorten some test names

An immediate fix for the first issue in rust-lang#45103
r? @alexcrichton
@kennytm kennytm changed the title Rollup of 9 pull requests Rollup of 8 pull requests Oct 12, 2017
@kennytm
Copy link
Member Author

kennytm commented Oct 12, 2017

@bors r+

Removed #45077 — Failed to build rust_llvm on FreeBSD.

@bors
Copy link
Contributor

bors commented Oct 12, 2017

📌 Commit 9defb40 has been approved by kennytm

@bors
Copy link
Contributor

bors commented Oct 12, 2017

⌛ Testing commit 9defb40 with merge dc8cafa6c621fdc827f67a14395f947454d23f33...

@bors
Copy link
Contributor

bors commented Oct 12, 2017

💔 Test failed - status-travis

@kennytm kennytm closed this Oct 12, 2017
@kennytm kennytm deleted the rollup branch October 12, 2017 07:57
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 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.