rust/src/libsync
Alex Crichton 1f760d5d1a Rename Share to Sync
This leaves the `Share` trait at `std::kinds` via a `#[deprecated]` `pub use`
statement, but the `NoShare` struct is no longer part of `std::kinds::marker`
due to #12660 (the build cannot bootstrap otherwise).

All code referencing the `Share` trait should now reference the `Sync` trait,
and all code referencing the `NoShare` type should now reference the `NoSync`
type. The functionality and meaning of this trait have not changed, only the
naming.

Closes #16281
[breaking-change]
2014-08-07 08:54:38 -07:00
..
comm Rename Share to Sync 2014-08-07 08:54:38 -07:00
atomic.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
deque.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
lib.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
lock.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
mpmc_bounded_queue.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
mpsc_intrusive.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
mpsc_queue.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
mutex.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
one.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
raw.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
spsc_queue.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00