rust/src/libcollections
bors d114ddac03 auto merge of #15963 : nham/rust/moar_15294, r=alexcrichton
Implements PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and Clone/Show for TrieMap/TrieSet. cc #15294
2014-07-27 06:16:14 +00:00
..
hash collections: Move push/pop to MutableSeq 2014-07-23 13:20:10 -07:00
bitv.rs Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
btree.rs Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
deque.rs Fix deprecation warning in deque.rs 2014-07-24 07:25:48 -07:00
dlist.rs Just land already 2014-07-23 13:20:17 -07:00
enum_set.rs Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
lib.rs Just land already 2014-07-23 13:20:17 -07:00
macros.rs Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
priority_queue.rs Document PriorityQueue. 2014-07-24 11:41:23 +02:00
ringbuf.rs Add examples for RingBuf methods get, get_mut, iter, mut_iter 2014-07-26 13:42:55 -04:00
slice.rs collections: Move push/pop to MutableSeq 2014-07-23 13:20:10 -07:00
smallintmap.rs auto merge of #15963 : nham/rust/moar_15294, r=alexcrichton 2014-07-27 06:16:14 +00:00
str.rs Add string::raw::from_buf 2014-07-24 07:25:43 -07:00
string.rs Add string::raw::from_buf 2014-07-24 07:25:43 -07:00
treemap.rs Add methods for obtaining iterators over the keys and values of a TreeMap 2014-07-25 00:32:42 -04:00
trie.rs Small fixes for tests 2014-07-26 12:06:52 -04:00
vec.rs Just land already 2014-07-23 13:20:17 -07:00