- Remove dependency on
cfg-if. (#1072)
- Relax the minimum supported Rust version to 1.60. (#1056)
- Implement
UnwindSafeandRefUnwindSafeforArrayQueueandSegQueue. (#1053) - Optimize
Dropimplementation ofArrayQueue. (#1057)
- Bump the minimum supported Rust version to 1.61. (#1037)
- Improve support for targets without atomic CAS. (#1037)
- Remove build script. (#1037)
- Fix build script bug introduced in 0.3.7. (#932)
Note: This release has been yanked due to regression fixed in 0.3.8.
- Improve support for custom targets. (#922)
- Bump the minimum supported Rust version to 1.38. (#877)
- Add
ArrayQueue::force_push. (#789)
- Implement
IntoIteratorforArrayQueueandSegQueue. (#772)
- Fix stacked borrows violation in
ArrayQueuewhen-Zmiri-tag-raw-pointersis enabled. (#763)
- Support targets that do not have atomic CAS on stable Rust. (#698)
- Make
SegQueue::newconst fn. (#584) - Change license to "MIT OR Apache-2.0".
- Bump the minimum supported Rust version to 1.36.
- Remove
PushErrorandPopError.
- Fix bug in release (yanking 0.2.2)
- Fix unsoundness issues by adopting
MaybeUninit. (#458)
- Add
no_stdsupport.
- Bump the minimum required version to 1.28.
- Bump
crossbeam-utilsto0.7.
- Update
crossbeam-utilsto0.6.5.
- Update
crossbeam-utilsto0.6.4.
- Initial version with
ArrayQueueandSegQueue.