rust/src/libcollections
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
..
btree collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
hash collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
bench.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
bitv.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
dlist.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
enum_set.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
lib.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
priority_queue.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
ringbuf.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
slice.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
smallintmap.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
str.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
string.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
treemap.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
trie.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
vec.rs bubble up out-of-memory errors from liballoc 2014-11-01 19:23:20 -04:00