rust/src/libnative
bors 84782c4e26 auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton
This commit stabilizes the `std::sync::atomics` module, renaming it to
`std::sync::atomic` to match library precedent elsewhere, and tightening
up behavior around incorrect memory ordering annotations.

The vast majority of the module is now `stable`. However, the
`AtomicOption` type has been deprecated, since it is essentially unused
and is not truly a primitive atomic type. It will eventually be replaced
by a higher-level abstraction like MVars.

Due to deprecations, this is a:

[breaking-change]
2014-08-06 08:31:28 +00:00
..
io auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton 2014-08-06 08:31:28 +00:00
lib.rs Update doc URLs for version bump 2014-07-11 11:21:57 -07:00
task.rs native: Don't deadlock the runtime on spawn failure 2014-07-30 07:06:44 -07:00