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 5 pull requests #71992

Merged
merged 10 commits into from
May 8, 2020
Merged

Rollup of 5 pull requests #71992

merged 10 commits into from
May 8, 2020

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost

estebank and others added 10 commits May 5, 2020 19:35
… r=Mark-Simulacrum

Add Arc::{incr,decr}_strong_count

This adds two `unsafe` methods to `Arc`: `incr_strong_count` and `decr_strong_count`. A suggestion to add methods to change the strong count in `Arc` came up in during review in rust-lang#68700 (comment), and from asking a few people this seemed like generally useful to have.

References:
- [Motivation from rust-lang#68700](rust-lang#68700 (comment))
- [Real world example in an executor](https://docs.rs/extreme/666.666.666666/src/extreme/lib.rs.html#13)
…ulacrum

improve Drop documentation

Fixes rust-lang#36073

This is a continuation of rust-lang#57449 and most of the work here was done by
the excellent @steveklabnik.
Detect errors caused by `async` block in 2015 edition

Fix rust-lang#67204.
…trochenkov

reword "possible candidate" import suggestion

This suggestion has always read a bit awkwardly to me, particularly the "possible better candidate" variant.

This commit rewords the suggestion to be more concise and mention the kind of the suggested item. There isn't a nice way to label individual suggestions, so I opted to use "items" in the case of multiple suggestions.
@Dylan-DPC-zz
Copy link
Author

@bors r+ p=5 rollup=never

@bors
Copy link
Contributor

bors commented May 7, 2020

📌 Commit 14cbbf3 has been approved by Dylan-DPC

@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 May 7, 2020
@Dylan-DPC-zz
Copy link
Author

@bors r-

one pr failed, couldn't find a better timing xD

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 7, 2020
@Dylan-DPC-zz
Copy link
Author

Dylan-DPC-zz commented May 7, 2020

meh spurious

@Dylan-DPC-zz Dylan-DPC-zz reopened this May 7, 2020
@Dylan-DPC-zz
Copy link
Author

@bors r+

@bors
Copy link
Contributor

bors commented May 7, 2020

📌 Commit 14cbbf3 has been approved by Dylan-DPC

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 7, 2020
@bors
Copy link
Contributor

bors commented May 7, 2020

⌛ Testing commit 14cbbf3 with merge e41c21efc2289c0dffcb09e86fce37ba32d3401c...

@bors
Copy link
Contributor

bors commented May 7, 2020

💔 Test failed - checks-actions

@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 May 7, 2020
@Dylan-DPC-zz
Copy link
Author

@bors retry p=1000

@bors bors removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 7, 2020
@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 May 7, 2020
@bors
Copy link
Contributor

bors commented May 7, 2020

⌛ Testing commit 14cbbf3 with merge 520240b61952c0b44dd748b644d2269002c82b3a...

@Dylan-DPC-zz
Copy link
Author

yielding to gha fix @bors retry

@bors
Copy link
Contributor

bors commented May 7, 2020

⌛ Testing commit 14cbbf3 with merge ed15e8a68f24f995e799862dc9230f03430acd6b...

@Dylan-DPC-zz
Copy link
Author

@bors retry

@bors
Copy link
Contributor

bors commented May 8, 2020

⌛ Testing commit 14cbbf3 with merge 29630ce...

@bors
Copy link
Contributor

bors commented May 8, 2020

☀️ Test successful - checks-azure
Approved by: Dylan-DPC
Pushing 29630ce to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label May 8, 2020
@bors bors merged commit 29630ce into rust-lang:master May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

7 participants