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 17 pull requests #49190

Merged
merged 58 commits into from
Mar 20, 2018
Merged

Rollup of 17 pull requests #49190

merged 58 commits into from
Mar 20, 2018

Conversation

partim and others added 30 commits December 5, 2017 18:07
Ship libsynchronization from MinGW
This subsumes the need for an explicit is_empty function, and provides
access to the buffered data itself which has been requested from time to
time.
- `suggest_snippet` handling space between refs;
- Suggest message changing according to the number of refs that should
be removed.
Suggesting snippet without changing the original formatting of the code.
- `span_suggestion` changed to `span_suggestion_short`;
- `Span` used changed to contain only `&` refs;
- Tests passing.
- Using `span_take_while` to implement others.
…apin

Add BufReader::buffer

This subsumes the need for an explicit is_empty function, and provides
access to the buffered data itself which has been requested from time to
time.

We could call this `buf` to match `fill_buf`, but I think I'd prefer `fill_buffer` anyways in hindsight.
@kennytm
Copy link
Member Author

kennytm commented Mar 19, 2018

@bors r+ p=18

@bors
Copy link
Contributor

bors commented Mar 19, 2018

📌 Commit 3972e74 has been approved by kennytm

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 19, 2018
@bors
Copy link
Contributor

bors commented Mar 20, 2018

⌛ Testing commit 3972e74850831e91276d6d477cbb89507889e51c with merge 315f4e600aede729e2fccdd4471faaa35808908c...

@bors
Copy link
Contributor

bors commented Mar 20, 2018

💔 Test failed - status-travis

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 20, 2018
…ng, r=QuietMisdreavus

Fix events handling in rustdoc

Fixes rust-lang#49075.
…rAus

Docs: fix incorrect copy-paste for new `X?` in formatting strings
rust-lang#49133 - Reworded the Error message: "`pub` not needed here" message
…lto, r=alexcrichton

config.toml.example: thinlto bootstrap was removed

 It was removed in ff227c4 so remove the option that no longer works (we did not notice because it was commented out by default).
…xcrichton

Update beta to version with fixed FreeBSD support from rust-lang#49023.

Fixes rust-lang#42681

r? @alexcrichton
@kennytm kennytm changed the title Rollup of 18 pull requests Rollup of 17 pull requests Mar 20, 2018
@kennytm
Copy link
Member Author

kennytm commented Mar 20, 2018

@bors r+

Removed #49141.

@bors
Copy link
Contributor

bors commented Mar 20, 2018

📌 Commit 57b8211 has been approved by kennytm

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 20, 2018
@bors
Copy link
Contributor

bors commented Mar 20, 2018

⌛ Testing commit 57b8211 with merge 75af15e...

bors added a commit that referenced this pull request Mar 20, 2018
Rollup of 17 pull requests

- Successful merges: #46518, #48810, #48834, #48902, #49004, #49092, #49096, #49099, #49104, #49125, #49139, #49152, #49157, #49161, #49166, #49176, #49184
- Failed merges:
@bors
Copy link
Contributor

bors commented Mar 20, 2018

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

@bors bors merged commit 57b8211 into rust-lang:master Mar 20, 2018
@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.