rust/src/libcollections
bors 3851d68a27 auto merge of #14750 : bachm/rust/master, r=alexcrichton
This adds the missing `get_mut` method to the `MutableVector` trait, and implements it for `&'a mut [T]`.
2014-06-13 22:46:35 +00:00
..
hash rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
bitv.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
btree.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
deque.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
dlist.rs collections: Add missing Default impls 2014-06-09 17:46:53 -07:00
enum_set.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
lib.rs sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
macros.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
priority_queue.rs collections: Add missing Default impls 2014-06-09 17:46:53 -07:00
ringbuf.rs collections: Add missing Default impls 2014-06-09 17:46:53 -07:00
slice.rs added get_mut() for [T] 2014-06-13 09:55:36 +02:00
smallintmap.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
str.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
string.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
treemap.rs Remove typo on collections::treemap::UnionItems 2014-06-13 13:53:34 -07:00
trie.rs collections: Add missing Default impls 2014-06-09 17:46:53 -07:00
unicode.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
vec.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00