rust/src/librustdoc
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
..
2014-08-07 08:54:38 -07:00
2014-07-25 07:55:25 -07:00
2014-07-29 16:44:39 +02:00
2014-07-31 23:01:24 -07:00
2014-07-17 12:08:31 +12:00
2014-08-01 19:42:52 -04:00
2014-07-31 23:01:24 -07:00