rust/src/libsync
Daniel Micay fea985a0b5 bubble up out-of-memory errors from liballoc
This makes the low-level allocation API suitable for use cases where
out-of-memory conditions need to be handled.

Closes #18292

[breaking-change]
2014-11-01 19:23:20 -04:00
..
comm collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00
atomic.rs Register new snapshots 2014-10-10 22:09:49 -07:00
deque.rs bubble up out-of-memory errors from liballoc 2014-11-01 19:23:20 -04:00
lib.rs Update code with new lint names 2014-10-28 08:54:21 -07:00
lock.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
mpmc_bounded_queue.rs Update code with new lint names 2014-10-28 08:54:21 -07:00
mpsc_intrusive.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
mpsc_queue.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
mutex.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
one.rs Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
raw.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
spsc_queue.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00