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 9 pull requests #40148

Merged
merged 25 commits into from
Feb 28, 2017
Merged

Rollup of 9 pull requests #40148

merged 25 commits into from
Feb 28, 2017

Conversation

frewsxcv and others added 25 commits February 20, 2017 11:40
Spawning a child process and writing to its stdin is a bit tricky due to
`as_mut` and having to use a limited borrow. An example for this might
help newer users.
…=eddyb

librustc error_reporting.rs cleanup.

Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
…sxcv

Add missing urls and examples for Condvar docs

r? @frewsxcv
Add compile fail test for unboxed_closures feature

Hello, this is my first contribution to rust.
Issue rust-lang#39059.
…crichton

Replace ./configure with config.toml in README.md and CONTRIBUTING.md

Replace ./configure with config.toml in README.md and CONTRIBUTING.md, so that new users aren't confused about which build system to use, and how to configure the build process.
Fix nightly-only experimental API display

Before:

<img width="1440" alt="screen shot 2017-02-23 at 12 53 09" src="https://cloud.githubusercontent.com/assets/3050060/23258119/0c9cf6f2-f9c7-11e6-9989-15b4346dade0.png">

After:

<img width="1440" alt="screen shot 2017-02-23 at 12 51 40" src="https://cloud.githubusercontent.com/assets/3050060/23258076/e6881118-f9c6-11e6-826c-442a73502b59.png">

r? @frewsxcv
…ting-to-stdin, r=alexcrichton

Example for how to provide stdin using std::process::Command

Spawning a child process and writing to its stdin is a bit tricky due to
`as_mut` and having to use a limited borrow. An example for this might
help newer users.

r? @steveklabnik
…ewsxcv

Add missing docs and examples for fmt::Write

r? @frewsxcv
Make lifetime elision docs clearer

Previously it said
"It's forbidden to allow reasoning about types based on the item signature alone."

I think that sentence is wrong. Rust **uses** the item signatures to perform type inference within the body. I think what's meant is the other way around: It does not infer types for item signatures.

r? @steveklabnik
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @sfackler (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
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Feb 28, 2017

📌 Commit a851fc1 has been approved by frewsxcv

@bors
Copy link
Contributor

bors commented Feb 28, 2017

⌛ Testing commit a851fc1 with merge 31bd0c6...

@bors
Copy link
Contributor

bors commented Feb 28, 2017

💔 Test failed - status-appveyor

@frewsxcv
Copy link
Member Author

@bors retry

weird windows permissions issue?

@bors
Copy link
Contributor

bors commented Feb 28, 2017

⌛ Testing commit a851fc1 with merge be76056...

bors added a commit that referenced this pull request Feb 28, 2017
Rollup of 9 pull requests

- Successful merges: #39977, #40033, #40047, #40056, #40057, #40122, #40124, #40126, #40131
- Failed merges: #40101
@eddyb
Copy link
Member

eddyb commented Feb 28, 2017

@frewsxcv You should @bors retry the PR that got ahead to put the rollup back on.

@bors
Copy link
Contributor

bors commented Feb 28, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing be76056 to master...

@bors bors merged commit a851fc1 into rust-lang:master Feb 28, 2017
@frewsxcv frewsxcv deleted the rollup branch February 28, 2017 16:13
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.