| Age | Commit message (Expand) | Author | Lines |
| 2016-01-18 | Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss | bors | -30/+0 |
| 2016-01-17 | Move zst test from libcollections to src/test | Keith Yeung | -30/+0 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+4 |
| 2015-12-18 | Auto merge of #30272 - tshepang:doc-drain, r=bluss | bors | -7/+11 |
| 2015-12-17 | doc: improve drain examples and remove secondary info from leading paragraph | Tshepang Lekhonkhobe | -7/+11 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -20/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -10/+4 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -307/+394 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -307/+394 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -2/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+3 |
| 2015-11-03 | Correct incorrect assertion in VecDeque::wrap_copy | Michael Layzell | -7/+9 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -37/+36 |
| 2015-10-20 | Auto merge of #27723 - mystor:vecdeque_drain_range, r=bluss | bors | -14/+274 |
| 2015-10-08 | Add unsafe Send and Sync impls to VecDeque's Drain<T> | Michael Layzell | -0/+3 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+1 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -4/+0 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -4/+0 |
| 2015-09-25 | Simplify `Debug` for `{EnumSet, VecDeque}` | Andrew Paseltiner | -8/+1 |
| 2015-09-22 | Implement drain over a range for VecDeque | Michael Layzell | -14/+271 |
| 2015-09-19 | VecDeque: Use power of two capacity even for zero sized types | Ulrik Sverdrup | -1/+40 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -11/+3 |
| 2015-08-31 | Add missing stability attributes to VecDeque. | Eli Friedman | -2/+8 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -3/+3 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -11/+22 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -21/+1 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 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 |