| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | Make `vec::IntoIter` covariant again | Andrew Paseltiner | -1/+2 |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -3/+0 |
| 2016-08-11 | Introduce `as_mut_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -0/+11 |
| 2016-08-11 | Introduce `as_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -0/+13 |
| 2016-07-30 | Rollup merge of #35049 - knight42:add-test, r=alexcrichton | Manish Goregaokar | -0/+11 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -2/+18 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -11/+11 |
| 2016-07-28 | Add test for string AddAssign | Knight | -0/+11 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -1/+15 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -4/+6 |
| 2016-07-21 | Readding lifetime parameters and removing allocation | Thomas Garcia | -2/+2 |
| 2016-07-21 | Make vec::Drain and binary_heap::Drain covariant | Thomas Garcia | -0/+12 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -4/+0 |
| 2016-06-21 | implemented peek_mut and unit tests | Nathan Moos | -0/+19 |
| 2016-06-09 | clean up for test cases | Srinivas Reddy Thatiparthy | -14/+14 |
| 2016-06-09 | remove redundant assert statements | Srinivas Reddy Thatiparthy | -2/+0 |
| 2016-06-01 | Auto merge of #33947 - xosmig:btree_split_off, r=gereeter | bors | -0/+127 |
| 2016-06-01 | Implement split_off for BTreeMap and BTreeSet (RFC 509) | Andrey Tonkih | -0/+127 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -59/+0 |
| 2016-05-27 | Auto merge of #33795 - srinivasreddy:lib_coll_test, r=nrc | bors | -405/+442 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -2/+0 |
| 2016-05-24 | format with [rustfmt_skip] and addressed a few comments | Srinivas Reddy Thatiparthy | -80/+19 |
| 2016-05-22 | run rustfmt on libcollections test module | Srinivas Reddy Thatiparthy | -424/+522 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -0/+77 |
| 2016-04-20 | Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson | bors | -0/+28 |
| 2016-04-17 | Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422 | bors | -0/+33 |
| 2016-04-16 | Auto merge of #32977 - alexcrichton:ignore-panics, r=brson | bors | -1/+1 |
| 2016-04-16 | collections: add append and extend specialization for binary heap | Andrey Tonkih | -0/+33 |
| 2016-04-15 | std: Change String::truncate to panic less | Alex Crichton | -1/+1 |
| 2016-04-15 | Auto merge of #32851 - apasel422:spec-extend, r=alexcrichton | bors | -0/+19 |
| 2016-04-14 | Rollup merge of #32869 - bluss:char-boundary-test, r=brson | Steve Klabnik | -0/+16 |
| 2016-04-14 | Add `contains` to `VecDeque` and `LinkedList` (+ tests) | Lukas Kalbertodt | -0/+28 |
| 2016-04-14 | Specialize `Extend` to `append` for `{LinkedList, Vec}` | Andrew Paseltiner | -0/+19 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+6 |
| 2016-04-10 | Add test for is_char_boundary | Ulrik Sverdrup | -0/+16 |
| 2016-04-05 | Add test for [u8]'s Ord (and fix the old test for ord) | Ulrik Sverdrup | -6/+36 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+16 |
| 2016-03-28 | Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -6/+4 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+37 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -13/+0 |
| 2016-03-11 | removed integer suffixes in libcollections and libcollectionstest | srinivasreddy | -4/+4 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -9/+0 |
| 2016-03-05 | Fix panic on string slicing error to truncate the string | Ulrik Sverdrup | -0/+20 |
| 2016-03-01 | Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str` | Marvin Löbel | -0/+13 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -3/+2 |
| 2016-02-26 | Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton | bors | -0/+25 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -0/+25 |
| 2016-02-17 | Implement `Clone` for `std::vec::IntoIter` | Tobias Bucher | -0/+18 |