rust/src/libcollections
Aaron Liblong f6328b60da Reform power_of_two methods for perf increase & semantic change to consider 0 not a power of 2.
Vec panics when attempting to reserve capacity > int::MAX (uint::MAX / 2).
2014-12-19 18:21:24 -05:00
..
btree rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
tree librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
trie librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
bench.rs libcollections: use unboxed closures 2014-12-13 17:03:47 -05:00
binary_heap.rs std: Second pass stabilization of default 2014-12-15 20:04:52 -08:00
bit.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
dlist.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
enum_set.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
lib.rs Move hash module from collections to core 2014-12-15 22:48:54 -08:00
macros.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
ring_buf.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
slice.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
str.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
string.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
vec_map.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
vec.rs Reform power_of_two methods for perf increase & semantic change to consider 0 not a power of 2. 2014-12-19 18:21:24 -05:00