rust/src/libsync
Alex Crichton 639759b7f4 std: Refactor liballoc out of lib{std,sync}
This commit is part of the libstd facade RFC, issue #13851. This creates a new
library, liballoc, which is intended to be the core allocation library for all
of Rust. It is pinned on the basic assumption that an allocation failure is an
abort or failure.

This module has inherited the heap/libc_heap modules from std::rt, the owned/rc
modules from std, and the arc module from libsync. These three pointers are
currently the three most core pointer implementations in Rust.

The UnsafeArc type in std::sync should be considered deprecated and replaced by
Arc<Unsafe<T>>. This commit does not currently migrate to this type, but future
commits will continue this refactoring.
2014-05-17 21:52:23 -07:00
..
comm.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
future.rs libsync: Remove all uses of ~str from libsync 2014-05-14 18:29:13 -07:00
lib.rs std: Refactor liballoc out of lib{std,sync} 2014-05-17 21:52:23 -07:00
lock.rs std: Refactor liballoc out of lib{std,sync} 2014-05-17 21:52:23 -07:00
mpsc_intrusive.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
mutex.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
one.rs Optimize common path of Once::doit 2014-05-14 10:23:42 +00:00
raw.rs std: Refactor liballoc out of lib{std,sync} 2014-05-17 21:52:23 -07:00
task_pool.rs Register new snapshots 2014-04-08 00:03:11 -07:00