Releases: servo/rust-smallvec
Releases · servo/rust-smallvec
v2.0.0-alpha.7
What's Changed
- [Breaking Change] replace
write
feature withstd
feature by @JarvisCraft in #356 - Add PartialEq impls to mirror the stdlib by @SUPERCILEX in #358
New Contributors
- @JarvisCraft made their first contribution in #356
- @SUPERCILEX made their first contribution in #358
Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7
v2.0.0-alpha.6
What's Changed
- Fix test
test_hash
by @lexoooooo in #351 - Added test for #353 and fixed use after free bug that causes it by @josephg in #354
New Contributors
- @lexoooooo made their first contribution in #351
- @josephg made their first contribution in #354
Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6
v2.0.0-alpha.5
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
- Replace
DrainFilter
withExtractIf
by @NaokiM03 in #341 - bugfix for append not set self.len properly by @alanlzhang in #347
New Contributors
- @zachs18 made their first contribution in #338
- @NaokiM03 made their first contribution in #341
- @alanlzhang made their first contribution in #347
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.5
v1.13.2
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