Skip to content

Releases: servo/rust-smallvec

v2.0.0-alpha.2

14 Jan 00:01
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

v1.12.0

13 Jan 23:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.2...v1.12.0

v1.11.2

09 Nov 21:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.1...v1.11.2

v1.11.1

20 Sep 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.11.1

v1.11.0

05 Jul 19:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.0...v1.11.0

v1.10.0

02 Oct 21:56
Compare
Choose a tag to compare
  • Add optional NatVis debugger visualization (#286).
  • Mark Array::size as inline (#289).

v1.9.0

29 Jun 23:05
Compare
Choose a tag to compare
  • Add retain_mut as an alias for retain, for compatibility with std::vec::Vec (#283).

v1.8.1

24 Jun 17:23
Compare
Choose a tag to compare
  • Optimize inserts at the end of the vector (#282).
  • Fix possible aliasing issues with raw pointers (#277).
  • Fix format of license field in Cargo manifest (#278).

v1.8.0

14 Jan 00:13
Compare
Choose a tag to compare
  • Add optional support for the arbitrary crate (#275).

v1.7.0

28 Sep 17:49
Compare
Choose a tag to compare
  • new_const and from_const constructors for creating a SmallVec in const contexts. Requires Rust 1.51 and the optional const_new feature. (#265)