| Age | Commit message (Expand) | Author | Lines |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -6847/+0 |
| 2017-03-31 | Rollup merge of #40947 - stjepang:test-sort-random-cmp, r=alexcrichton | Corey Farwell | -1/+15 |
| 2017-03-31 | Test sort algorithms using a random cmp function | Stjepan Glavina | -1/+15 |
| 2017-03-22 | Specialize Vec::from_iter for vec::IntoIter | Steven Fackler | -0/+16 |
| 2017-03-21 | Implement feature sort_unstable | Stjepan Glavina | -10/+4 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -2/+0 |
| 2017-03-14 | Replace Utf8Error::resume_from with Utf8Error::error_len | Simon Sapin | -16/+16 |
| 2017-03-14 | Add Utf8Error::resume_from, to help incremental and/or lossy decoding. | Simon Sapin | -0/+31 |
| 2017-03-09 | Implement placement-in protocol for and `VecDeque` | Charlie Fan | -1/+24 |
| 2017-03-02 | Remove std_unicode::str::is_utf16 | Simon Sapin | -66/+1 |
| 2017-02-18 | add impl for RangeToInclusive | Djzin | -0/+7 |
| 2017-02-18 | add test for max value | Djzin | -0/+8 |
| 2017-02-18 | impl RangeArgument for RangeInclusive and add appropriate tests | Djzin | -0/+73 |
| 2017-02-10 | Dont segfault if btree range is not in order | Brian Vincent | -0/+42 |
| 2017-02-06 | Extract collections benchmarks to libcollections/benches | Son | -1469/+0 |
| 2017-02-04 | Minor fix in the *_expensive benchmark | Stjepan Glavina | -6/+3 |
| 2017-01-28 | Implement `PartialEq<&[A]>` for `VecDeque<A>`. | Corey Farwell | -0/+19 |
| 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 |