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 #47012

Merged
merged 17 commits into from
Dec 26, 2017
Merged

Rollup of 8 pull requests #47012

merged 17 commits into from
Dec 26, 2017

Conversation

varkor and others added 17 commits December 21, 2017 22:58
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
Correct the return type for `x86_mm256_sad_epu8`

Fixes rust-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
Make internal docs build properly.

`'1` isn't a valid lifetime and resulted in a syntax error.
Add "Basic Usage" to int min_value and max_value docs

This adds "Basic Usage:" to the docs of `min_value` and `max_value`, which makes it consistent with docs of other integer methods.
@rust-highfive
Copy link
Collaborator

r? @michaelwoerister

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

@kennytm
Copy link
Member Author

kennytm commented Dec 26, 2017

@bors r+ p=8 treeclosed=2

@bors
Copy link
Contributor

bors commented Dec 26, 2017

📌 Commit 6b1aa53 has been approved by kennytm

@kennytm kennytm added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Dec 26, 2017
@kennytm
Copy link
Member Author

kennytm commented Dec 26, 2017

(Travis failure is spurious)

@kennytm
Copy link
Member Author

kennytm commented Dec 26, 2017

@bors treeclosed-

@bors
Copy link
Contributor

bors commented Dec 26, 2017

⌛ Testing commit 6b1aa53 with merge 8cdde6d...

bors added a commit that referenced this pull request Dec 26, 2017
Rollup of 8 pull requests

- Successful merges: #46928, #46930, #46933, #46939, #46940, #46943, #46979, #46986
- Failed merges:
@bors
Copy link
Contributor

bors commented Dec 26, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: kennytm
Pushing 8cdde6d to master...

@bors bors merged commit 6b1aa53 into rust-lang:master Dec 26, 2017
@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 S-waiting-on-bors Status: 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.