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

Bring SmallVec closer to Vec #26

Merged
merged 8 commits into from Aug 19, 2016
Merged

Bring SmallVec closer to Vec #26

merged 8 commits into from Aug 19, 2016

Commits on Jul 31, 2016

  1. Implement IntoIter on SmallVec

    This contains a forced refactoring of the current `into_iter` method which was renamed to `drain` as it would otherwise conflict with `impl<A: Array> IntoIter for SmallVec<A> { ... }`
    Marwes committed Jul 31, 2016
  2. Implement Extend on SmallVec

    Marwes committed Jul 31, 2016
  3. Implement From<&[A::Item]> for SmallVec<A>

    Marwes committed Jul 31, 2016

Commits on Aug 1, 2016

  1. Add tests for AsRef, AsMut, Borrow, BorrowMut, From and ExactSizeIter…

    …ator
    Marwes committed Aug 1, 2016

Commits on Aug 11, 2016

  1. Remove a duplicated #[inline] annotation

    Marwes committed Aug 11, 2016
You can’t perform that action at this time.