rust/src/liballoc
bors 0072c95aff Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton
enable Atomic*.{load,store} for ARMv6-M / MSP430

closes #45085

as proposed in https://github.com/rust-lang/rust/issues/45085#issuecomment-384825434

this commit adds an `atomic_cas` target option and extends the `#[cfg(target_has_atomic)]`
attribute to enable a subset of the `Atomic*` API on architectures that don't support atomic CAS
natively, like MSP430 and ARMv6-M.

r? @alexcrichton
2018-07-06 08:59:22 +00:00
..
2018-06-18 21:41:24 +02:00
2018-07-02 19:21:32 +02:00
2018-05-17 08:47:25 -06:00
2018-06-03 17:04:48 +02:00
2018-06-18 21:41:24 +02:00