Skip to content

Releases: slightlyoutofphase/staticvec

0.11.9

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 30 Sep 05:23

This release makes some necessary compilation fixes for the latest nightly compilers.

0.11.8

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 04 Sep 21:24

This release makes a necessary adjustment for current nightly Rust, where ReadBuf has been replaced with BorrowedCursor.

0.11.7

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 24 Jul 23:04

This is pretty much just another compilation fixes release, particularly to account for Miri's increased threshold for aliasing detection in newer builds.

0.11.6

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 21 Jun 09:37
2358ca2

This release just fixes a bit of code that was no longer considered to be valid by newer builds of Miri.

0.11.5

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 03 Apr 02:34

This release again just fixes compilation errors in the latest nightly, by removing a feature gate that no longer exists.

0.11.4

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 27 Mar 16:59

This release just fixes some compilation errors on (incomplete / not fully usable anyways) const-related functionality with the latest nightly versions of the compiler.

0.11.3

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 13 Mar 21:29

This release fixes a few compilation errors related to changes made in the latest nightly versions of rustc, and also includes some other assorted minor fixes and improvements in the time since the previous release.

0.11.2

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 15 Jan 07:52

This release is primarily being done to account for a feature flag change that broke compilation of the crate today, but also includes a handful of minor bug fixes and improvements made since the previous release.

0.11.1

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 07 Jan 02:56

This release includes a number of internal improvements and additionally constified methods for StaticString, and various other minor fixes / internal improvements throughout the rest of the crate.

0.11.0

Choose a tag to compare

@slightlyoutofphase slightlyoutofphase released this 24 Dec 05:37

This release fixes the crate to work correctly on current nightly rust, and makes minor adjustments to bring it up to "2021 Edition" standards. Apart from that, various internal refactoring has also been done in terms of performance tweaks / documentation quality / etc, and a few more things have been made const-compatible (such as for example the split_off method).