Skip to content

std: Stabilize feature try_reserve_2 - #95392

Merged
bors merged 1 commit into
rust-lang:masterfrom
Xuanwo:stablize_try_reserve_2
Jun 17, 2022
Merged

std: Stabilize feature try_reserve_2 #95392
bors merged 1 commit into
rust-lang:masterfrom
Xuanwo:stablize_try_reserve_2

Conversation

@Xuanwo

Copy link
Copy Markdown
Contributor

This PR intends to stabilize feature try_reserve_2, closes#91789

This PR will also replace the previous PR: #95139

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @kennytm

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 28, 2022
@Xuanwo

Copy link
Copy Markdown
ContributorAuthor

@rustbot modify labels: +T-libs-api

@rustbotrustbot added the T-libs-api [DEPRECATED; DO NOT USE] label Mar 28, 2022
@Xuanwo

Copy link
Copy Markdown
ContributorAuthor

r? @dtolnay

@dtolnaydtolnay left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do the stabilization of new APIs in a different PR than the new capacity-related guarantees. They will need two different libs-api FCP.

@dtolnaydtolnay 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-review Status: Awaiting review from the assignee but also interested parties. labels Mar 28, 2022
@Xuanwo
Xuanwoforce-pushed the stablize_try_reserve_2 branch from 5b68504 to 8d71a8dCompareMarch 28, 2022 02:24
@Xuanwo

Copy link
Copy Markdown
ContributorAuthor

Please do the stabilization of new APIs in a different PR than the new capacity-related guarantees. They will need two different libs-api FCP.

Updated.

@dtolnay

Copy link
Copy Markdown
Member

This is blocked on the FCP in #91789 (comment).

@rustbot label -S-waiting-on-author +S-blocked

@rustbotrustbot added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Mar 28, 2022
@dtolnay
dtolnay removed their request for review April 20, 2022 02:53
@Xuanwo
Xuanwoforce-pushed the stablize_try_reserve_2 branch from 8d71a8d to 5d4b203CompareJune 16, 2022 01:29
Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo
Xuanwoforce-pushed the stablize_try_reserve_2 branch from 5d4b203 to 324286fCompareJune 16, 2022 01:30
@dtolnay

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jun 17, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 324286f has been approved by dtolnay

@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-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Jun 17, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Jun 17, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 17, 2022
Rollup of 5 pull requests
Successful merges:
- rust-lang#95392 (std: Stabilize feature try_reserve_2 )
- rust-lang#97798 (Hide irrelevant lines in suggestions to allow for suggestions that are far from each other to be shown)
- rust-lang#97844 (Windows: No panic if function not (yet) available)
- rust-lang#98013 (Subtype FRU fields first in `type_changing_struct_update`)
- rust-lang#98191 (Remove the rest of unnecessary `to_string`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit b516806 into rust-lang:masterJun 17, 2022
@rustbotrustbot added this to the 1.63.0 milestone Jun 17, 2022
@Xuanwo
Xuanwo deleted the stablize_try_reserve_2 branch June 18, 2022 03:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue for try_reserve method on more containers

6 participants

@Xuanwo@rust-highfive@dtolnay@bors@kennytm@rustbot