Skip to content

Rollup of 5 pull requests - #71992

Merged
bors merged 10 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-29qjvpe
May 8, 2020
Merged

Rollup of 5 pull requests#71992
bors merged 10 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-29qjvpe

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

estebankand 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
Fixesrust-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
Fixrust-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
Copy Markdown
Author

@bors r+ p=5 rollup=never

@bors

bors commented May 7, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 14cbbf3 has been approved by Dylan-DPC

@borsbors 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
Copy Markdown
Author

@bors r-

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

@borsbors 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

Dylan-DPC-zz commented May 7, 2020

Copy link
Copy Markdown
Author

meh spurious

@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+

@bors

bors commented May 7, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 14cbbf3 has been approved by Dylan-DPC

@borsbors 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

bors commented May 7, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 14cbbf3 with merge e41c21efc2289c0dffcb09e86fce37ba32d3401c...

@bors

bors commented May 7, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-actions

@borsbors 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
Copy Markdown
Author

@bors retry p=1000

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

bors commented May 7, 2020

Copy link
Copy Markdown
Collaborator

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

@Dylan-DPC-zz

Copy link
Copy Markdown
Author

yielding to gha fix @bors retry

@bors

bors commented May 7, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 14cbbf3 with merge ed15e8a68f24f995e799862dc9230f03430acd6b...

@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors retry

@bors

bors commented May 8, 2020

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented May 8, 2020

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label May 8, 2020
@bors
bors merged commit 29630ce into rust-lang:masterMay 8, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: 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

@Dylan-DPC-zz@bors@estebank@euclio@lcnr@yoshuawuyts@Dylan-DPC