| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -5/+3 | |
| 2019-02-02 | liballoc: apply uniform_paths. | Mazdak Farrokhzad | -1/+1 | |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -3/+5 | |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -12/+3 | |
| 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 | |
