| Age | Commit message (Expand) | Author | Lines |
| 2014-08-06 | Use byte literals in libcollections tests | nham | -7/+7 |
| 2014-08-04 | auto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichton | bors | -30/+198 |
| 2014-08-03 | auto merge of #16203 : Gankro/rust/vec_flow, r=alexcrichton | bors | -1/+7 |
| 2014-08-02 | auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnik | bors | -3/+3 |
| 2014-08-02 | fix underflow in vec swap_remove | Alexis Beingessner | -1/+7 |
| 2014-08-02 | auto merge of #16177 : nham/rust/collections_15294_eq_ord, r=alexcrichton | bors | -1/+63 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -3/+3 |
| 2014-08-01 | collections: Implement FromIterator/Extendable for BitvSet | nham | -1/+27 |
| 2014-08-01 | collections: Implement Ord for DList, RingBuf, TreeMap, TreeSet | nham | -0/+28 |
| 2014-08-01 | collections: Implement Eq for DList, RingBuf, TreeMap, TreeSet | nham | -0/+8 |
| 2014-08-01 | auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwalton | bors | -8/+15 |
| 2014-08-01 | librustc: Forbid pattern bindings after `@`s, for memory safety. | Patrick Walton | -1/+1 |
| 2014-07-30 | Library changes for RFC #43 | Cameron Zwarich | -8/+15 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | Fix a whitespace typo | Erick Tryzelaar | -1/+1 |
| 2014-07-29 | Implement Hash for DList | nham | -0/+29 |
| 2014-07-29 | Fix documentation error in MutableVectorAllocating::move_from | donkopotamus | -1/+1 |
| 2014-07-29 | auto merge of #16038 : nham/rust/collections_partialord, r=alexcrichton | bors | -2/+172 |
| 2014-07-29 | auto merge of #16033 : nham/rust/hash_tuple_impl, r=alexcrichton | bors | -11/+18 |
| 2014-07-29 | auto merge of #16032 : treeman/rust/doc-treecollection, r=alexcrichton | bors | -31/+528 |
| 2014-07-28 | auto merge of #16027 : treeman/rust/doc-string, r=alexcrichton | bors | -25/+261 |
| 2014-07-28 | collections, unicode: Add support for NFC and NFKC | Florian Zeitz | -30/+198 |
| 2014-07-28 | doc: Method examples for String | Jonas Hietala | -25/+261 |
| 2014-07-28 | Implement Ord for TrieMap/TrieSet/SmallIntMap/Bitv/BitvSet | nham | -2/+23 |
| 2014-07-28 | Implement PartialOrd for Bitv and BitvSet | nham | -1/+40 |
| 2014-07-28 | Implement PartialOrd for SmallIntMap | nham | -0/+39 |
| 2014-07-27 | Implement PartialOrd for TrieMap and TrieSet | nham | -1/+72 |
| 2014-07-27 | auto merge of #16020 : nham/rust/ringbuf_hash_ord, r=alexcrichton | bors | -0/+49 |
| 2014-07-27 | Implement Hash for tuples of up to arity 12. Also change the style to be cons... | nham | -11/+18 |
| 2014-07-27 | doc: Small rewording. | Jonas Hietala | -6/+4 |
| 2014-07-27 | Hash the length of the RingBuf before hashing elements | nham | -0/+1 |
| 2014-07-27 | doc: Main example for TreeMap. | Jonas Hietala | -0/+101 |
| 2014-07-27 | doc: TreeMap methods with examples. | Jonas Hietala | -17/+248 |
| 2014-07-27 | doc: TreeSet methods and main example. | Jonas Hietala | -16/+183 |
| 2014-07-27 | auto merge of #15963 : nham/rust/moar_15294, r=alexcrichton | bors | -2/+194 |
| 2014-07-26 | Implement PartialOrd for RingBuf | nham | -0/+20 |
| 2014-07-26 | Implement Hash for RingBuf | nham | -0/+28 |
| 2014-07-26 | Manually implement Hash for SmallIntMap | nham | -12/+20 |
| 2014-07-26 | auto merge of #15762 : nham/rust/ringbuf_docs, r=alexcrichton | bors | -0/+66 |
| 2014-07-26 | Add examples for RingBuf methods get, get_mut, iter, mut_iter | nham | -0/+66 |
| 2014-07-26 | Small fixes for tests | nham | -8/+8 |
| 2014-07-25 | Fix a typo in SmallIntMap documentation | nham | -1/+1 |
| 2014-07-25 | Implement PartialEq/Eq/Clone/Hash/FromIterator/Extendable for SmallIntMap and... | nham | -1/+185 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TrieMap | nham | -0/+43 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a SmallIntMap | nham | -0/+47 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TreeMap | nham | -0/+41 |
| 2014-07-24 | auto merge of #15945 : treeman/rust/doc-smallint-update, r=alexcrichton | bors | -4/+44 |
| 2014-07-24 | Document update and update_with_key in SmallIntMap. | Jonas Hietala | -4/+44 |
| 2014-07-24 | Document SmallIntMap with examples. | Jonas Hietala | -2/+119 |
| 2014-07-24 | Format documentation for SmallIntMap. | Jonas Hietala | -17/+15 |