rust/src/liballoc
Alex Crichton 35ad00d2ec alloc: Make deriving more friendly with Arc
This adds impls of Eq/Ord/PartialEq/PartialOrd/Show/Default to Arc<T>, and it
also removes the `Send + Sync` bound on the `Clone` impl of Arc to make it more
deriving-friendly. The `Send + Sync` requirement is still enforce on
construction, of course!
2014-10-27 22:45:44 -07:00
..
arc.rs alloc: Make deriving more friendly with Arc 2014-10-27 22:45:44 -07:00
boxed.rs librustc: Eliminate the ref syntax for unboxed closure capture clauses 2014-09-26 09:03:19 -07:00
heap.rs fix sized deallocation documentation 2014-10-25 14:12:21 -04:00
lib.rs get rid of libc_heap::{malloc_raw, realloc_raw} 2014-10-25 14:12:19 -04:00
rc.rs tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00