rust/src/libcollections
2014-11-19 06:20:20 -05:00
..
btree rollup merge of #19008: alex/collections-typos 2014-11-18 00:24:00 +01:00
hash Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
tree Fallout from deprecation 2014-11-17 11:26:48 -08:00
trie rollup merge of #19008: alex/collections-typos 2014-11-18 00:24:00 +01:00
bench.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
binary_heap.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
bit.rs Update libcollections tests to pass the new type rules. They used to return a pointer to the value they were modifying, but this should not have been legal, since that pointer would have to outlive the closure, and the closure continues to modify the value during the execution. This return value was just passed to black_box so as to convince llvm that the value was live, so rather than returning a pointer, modify to just call black_box directly inside the fn. 2014-11-19 06:20:20 -05:00
dlist.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
enum_set.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
lib.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
ring_buf.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
slice.rs Update libcollections tests to pass the new type rules. They used to return a pointer to the value they were modifying, but this should not have been legal, since that pointer would have to outlive the closure, and the closure continues to modify the value during the execution. This return value was just passed to black_box so as to convince llvm that the value was live, so rather than returning a pointer, modify to just call black_box directly inside the fn. 2014-11-19 06:20:20 -05:00
str.rs rollup merge of #18911: canndrew/slice_shift_char 2014-11-18 00:23:55 +01:00
string.rs rollup merge of #19008: alex/collections-typos 2014-11-18 00:24:00 +01:00
vec.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
vec_map.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00