Skip to content

Rollup of 3 pull requests - #41363

Closed
frewsxcv wants to merge 7 commits into
rust-lang:masterfrom
frewsxcv:rollup
Closed

Rollup of 3 pull requests#41363
frewsxcv wants to merge 7 commits into
rust-lang:masterfrom
frewsxcv:rollup

Conversation

@frewsxcv

Copy link
Copy Markdown
Contributor

jackpot51and others added 7 commits April 16, 2017 09:33
This no longer manifests on any versions of OSX that I could find.
Because of its "magic" order-of-evaluation semantics, `move_val_init`
must be lowered during MIR construction in order to work.
Improve Process::spawn with piped stdio on Redox
- Adds `dup2`, and uses it for stdio piping
- Removes `O_CLOEXEC` from piped stdio, as `dup` on Redox does not disable O_CLOEXEC
…xcrichton
bootstrap: Don't workaround uname -m on Darwin
This no longer manifests on any versions of OSX that I could find.
How far back is Rust officially supported? I can try to get copies to test when this behaviour changed.
(Fun fact, at a minimum the comment already lies, since the flag is `-m` :))
lower `move_val_init` during MIR construction
Because of its "magic" order-of-evaluation semantics, `move_val_init` must be lowered during MIR construction in order to work without needing a temporary.
r? @eddyb
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@frewsxcv

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=10

@bors

bors commented Apr 18, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 4c15b6b has been approved by frewsxcv

@bors

bors commented Apr 18, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 4c15b6b with merge 1c638c9...

@borsbors mentioned this pull request Apr 18, 2017
5 tasks
@frewsxcv
frewsxcv deleted the rollup branch April 18, 2017 17:54
@frewsxcv

Copy link
Copy Markdown
ContributorAuthor

Closed because mac builders ran into #40061

@aidanhsaidanhs mentioned this pull request Apr 20, 2017
@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.

7 participants

@frewsxcv@rust-highfive@bors@Centril@arielb1@jackpot51@richo