Releases: servo/rust-smallvec
Releases · servo/rust-smallvec
2.0.0-alpha.4
What's Changed
- Implement
From<[T; M]> for SmallVec<T, N>
for allM, N
(v2) by @zachs18 in #338 - Implement SmallVec::split_off by @arthurprs in #340
New Contributors
Full Changelog: v2.0.0-alpha.3...2.0.0-alpha.4
v2.0.0-alpha.3
What's Changed
- Port feature drain_filter (#292) to v2 by @matzemathics in #333
- Use NonNull in place of *const (v2) by @matzemathics in #334
- Implement
Hash
trait forSmallVec
by @hsanzg in #337
New Contributors
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3
v1.13.1
v1.13.0
What's Changed
- Impl get_size::GetSize (behind feature flag) by @amandasaurus in #335
Full Changelog: v1.12.0...v1.13.0
v2.0.0-alpha.2
What's Changed
- Correctly handle
Vec
with zero capacity infrom_vec
by @matzemathics in #332
New Contributors
- @matzemathics made their first contribution in #332
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2
v1.12.0
v1.11.2
What's Changed
- Automated testing improvements by @waywardmonkeys in #322 and #326
- fix: don't special-case
doc
forfeature = "const_generics"
by @mkroening in #328 - Code cleanup by @emilio in #316 and @waywardmonkeys in #323
- Minor tweaks to doc formatting. by @waywardmonkeys in #318
New Contributors
- @mkroening made their first contribution in #328
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Annotate SmallVec::insert_from_slice with
#[inline]
by @sffc in #312 - Micro-optimize
push
andinsert
b @emilio in #315 - Add
--generate-link-to-definition
option when building on docs.rs by @GuillaumeGomez in #304 - Testing fixes by @mrobinson and @waywardmonkeys
New Contributors
- @mrobinson made their first contribution in #303
- @GuillaumeGomez made their first contribution in #304
- @sffc made their first contribution in #312
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Testing and documentation fixes by @striezel in #294 and #293
- Use
NonNull
pointer in heap version by @AngelicosPhosphoros in #298 - Implemented experimental
drain_filter
method by @L0uisc in #292
New Contributors
- @striezel made their first contribution in #294
- @AngelicosPhosphoros made their first contribution in #298
Full Changelog: v1.10.0...v1.11.0