Releases: servo/rust-smallvec
Releases · servo/rust-smallvec
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