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

Stabilize vec_pop_if #135488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

GrigorenkoPV
Copy link
Contributor

@GrigorenkoPV GrigorenkoPV commented Jan 14, 2025

Tracking issue: #122741

Waiting for FCP: #122741 (comment)

@rustbot
Copy link
Collaborator

rustbot commented Jan 14, 2025

r? @jhpratt

rustbot has assigned @jhpratt.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jan 14, 2025
@jhpratt jhpratt added the needs-fcp This change is insta-stable, so needs a completed FCP to proceed. label Jan 15, 2025
@jhpratt
Copy link
Member

jhpratt commented Jan 15, 2025

r=me with completed FCP

@jhpratt jhpratt added S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jan 15, 2025
@Amanieu Amanieu added S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. and removed S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). labels Jan 21, 2025
@rustbot rustbot removed the needs-fcp This change is insta-stable, so needs a completed FCP to proceed. label Jan 22, 2025
@tgross35
Copy link
Contributor

Since FCP hasn't started, want to move the docs and signature update to a separate PR? We can merge that now and just leave the stabilization for whenever FCP completes.

@GrigorenkoPV
Copy link
Contributor Author

Since FCP hasn't started, want to move the docs and signature update to a separate PR? We can merge that now and just leave the stabilization for whenever FCP completes.

Sure! Filed #135956

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 24, 2025
Make `Vec::pop_if` a bit more presentable

rust-lang#135488 minus stabilization.

As suggested in rust-lang#135488 (comment).

r? tgross35
@bors
Copy link
Contributor

bors commented Jan 24, 2025

☔ The latest upstream changes (presumably #135978) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jan 24, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 24, 2025
Make `Vec::pop_if` a bit more presentable

rust-lang#135488 minus stabilization.

As suggested in rust-lang#135488 (comment).

r? tgross35
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jan 24, 2025
Rollup merge of rust-lang#135956 - GrigorenkoPV:vec_pop_off, r=dtolnay

Make `Vec::pop_if` a bit more presentable

rust-lang#135488 minus stabilization.

As suggested in rust-lang#135488 (comment).

r? tgross35
@GrigorenkoPV
Copy link
Contributor Author

@rustbot label -S-waiting-on-author

@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jan 24, 2025
github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Jan 27, 2025
Make `Vec::pop_if` a bit more presentable

#135488 minus stabilization.

As suggested in rust-lang/rust#135488 (comment).

r? tgross35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants