Uh oh!
There was an error while loading. Please reload this page.
Stabilize vec_deque_pop_if - #145992
Merged
Merged
Conversation
4 tasks
bors
commented
Oct 23, 2025
Collaborator
☔ The latest upstream changes (presumably #148014) made this pull request unmergeable. Please resolve the merge conflicts. |
GrigorenkoPVforce-pushed
the
stabilize/vec_deque_pop_if
branch
from
October 23, 2025 20:44
70290aa to
2f4813fComparerustbot
commented
Oct 23, 2025
Collaborator
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
GrigorenkoPV
commented
Nov 6, 2025
ContributorAuthor
Amanieu
commented
Nov 6, 2025
Member
@bors r+ |
bors
commented
Nov 6, 2025
Collaborator
bors added a commit
that referenced
this pull request
Nov 7, 2025
Rollup of 12 pull requests Successful merges: - #145768 (Offload device) - #145992 (Stabilize `vec_deque_pop_if`) - #147416 (Early return if span is from expansion so we dont get empty span and ice later on) - #147808 (btree: cleanup difference, intersection, is_subset) - #148520 (style: Use binary literals instead of hex literals in doctests for `highest_one` and `lowest_one`) - #148559 (Add typo suggestion for a misspelt Cargo environment variable) - #148567 (Fix incorrect precedence caused by range expression) - #148570 (Fix mismatched brackets in generated .dir-locals.el) - #148575 (fix dev guide link in rustc_query_system/dep_graph/README.md) - #148578 (core docs: add notes about availability of `Atomic*::from_mut_slice`) - #148603 (Backport 1.91.1 relnotes to main) - #148609 (Sync str::rsplit_once example with str::split_once) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Nov 7, 2025
Rollup merge of #145992 - GrigorenkoPV:stabilize/vec_deque_pop_if, r=Amanieu Stabilize `vec_deque_pop_if` Tracking issue: #135889Closes#135889 Also fixes a typo mentioned in #135889 (comment) FCP: #135889 (comment) `@rustbot` label -T-libs +T-libs-api +needs-fcp +S-waiting-on-fcp r? t-libs-api
github-actionsBot
pushed a commit
to model-checking/verify-rust-std
that referenced
this pull request
Nov 30, 2025
…op_if, r=Amanieu Stabilize `vec_deque_pop_if` Tracking issue: rust-lang#135889Closesrust-lang#135889 Also fixes a typo mentioned in rust-lang#135889 (comment) FCP: rust-lang#135889 (comment) `@rustbot` label -T-libs +T-libs-api +needs-fcp +S-waiting-on-fcp r? t-libs-api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking issue: #135889
Closes#135889
Also fixes a typo mentioned in #135889 (comment)
FCP: #135889 (comment)
@rustbot label -T-libs +T-libs-api +needs-fcp +S-waiting-on-fcp
r? t-libs-api