rust/src/libstd/sys
Alex Crichton cc7590341a std: Delete the alloc_system crate
This commit deletes the `alloc_system` crate from the standard
distribution. This unstable crate is no longer needed in the modern
stable global allocator world, but rather its functionality is folded
directly into the standard library. The standard library was already the
only stable location to access this crate, and as a result this should
not affect any stable code.
2018-11-11 09:22:28 -08:00
..
cloudabi std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
redox std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
unix std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
wasm std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
windows std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
mod.rs use cfg(rustdoc) instead of cfg(dox) in std and friends 2018-08-31 13:29:10 -05:00