Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's been over two months since the previous release. There are some improvements and deprecations in the master branch, and it would be nice to release them. Also, there is no breaking change that needs a major version bump.
Changes:
Atomic::compare_exchange
andAtomic::compare_exchange_weak
. (Add Atomic::compare_exchange(_weak) and deprecate Atomic::compare_and_set(_weak) #628)Atomic::compare_and_set
andAtomic::compare_and_set_weak
. (Add Atomic::compare_exchange(_weak) and deprecate Atomic::compare_and_set(_weak) #628)const_fn
dependency optional. (Make const_fn crate optional dependency #611)loom
. (Add preliminary support for loom #487)AtomicCell::compare_and_swap
. (Deprecate AtomicCell::compare_and_swap #619)Parker::park_deadline
. (Updates toParker
#563)CachePadded
. (CachePadded: update alignment based on golang's CacheLinePadSize #636)loom
. (Add preliminary support for loom #487)