| Age | Commit message (Expand) | Author | Lines |
| 2015-06-17 | Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> | Ulrik Sverdrup | -0/+29 |
| 2015-05-10 | Implement `append` and `split_off` for BitSet (RFC 509) | Johannes Oertel | -0/+62 |
| 2015-05-07 | Auto merge of #24890 - jooert:bitvec-append-split_off, r=alexcrichton | bors | -0/+136 |
| 2015-05-06 | Implement append and split_off for BitVec (RFC 509) | Johannes Oertel | -0/+136 |
| 2015-05-04 | Implement retain for vec_deque | Steven Allen | -0/+10 |
| 2015-05-04 | Auto merge of #25047 - sinkuu:vec_intoiter_override, r=alexcrichton | bors | -0/+5 |
| 2015-05-02 | Override Iterator::count method in vec::IntoIter | sinkuu | -0/+5 |
| 2015-05-01 | collections: Implement String::drain(range) according to RFC 574 | Ulrik Sverdrup | -0/+17 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -2/+0 |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -3/+34 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -3/+2 |
| 2015-04-19 | collections: Move optimized String::from_str to String::from | Erick Tryzelaar | -0/+27 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+10 |
| 2015-04-14 | rollup merge of #24310: alexcrichton/stabilize-utf8-error | Alex Crichton | -2/+1 |
| 2015-04-14 | More test fixes | Alex Crichton | -9/+8 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -21/+18 |
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -2/+1 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -1/+0 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -1/+0 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -1/+500 |
| 2015-04-05 | Added smoke tests for new methods. | Marvin Löbel | -12/+137 |
| 2015-04-05 | Moved coretest::str tests into collectiontest::str | Marvin Löbel | -1/+375 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -41/+41 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -2/+2 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+2 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -19/+20 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -18/+18 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -60/+57 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -0/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -73/+58 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -18/+18 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -4/+4 |
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -41/+41 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -3/+3 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -2/+8 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -0/+1 |
| 2015-03-23 | Fallout from changing fn traits to use inheritance rather than bridge | Niko Matsakis | -2/+8 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -1/+1 |
| 2015-03-19 | StrExt::splitn should not require a DoubleEndedSearcher | Jake Goulding | -0/+14 |
| 2015-03-19 | Introduce rsplit | Jake Goulding | -0/+14 |
| 2015-03-17 | std: Stabilize `IteratorExt::cloned` | Alex Crichton | -1/+1 |
| 2015-03-16 | move some tests back to libcollections | Jorge Aparicio | -510/+0 |
| 2015-03-16 | enable enum_set tests | Jorge Aparicio | -15/+18 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -0/+9306 |