| Age | Commit message (Expand) | Author | Lines |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+0 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -4/+4 |
| 2016-12-09 | Auto merge of #38192 - stjepang:faster-sort-algorithm, r=bluss | bors | -66/+88 |
| 2016-12-07 | Implement a faster sort algorithm | Stjepan Glavina | -66/+88 |
| 2016-12-04 | collections: Simplify VecDeque::is_empty | Ulrik Sverdrup | -0/+21 |
| 2016-11-30 | Add String::split_off. | Clar Charr | -0/+40 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -4/+4 |
| 2016-11-24 | Auto merge of #37943 - bluss:exact-is-empty, r=alexcrichton | bors | -0/+11 |
| 2016-11-23 | core, collections: Implement better .is_empty() for slice and vec iterators | Ulrik Sverdrup | -0/+11 |
| 2016-11-20 | Auto merge of #37888 - bluss:chars-count, r=alexcrichton | bors | -0/+1 |
| 2016-11-20 | Optimise CharIndices::last() | Oliver Middleton | -0/+8 |
| 2016-11-19 | str: Improve .chars().count() | Ulrik Sverdrup | -0/+1 |
| 2016-11-19 | Optimise Chars::last() | Oliver Middleton | -0/+8 |
| 2016-11-04 | Fix issues with the Add/AddAssign impls for Cow<str> | Oliver Middleton | -29/+106 |
| 2016-10-27 | Auto merge of #37212 - srinivasreddy:libcollectionstest, r=nrc | bors | -62/+80 |
| 2016-10-25 | run rustfmt on libcollectionstest | Srinivas Reddy Thatiparthy | -62/+80 |
| 2016-10-21 | Implement `From<Cow<str>> for String` and `From<Cow<[T]>> for Vec<T>`. | Simon Sapin | -0/+14 |
| 2016-10-17 | Auto merge of #37162 - matklad:static-mut-lint, r=jseyfried | bors | -16/+16 |
| 2016-10-14 | Rename static mut to upper case | Aleksey Kladov | -16/+16 |
| 2016-10-13 | Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton | bors | -41/+56 |
| 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 |