Skip to content

Add SmallVec::into_vec #45

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

Merged
merged 2 commits into from
Mar 22, 2017
Merged

Add SmallVec::into_vec #45

merged 2 commits into from
Mar 22, 2017

Conversation

mbrubeck
Copy link
Collaborator

@mbrubeck mbrubeck commented Mar 22, 2017

Converts a SmallVec to a Vec, without reallocating if the SmallVec has already spilled onto the heap.


This change is Reviewable

@emilio
Copy link
Member

emilio commented Mar 22, 2017

@bors-servo r+

Though travis seems to fail for unrelated reasons...

@bors-servo
Copy link
Contributor

📌 Commit b8cbe15 has been approved by emilio

@bors-servo
Copy link
Contributor

⌛ Testing commit b8cbe15 with merge 5eb2993...

bors-servo pushed a commit that referenced this pull request Mar 22, 2017
Add SmallVec::into_vec

Converts a SmallVec to a Vec, without reallocating if the SmallVec has already spilled onto the heap.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/45)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

📌 Commit 2d78e85 has been approved by emilio

@bors-servo
Copy link
Contributor

⌛ Testing commit 2d78e85 with merge 0ba39d0...

bors-servo pushed a commit that referenced this pull request Mar 22, 2017
Add SmallVec::into_vec

Converts a SmallVec to a Vec, without reallocating if the SmallVec has already spilled onto the heap.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/45)
<!-- Reviewable:end -->
@mbrubeck
Copy link
Collaborator Author

See #44 for the failure.

@bors-servo
Copy link
Contributor

💔 Test failed - status-travis

@mbrubeck
Copy link
Collaborator Author

@bors-servo retry

@bors-servo
Copy link
Contributor

⌛ Testing commit 2d78e85 with merge f9269da...

bors-servo pushed a commit that referenced this pull request Mar 22, 2017
Add SmallVec::into_vec

Converts a SmallVec to a Vec, without reallocating if the SmallVec has already spilled onto the heap.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/45)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - status-travis
Approved by: emilio
Pushing f9269da to master...

@bors-servo bors-servo merged commit 2d78e85 into servo:master Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants