| Age | Commit message (Expand) | Author | Lines |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -10/+20 |
| 2015-07-29 | Rollup merge of #27102 - tshepang:better-examples, r=aturon | Steve Klabnik | -19/+23 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -10/+20 |
| 2015-07-19 | doc: use 'index' and 'value' in place of 'i' and 't' | Tshepang Lekhonkhobe | -38/+38 |
| 2015-07-17 | Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichton | bors | -153/+130 |
| 2015-07-17 | doc: improve some VecDeque examples | Tshepang Lekhonkhobe | -19/+23 |
| 2015-07-17 | doc: add missing space | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -153/+130 |
| 2015-07-08 | 'iff' for docs to 'if and only if' | Esption | -1/+1 |
| 2015-07-08 | Fixed some occurrences of 'if' being spelled 'iff' | Esption | -1/+1 |
| 2015-07-06 | Auto merge of #26817 - cmr:vecdeque-docs, r=Gankro | bors | -0/+4 |
| 2015-07-05 | collections: vec_deque: add some notes on how to use VecDeque as a queue effe... | Corey Richardson | -0/+4 |
| 2015-07-05 | collections: vec_deque: rename "ringbuf" to "VecDeque" in doc comments | Corey Richardson | -14/+14 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -4/+4 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -0/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -9/+9 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -10/+10 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+7 |
| 2015-06-01 | [libcollections] Fix unused import warnings during stage0 build | Wesley Wiser | -1/+1 |
| 2015-05-19 | collections: Clean up feature flags doc examples | Ulrik Sverdrup | -6/+0 |
| 2015-05-04 | Implement retain for vec_deque | Steven Allen | -0/+36 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -2/+0 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-21 | rollup merge of #24541: alexcrichton/issue-24538 | Alex Crichton | -11/+6 |
| 2015-04-18 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -5/+2 |
| 2015-04-17 | 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 |