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

BTree: remove dead data needlessly complicating insert #94699

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

ssomers
Copy link
Contributor

@ssomers ssomers commented Mar 7, 2022

Possibly needless instructions generated

r? rust-lang/libs
r? @Amanieu
cc @frank-king

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 7, 2022
@Dylan-DPC
Copy link
Member

r? @Dylan-DPC

@rust-highfive rust-highfive assigned Dylan-DPC and unassigned kennytm Mar 9, 2022
@Dylan-DPC
Copy link
Member

@bors r+ rollup=never p=5

@bors
Copy link
Contributor

bors commented Mar 9, 2022

📌 Commit 36bb53d 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-review Status: Awaiting review from the assignee but also interested parties. labels Mar 9, 2022
@Dylan-DPC
Copy link
Member

err :P
@bors p=0 rollup=always

Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Mar 9, 2022
…-DPC

BTree: remove dead data needlessly complicating insert

Possibly needless instructions generated

r? rust-lang/libs
r? `@Amanieu`
cc `@frank-king`
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 9, 2022
Rollup of 6 pull requests

Successful merges:

 - rust-lang#94312 (Edit `rustc_trait_selection::infer::lattice` docs)
 - rust-lang#94583 (Add a team for '`@rustbot` ping fuchsia')
 - rust-lang#94686 (Do not allow `#[rustc_legacy_const_generics]` on methods)
 - rust-lang#94699 (BTree: remove dead data needlessly complicating insert)
 - rust-lang#94756 (Use `unreachable!` for an unreachable code path)
 - rust-lang#94759 (Update cargo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 4de06d4 into rust-lang:master Mar 9, 2022
@rustbot rustbot added this to the 1.61.0 milestone Mar 9, 2022
@ssomers ssomers deleted the btree_prune_insert branch March 9, 2022 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

6 participants