Skip to content

Rollup of 10 pull requests - #46967

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

Rollup of 10 pull requests#46967
kennytm wants to merge 22 commits into
rust-lang:masterfrom
kennytm:rollup

Conversation

detrumiand others added 15 commits December 20, 2017 23:13
This commit is the next attempt to enable multiple codegen units by default in
release mode, getting some of those sweet, sweet parallelism wins by running
codegen in parallel. Performance should not be lost due to ThinLTO being on by
default as well.
Closesrust-lang#45320
The `&mut` here didn't make immediate sense to me. Keep the docs for this function consistent with the non-mut version.
CloudABI is a sandboxed UNIX-like runtime environment. It is a
programming environment that uses a capability-based security model. In
practice this means that many POSIX interfaces are present, except for
ones that try to access resources out of thin air. For example, open()
is gone, but openat() is present.
Right now I'm at the point where I can compile very basic CloudABI
applications on all four supported architectures (ARM and x86, 32 and 64
bits). The next step will be to get libstd to work. Patches for that are
outside the scope of this change.
More info: https://nuxi.nl/cloudabi/https://github.com/NuxiNL/cloudlibc/
Backend definitions for these targets are present, meaning we can start
announcing this target. While there, sort the list alphabetically.
busybox mkdir . returns 0
busybox mkdir ./ returns 1
…=nikomatsakis
Add a feature gate for nested uses of `impl Trait`
This allows us to delay stabilization of nested `impl Trait` until we have a plan to solve the problem posed [here](rust-lang#34511 (comment)).
r? @nikomatsakis
Const-eval array lengths in rustdoc.
Fixesrust-lang#46727
r? @eddyb
Big thanks to @eddyb for helping me figure this out.
…haelwoerister
rustc: Set release mode cgus to 16 by default
This commit is the next attempt to enable multiple codegen units by default in
release mode, getting some of those sweet, sweet parallelism wins by running
codegen in parallel. Performance should not be lost due to ThinLTO being on by
default as well.
Closesrust-lang#45320
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pnkfelix

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

@kennytmkennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Dec 23, 2017
@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=11

@bors

bors commented Dec 23, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 5861fba has been approved by kennytm

@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r-

Travis is failing, investigating.

Correct the return type for `x86_mm256_sad_epu8`
Fixesrust-lang#43439.
…avus
Clarify docs for split_at_mut
The `&mut` here didn't make immediate sense to me. Keep the docs for this function consistent with the non-mut version.
Make core::f32/f64 docs match std.
For some reason these weren't in sync.
…-link, r=kennytm
Fixing Rust Moderation Team link in Code of Conduct
The [Code of Conduct](https://github.com/rust-lang/rust/blob/master/CODE_OF_CONDUCT.md) has two broken links to the Rust Moderation Team.
- The current link is https://github.com/rust-lang/rust/blob/master/team.html#Moderation. That happened because the link is relative.
- The link in this PR is https://www.rust-lang.org/team.html#Moderation-team. Note: at the moment this is redirected client-side to a language-specific page and loses the fragment identifier. rust-lang/prev.rust-lang.org#992 aims to correct that.
Add support for CloudABI targets to the rustc backend.
CloudABI is a sandboxed UNIX-like runtime environment. It is a
programming environment that uses a capability-based security model. In
practice this means that many POSIX interfaces are present, except for
ones that try to access resources out of thin air. For example, open()
is gone, but openat() is present.
Right now I'm at the point where I can compile very basic CloudABI
applications on all four supported architectures (ARM and x86, 32 and 64
bits). The next step will be to get libstd to work. Patches for that are
outside the scope of this change.
More info: https://nuxi.nl/cloudabi/https://github.com/NuxiNL/cloudlibc/
…excrichton
Fix process test when using busybox mkdir
busybox mkdir . returns 0
busybox mkdir ./ returns 1
@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+

Removed #46924

@bors

bors commented Dec 23, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit d89123b has been approved by kennytm

@kennytmkennytm changed the title Rollup of 11 pull requestsRollup of 10 pull requestsDec 23, 2017
@bors

bors commented Dec 23, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit d89123b with merge f1d2cc1b75224dc9e31242103f9163cbeab46834...

@bors

bors commented Dec 23, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-appveyor

@kennytmkennytm closed this Dec 23, 2017
@alexcrichton

Copy link
Copy Markdown
Member

@kennytm FWIW I've confirmed that failure is due to #46910

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: 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.

14 participants

@kennytm@rust-highfive@bors@alexcrichton@pnkfelix@Centril@detrumi@cramertj@varkor@lucis-fluxum@Manishearth@davidalber@EdSchouten@malbarbo