rust/src/libcollections
2014-11-25 11:22:23 -05:00
..
btree rollup merge of #19008: alex/collections-typos 2014-11-18 00:24:00 +01:00
hash Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05: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 auto merge of #19236 : csouth3/rust/master, r=Gankro 2014-11-24 07:51:32 +00: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 Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
macros.rs
ring_buf.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
slice.rs auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton 2014-11-23 09:51:49 +00:00
str.rs Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00
string.rs Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00
vec_map.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
vec.rs Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00