rust/src/libcollections
Aaron Turon a211907f88 libcollections: remove init_to_vec
The `init_to_vec` function in `collections::bitv` was exposed as an
inherent method, but appears to just be a helper function for the
`to_vec` method. This patch inlines the definition, removing
`init_to_vec` from the public API.

[breaking-change]
2014-05-19 13:50:03 -07:00
..
bitv.rs libcollections: remove init_to_vec 2014-05-19 13:50:03 -07:00
btree.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
deque.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
dlist.rs Fix insert_ordered in DList 2014-05-18 16:34:01 -07:00
enum_set.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
hashmap.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
lru_cache.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
priority_queue.rs Fix dead code warnings 2014-05-18 16:33:30 -07:00
ringbuf.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
smallintmap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
treemap.rs adding move_iter() function to collections::treemap::TreeSet 2014-05-18 00:47:01 -04:00
trie.rs rustc: Stop leaking enum variants into children 2014-05-16 16:16:57 -07:00