- Bump the minimum supported Rust version to 1.38. (#877)
- Add
ArrayQueue::force_push
. (#789)
- Implement
IntoIterator
forArrayQueue
andSegQueue
. (#772)
- Fix stacked borrows violation in
ArrayQueue
when-Zmiri-tag-raw-pointers
is enabled. (#763)
- Support targets that do not have atomic CAS on stable Rust. (#698)
- Make
SegQueue::new
const fn. (#584) - Change license to "MIT OR Apache-2.0".
- Bump the minimum supported Rust version to 1.36.
- Remove
PushError
andPopError
.
- Fix bug in release (yanking 0.2.2)
- Fix unsoundness issues by adopting
MaybeUninit
. (#458)
- Add
no_std
support.
- Bump the minimum required version to 1.28.
- Bump
crossbeam-utils
to0.7
.
- Update
crossbeam-utils
to0.6.5
.
- Update
crossbeam-utils
to0.6.4
.
- Initial version with
ArrayQueue
andSegQueue
.