Atomic::null()
const function at 1.61+. (#797)-Zmiri-check-number-validity
is enabled. (#779)Atomic::fetch_update
. (#706)Pointable
impl of [MaybeUninit<T>]
. (#694)Note: This release has been yanked. See #693 for details.
<[MaybeUninit<T>] as Pointable>::init
when global allocator failed allocation. (#690)loom
dependency to version 0.5. (#686)Note: This release has been yanked. See #693 for details.
loom
dependency optional. (#666)Note: This release has been yanked. See #693 for details.
Atomic::compare_exchange
and Atomic::compare_exchange_weak
. (#628)Atomic::compare_and_set
and Atomic::compare_and_set_weak
. Use Atomic::compare_exchange
or Atomic::compare_exchange_weak
instead. (#628)const_fn
dependency optional. (#611)loom
. (#487)Note: This release has been yanked. See #693 for details.
memoffset
dependency to version 0.6. (#592)Note: This release has been yanked. See #693 for details.
autocfg
dependency to version 1.0. (#460)MaybeUninit
. (#458)Atomic::null()
const function at 1.31+.crossbeam-utils
to 0.7
.Atomic::into_owned()
.memoffset
dependency.Shared::deref_mut()
.Guard::clone()
.crossbeam-utils
to 0.6
.defer
now requires F: Send + 'static
.Handle
to LocalHandle
.defer_unchecked
and defer_destroy
.Clone
impl for LocalHandle
.crossbeam-utils
to 0.5
.crossbeam-utils
to 0.4
.1.25.0
.crossbeam-utils
to 0.3
because it was a breaking change.Pointer
trait.crossbeam-utils
to 0.4
.Debug
impls for Collector
, Handle
, and Guard
.load_consume
to Atomic
.Collector::handle
to Collector::register
.Send
implementation for Handle
(this was a bug). Only Collector
s can be shared among multiple threads, while Handle
s and Guard
s must stay within the thread in which they were created.Owned::into_box
.Local::finalize
.Global::push_bag
.impl<T> Into<Box<T>> for Owned<T>
.