| Age | Commit message (Expand) | Author | Lines |
| 2015-04-25 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -5/+2 |
| 2015-04-23 | std: Add Default/IntoIterator/ToOwned to the prelude | Alex Crichton | -11/+6 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -1/+1 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -9/+5 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -2/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -9/+5 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -1/+2 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -0/+1 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -1/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -8/+8 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -14/+0 |
| 2015-03-26 | syntax: Remove parsing of old slice syntax | Alex Crichton | -1/+1 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -14/+0 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+15 |
| 2015-03-23 | rollup merge of #23637: apasel422/iter | Alex Crichton | -1/+2 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+15 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+14 |
| 2015-03-23 | document iteration order for `vec_deque::IntoIter` | Andrew Paseltiner | -1/+1 |
| 2015-03-23 | implement `Clone` for various iterators | Andrew Paseltiner | -0/+1 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -9/+9 |
| 2015-03-16 | move some tests back to libcollections | Jorge Aparicio | -0/+245 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -1118/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -9/+9 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -3/+3 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -26/+41 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -26/+41 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -6/+0 |
| 2015-02-26 | Tweak VecDeque's IterMut implementation | Edward Wang | -15/+9 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -11/+11 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -3/+3 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -11/+11 |
| 2015-02-24 | Fix broken tests | Vadim Petrochenkov | -6/+6 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -7/+7 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -12/+0 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -29/+31 |
| 2015-02-18 | rollup merge of #22491: Gankro/into_iter | Alex Crichton | -0/+2894 |
| 2015-02-18 | make FromIterator use IntoIterator | Alexis | -1/+2 |
| 2015-02-18 | make Extend use IntoIterator | Alexis | -2/+2 |
| 2015-02-18 | Implement RFC 580 | Aaron Turon | -0/+2881 |