Skip to content

Rollup of 8 pull requests - #45207

Closed
kennytm wants to merge 21 commits into
rust-lang:masterfrom
kennytm:rollup
Closed

Rollup of 8 pull requests#45207
kennytm wants to merge 21 commits into
rust-lang:masterfrom
kennytm:rollup

Conversation

leoyvensand 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.
Closesrust-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
Copy Markdown
Contributor

r? @alexcrichton

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

@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Oct 11, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 8c9c715 has been approved by kennytm

@bors

bors commented Oct 11, 2017

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Oct 11, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytmkennytm changed the title Rollup of 10 pull requestsRollup of 9 pull requestsOct 11, 2017
@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+

Removed #45163 — Cannot build jemalloc on Android.

@bors

bors commented Oct 11, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 0135d7e has been approved by kennytm

@bors

bors commented Oct 11, 2017

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Oct 11, 2017

Copy link
Copy Markdown
Collaborator

💔 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.
Closesrust-lang#45165
Shorten some test names
An immediate fix for the first issue in rust-lang#45103
r? @alexcrichton
@kennytmkennytm changed the title Rollup of 9 pull requestsRollup of 8 pull requestsOct 12, 2017
@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+

Removed #45077 — Failed to build rust_llvm on FreeBSD.

@bors

bors commented Oct 12, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 9defb40 has been approved by kennytm

@bors

bors commented Oct 12, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 9defb40 with merge dc8cafa6c621fdc827f67a14395f947454d23f33...

@bors

bors commented Oct 12, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@kennytmkennytm closed this Oct 12, 2017
@kennytm
kennytm deleted the rollup branch October 12, 2017 07:57
@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 rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@kennytm@rust-highfive@bors@alexcrichton@Centril@leoyvens@camsteffen@johnthagen@tinaun@petrochenkov@jean-lourenco