rust/src/libsyntax
bors aae7901a78 auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw
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-08 03:51:15 +00:00
..
2014-07-29 12:31:53 +02:00
2014-07-19 20:38:00 -07:00
2014-07-31 02:01:16 +02:00
2014-08-01 19:42:52 -04:00
2014-07-20 12:40:08 +02:00