rust/src/liballoc
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
..
arc.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
boxed.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
heap.rs rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
lib.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
libc_heap.rs alloc: Refactor OOM into a common routine 2014-06-16 18:15:48 -07:00
rc.rs Rename Share to Sync 2014-08-07 08:54:38 -07:00
util.rs libs: Fix miscellaneous fallout of librustrt 2014-06-06 23:00:01 -07:00