about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-08-06Use byte literals in libcollections testsnham-7/+7
2014-08-04auto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichtonbors-30/+198
2014-08-03auto merge of #16203 : Gankro/rust/vec_flow, r=alexcrichtonbors-1/+7
2014-08-02auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnikbors-3/+3
2014-08-02fix underflow in vec swap_removeAlexis Beingessner-1/+7
2014-08-02auto merge of #16177 : nham/rust/collections_15294_eq_ord, r=alexcrichtonbors-1/+63
2014-08-01Fix misspelled comments.Joseph Crail-3/+3
2014-08-01collections: Implement FromIterator/Extendable for BitvSetnham-1/+27
2014-08-01collections: Implement Ord for DList, RingBuf, TreeMap, TreeSetnham-0/+28
2014-08-01collections: Implement Eq for DList, RingBuf, TreeMap, TreeSetnham-0/+8
2014-08-01auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwaltonbors-8/+15
2014-08-01librustc: Forbid pattern bindings after `@`s, for memory safety.Patrick Walton-1/+1
2014-07-30Library changes for RFC #43Cameron Zwarich-8/+15
2014-07-30auto merge of #15915 : erickt/rust/master, r=alexcrichtonbors-1/+1
2014-07-29Fix a whitespace typoErick Tryzelaar-1/+1
2014-07-29Implement Hash for DListnham-0/+29
2014-07-29Fix documentation error in MutableVectorAllocating::move_fromdonkopotamus-1/+1
2014-07-29auto merge of #16038 : nham/rust/collections_partialord, r=alexcrichtonbors-2/+172
2014-07-29auto merge of #16033 : nham/rust/hash_tuple_impl, r=alexcrichtonbors-11/+18
2014-07-29auto merge of #16032 : treeman/rust/doc-treecollection, r=alexcrichtonbors-31/+528
2014-07-28auto merge of #16027 : treeman/rust/doc-string, r=alexcrichtonbors-25/+261
2014-07-28collections, unicode: Add support for NFC and NFKCFlorian Zeitz-30/+198
2014-07-28doc: Method examples for StringJonas Hietala-25/+261
2014-07-28Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSetnham-2/+23
2014-07-28Implement PartialOrd for Bitv and BitvSetnham-1/+40
2014-07-28Implement PartialOrd for SmallIntMapnham-0/+39
2014-07-27Implement PartialOrd for TrieMap and TrieSetnham-1/+72
2014-07-27auto merge of #16020 : nham/rust/ringbuf_hash_ord, r=alexcrichtonbors-0/+49
2014-07-27Implement Hash for tuples of up to arity 12. Also change the style to be cons...nham-11/+18
2014-07-27doc: Small rewording.Jonas Hietala-6/+4
2014-07-27Hash the length of the RingBuf before hashing elementsnham-0/+1
2014-07-27doc: Main example for TreeMap.Jonas Hietala-0/+101
2014-07-27doc: TreeMap methods with examples.Jonas Hietala-17/+248
2014-07-27doc: TreeSet methods and main example.Jonas Hietala-16/+183
2014-07-27auto merge of #15963 : nham/rust/moar_15294, r=alexcrichtonbors-2/+194
2014-07-26Implement PartialOrd for RingBufnham-0/+20
2014-07-26Implement Hash for RingBufnham-0/+28
2014-07-26Manually implement Hash for SmallIntMapnham-12/+20
2014-07-26auto merge of #15762 : nham/rust/ringbuf_docs, r=alexcrichtonbors-0/+66
2014-07-26Add examples for RingBuf methods get, get_mut, iter, mut_iternham-0/+66
2014-07-26Small fixes for testsnham-8/+8
2014-07-25Fix a typo in SmallIntMap documentationnham-1/+1
2014-07-25Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and...nham-1/+185
2014-07-25Add methods for obtaining iterators over the keys and values of a TrieMapnham-0/+43
2014-07-25Add methods for obtaining iterators over the keys and values of a SmallIntMapnham-0/+47
2014-07-25Add methods for obtaining iterators over the keys and values of a TreeMapnham-0/+41
2014-07-24auto merge of #15945 : treeman/rust/doc-smallint-update, r=alexcrichtonbors-4/+44
2014-07-24Document update and update_with_key in SmallIntMap.Jonas Hietala-4/+44
2014-07-24Document SmallIntMap with examples.Jonas Hietala-2/+119
2014-07-24Format documentation for SmallIntMap.Jonas Hietala-17/+15