- Fixed
Vec
's implicitSync
implementation which was unsound, allowing you to send a!Send
type to another thread. - Fixed
Vec::push_mut
mixed withVec::push
being unsound.
- Fixed
Vec::push
unsoundly setting the length.
- Fixed
Vec
being covariant rather than invariant. - Fixed a compilation error on vxworks.