| Age | Commit message (Expand) | Author | Lines |
| 2016-10-11 | Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton | Guillaume Gomez | -0/+8 |
| 2016-10-11 | Add Vec::dedup_by and Vec::dedup_by_key | Simon Sapin | -0/+27 |
| 2016-10-11 | Add method str::repeat(self, usize) -> String | Ulrik Sverdrup | -0/+8 |
| 2016-10-03 | Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon | bors | -2/+6 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+6 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+1 |
| 2016-09-29 | Auto merge of #36430 - llogiq:cow_add, r=alexcrichton | bors | -0/+65 |
| 2016-09-29 | impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str> | Andre Bogus | -0/+65 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -4/+4 |
| 2016-09-26 | Move Vec::dedup tests from slice.rs to vec.rs | Simon Sapin | -29/+29 |
| 2016-09-26 | Remove duplicate test. | Simon Sapin | -12/+0 |
| 2016-09-13 | Add tests for str::replacen | knight42 | -0/+15 |
| 2016-08-28 | Address FIXME in libcollectionstest/btree/set.rs | Andrew Paseltiner | -25/+6 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -3/+0 |
| 2016-08-17 | Auto merge of #35747 - jonathandturner:rollup, r=jonathandturner | bors | -0/+8 |
| 2016-08-17 | Auto merge of #35733 - apasel422:issue-35721, r=alexcrichton | bors | -1/+2 |
| 2016-08-17 | Rollup merge of #35707 - frewsxcv:vec-into-iter-debug, r=alexcrichton | Jonathan Turner | -0/+8 |
| 2016-08-16 | Auto merge of #35559 - frewsxcv:slice-iter-as-ref, r=alexcrichton | bors | -0/+18 |
| 2016-08-16 | Make `vec::IntoIter` covariant again | Andrew Paseltiner | -1/+2 |
| 2016-08-16 | Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichton | bors | -0/+6 |
| 2016-08-16 | Add basic unit test for `std::slice::Iter::as_slice`. | Corey Farwell | -0/+9 |
| 2016-08-16 | Implement `AsRef<[T]>` for `std::slice::Iter`. | Corey Farwell | -0/+9 |
| 2016-08-15 | Implement `Debug` for `std::vec::IntoIter`. | Corey Farwell | -0/+8 |
| 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-08-04 | Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariant | Thomas Garcia | -0/+6 |
| 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 |