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

Version 0.6.0 #78

Merged
merged 2 commits into from Dec 1, 2017
Merged

Version 0.6.0 #78

merged 2 commits into from Dec 1, 2017

Conversation

@mbrubeck
Copy link
Contributor

mbrubeck commented Nov 30, 2017

Includes these changes since the last release:

  • Breaking change: Remove deprecated SmallVecN type aliases and push_all_move method (#77)
  • Breaking change: Make retain pass &mut T to its predicate (#61)
  • Add new methods dedup, dedup_by, and dedup_by_key (#72)
  • Deprecate the VecLike trait in favor of standard library traits (#74)
  • Optimize the Clone and Deserialize implementations to avoid unnecessary reallocation (#71)
  • Optimize extend_from_slice and insert_from_slice to use copy_nonoverlapping (#76)
  • Include the text of the Mozilla Public License in the source repo (#69)
  • Improved documentation (#75)

This change is Reviewable

mbrubeck added 2 commits Nov 29, 2017
Includes these changes:

* Breaking change: Remove deprecated `SmallVecN` type aliases and
  `push_all_move` method.

* Breaking change: Make `retain` pass `&mut T` to its predicate.

* Add new methods `dedup`, `dedup_by`, and `dedup_by_key`.

* Deprecate the `VecLike` trait in favor of standard library traits.

* Optimize the `Clone` and `Deserialize` implementations to avoid
  unnecessary reallocation.

* Optimize `extend_from_slice` and `insert_from_slice` to use
  `copy_nonoverlapping`.

* Include the text of the Mozilla Public License in the source repo.

* Improved documentation.
@mbrubeck mbrubeck mentioned this pull request Nov 30, 2017
@jdm
Copy link
Member

jdm commented Dec 1, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 1, 2017

📌 Commit db6e512 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Dec 1, 2017

Testing commit db6e512 with merge 680b10b...

bors-servo added a commit that referenced this pull request Dec 1, 2017
Version 0.6.0

Includes these changes since the last release:

* Breaking change: Remove deprecated `SmallVecN` type aliases and `push_all_move` method (#77)
* Breaking change: Make `retain` pass `&mut T` to its predicate (#61)
* Add new methods `dedup`, `dedup_by`, and `dedup_by_key` (#72)
* Deprecate the `VecLike` trait in favor of standard library traits (#74)
* Optimize the `Clone` and `Deserialize` implementations to avoid unnecessary reallocation (#71)
* Optimize `extend_from_slice` and `insert_from_slice` to use `copy_nonoverlapping` (#76)
* Include the text of the Mozilla Public License in the source repo (#69)
* Improved documentation (#75)

<!-- 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/78)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 1, 2017

☀️ Test successful - status-travis
Approved by: jdm
Pushing 680b10b to master...

@bors-servo bors-servo merged commit db6e512 into servo:master Dec 1, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.