| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-05 | #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] | Jorge Aparicio | -6/+12 | |
| 2018-07-05 | enable Atomic*.{load,store} for ARMv6-M / MSP430 | Jorge Aparicio | -3/+6 | |
| closes #45085 this commit adds an `atomic_cas` target option and an unstable `#[cfg(target_has_atomic_cas)]` attribute to enable a subset of the `Atomic*` API on architectures that don't support atomic CAS natively, like MSP430 and ARMv6-M. | ||||
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -1/+1 | |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+140 | |
