| Age | Commit message (Expand) | Author | Lines |
| 2014-12-09 | Add a proper `Hash` implementation for `VecMap` | Tobias Bucher | -0/+37 |
| 2014-12-09 | rollup merge of #19626: bluss/string-extend-str | Alex Crichton | -0/+44 |
| 2014-12-09 | rollup merge of #19622: steveklabnik/fix_ringbuf_doc | Alex Crichton | -5/+1 |
| 2014-12-09 | rollup merge of #19592: jbranchaud/add-btreemap-iter-doctest | Alex Crichton | -0/+18 |
| 2014-12-09 | Clean up `libcollections::VecMap` | Tobias Bucher | -54/+35 |
| 2014-12-09 | Add a doctest for the std::string::as_string method. | jbranchaud | -0/+13 |
| 2014-12-09 | auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis | bors | -17/+54 |
| 2014-12-08 | Change 'Example' to 'Examples' throughout collections' rustdocs. | jbranchaud | -283/+286 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -17/+54 |
| 2014-12-08 | auto merge of #19574 : erickt/rust/vec-reserve, r=alexcrichton | bors | -4/+5 |
| 2014-12-08 | auto merge of #19306 : steveklabnik/rust/gh19269, r=nikomatsakis,brson | bors | -8/+2 |
| 2014-12-08 | auto merge of #19555 : jbranchaud/rust/add-doctests-for-key-values-of-btreema... | bors | -0/+26 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -193/+190 |
| 2014-12-08 | auto merge of #19561 : csouth3/rust/treeset-bitops, r=Gankro | bors | -1/+125 |
| 2014-12-07 | string: Add test for FromIterator<&str> and Extend<&str> | bluss | -2/+9 |
| 2014-12-07 | string: Add test for FromIterator<char> and Extend<char> | bluss | -0/+14 |
| 2014-12-07 | string: Implement FromIterator<&str> and Extend<&str> for String | bluss | -0/+21 |
| 2014-12-07 | string: Use the iterator size_hint() in .extend() | bluss | -0/+2 |
| 2014-12-07 | Remove mention of Dequeue in collections docs. | Steve Klabnik | -5/+1 |
| 2014-12-07 | auto merge of #19488 : jbranchaud/rust/add-btree-set-doctests, r=alexcrichton | bors | -0/+66 |
| 2014-12-06 | libcollections: remove unnecessary `to_string()` calls | Jorge Aparicio | -36/+36 |
| 2014-12-06 | libcollections: remove unnecessary `as_mut_slice()` calls | Jorge Aparicio | -32/+32 |
| 2014-12-06 | libcollections: remove unnecessary `as_slice()` calls | Jorge Aparicio | -126/+123 |
| 2014-12-05 | Add a doctest for BTreeMap's iter method. | jbranchaud | -0/+18 |
| 2014-12-05 | Implement BitOps for TreeSet | Chase Southwood | -1/+125 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+4 |
| 2014-12-05 | Add doctests for union, diff, sym_diff, and intersection. | jbranchaud | -0/+66 |
| 2014-12-05 | Add doctests for keys() and values() of the BTreeMap collection. | jbranchaud | -0/+26 |
| 2014-12-05 | collections: dramatically speed up Vec::reserve with magic | Erick Tryzelaar | -4/+5 |
| 2014-12-05 | Merge remote-tracking branch 'csouth3/trieset-bitops' into rollup-2014_12_03 | Corey Richardson | -0/+60 |
| 2014-12-05 | Implement BitOps for TrieSet | Chase Southwood | -1/+125 |
| 2014-12-05 | rollup merge of #19528: aliblong/add_vecmap_capacity | Corey Richardson | -0/+16 |
| 2014-12-05 | rollup merge of #19518: csouth3/trieset-bitops | Corey Richardson | -1/+65 |
| 2014-12-04 | Implement BitOps for TrieSet | Chase Southwood | -1/+65 |
| 2014-12-04 | Add capacity() to VecMap | Aaron Liblong | -0/+16 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -2/+5 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -20/+22 |
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -5/+103 |
| 2014-12-01 | Pop on binary heaps does not have constant time complexity. | Jim Apple | -2/+2 |
| 2014-11-29 | Add test for #18908 | Tobias Bucher | -0/+29 |
| 2014-11-27 | impl Str for CowString | Sean McArthur | -0/+7 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -1/+0 |
| 2014-11-26 | More test fixes and rebase conflicts! | Alex Crichton | -2/+2 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -52/+50 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -52/+50 |
| 2014-11-26 | rollup merge of #19330: csouth3/binaryheap-iter | Alex Crichton | -0/+17 |
| 2014-11-26 | rollup merge of #19308: thestinger/oom | Alex Crichton | -0/+1 |
| 2014-11-26 | rollup merge of #19296: csouth3/trieset-union | Alex Crichton | -1/+268 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -21/+19 |
| 2014-11-26 | rollup merge of #19287: alexcrichton/issue-19272 | Alex Crichton | -1/+1 |