Releases: servo/rust-smallvec
Releases · servo/rust-smallvec
v1.15.0
v2.0.0-alpha.11
What's Changed
- Implement
MallocSizeOf
for SmallVec (v2) by @nicoburns in #369 - feat: impl
bytes::BufMut
forSmallVec
(v2) by @BugenZhao in #371
New Contributors
- @BugenZhao made their first contribution in #371
Full Changelog: v2.0.0-alpha.10...v2.0.0-alpha.11
v1.14.0
What's Changed
- Implement
MallocSizeOf
for SmallVec (v1) by @nicoburns in #370
New Contributors
- @nicoburns made their first contribution in #370
Full Changelog: v1.13.2...v1.14.0
v2.0.0-alpha.10
What's Changed
Full Changelog: v2.0.0-alpha.9...v2.0.0-alpha.10
v2.0.0-alpha.9
- Fix a bug in
collect
/from_iter
/extend
(#365).
Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.9
v2.0.0-alpha.8
What's Changed
- [v2] Update to Rust 2021 Edition. by @zachs18 in #359
- Micro optimize extend by @arthurprs in #362
- Implement spare_capacity_mut by @DaniPopes in #364
New Contributors
- @DaniPopes made their first contribution in #364
Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8
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
What's Changed
- Add more tests for UB by @workingjubilee in #346
- Fix UB on out-of-bounds insert() by @mbrubeck in #345
Full Changelog: v1.13.1...v1.13.2