Files
rust/src
bors 26fd0117f9 Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson
std: Clean out deprecated APIs

This primarily removes a lot of `sync::Static*` APIs and rejiggers the
associated implementations. While doing this it was discovered that the
`is_poisoned` method can actually result in a data race for the Mutex/RwLock
primitives, so the inner `Cell<bool>` was changed to an `AtomicBool` to prevent
the associated data race. Otherwise the usage/gurantees should be the same
they were before.
2016-07-12 15:15:56 -07:00
..
2016-07-12 12:51:13 -07:00
2016-06-07 21:29:35 +05:30
2016-06-27 18:30:46 +00:00
2016-05-29 08:47:51 +05:30
2016-07-08 10:42:48 -04:00
2016-05-29 21:04:21 +05:30
2016-07-08 10:42:48 -04:00
2016-07-12 12:51:13 -07:00
2016-07-11 23:24:49 +02:00