| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -274/+0 |
| 2017-01-20 | Auto merge of #39062 - martinhath:placement-in-binaryheap, r=nagisa | bors | -0/+21 |
| 2017-01-17 | Fix BinaryHeap place by only constructing vec::PlaceBack once | Martin Hafskjold Thoresen | -5/+5 |
| 2017-01-14 | add test for range_mut | djzin | -0/+19 |
| 2017-01-14 | use str range for string btreemap in test | djzin | -2/+2 |
| 2017-01-14 | fix up tests | djzin | -3/+17 |
| 2017-01-14 | Add initial impl of placement-in for `BinaryHeap` | Martin Hafskjold Thoresen | -0/+21 |
| 2017-01-07 | Auto merge of #38733 - sfackler:peek-mut-pop, r=alexcrichton | bors | -1/+15 |
| 2017-01-07 | Auto merge of #38551 - aidanhs:aphs-vec-in-place, r=brson | bors | -0/+21 |
| 2017-01-03 | Auto merge of #38066 - bluss:string-slice-error, r=sfackler | bors | -2/+14 |
| 2017-01-01 | Add PeekMut::pop | Steven Fackler | -1/+15 |
| 2016-12-23 | Implement placement-in protocol for `Vec` | Andrew Paseltiner | -0/+21 |
| 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 | Use more specific panic message for &str slicing errors | Ulrik Sverdrup | -2/+14 |
| 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 |