| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -6/+0 |
| 2017-01-07 | Auto merge of #38733 - sfackler:peek-mut-pop, r=alexcrichton | bors | -0/+1 |
| 2017-01-01 | Add PeekMut::pop | Steven Fackler | -0/+1 |
| 2016-12-23 | Implement placement-in protocol for `Vec` | Andrew Paseltiner | -0/+2 |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+0 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-11-30 | Add String::split_off. | Clar Charr | -0/+1 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-23 | core, collections: Implement better .is_empty() for slice and vec iterators | Ulrik Sverdrup | -0/+1 |
| 2016-11-04 | Fix issues with the Add/AddAssign impls for Cow<str> | Oliver Middleton | -0/+1 |
| 2016-10-25 | run rustfmt on libcollectionstest | Srinivas Reddy Thatiparthy | -1/+3 |
| 2016-10-13 | Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton | bors | -0/+1 |
| 2016-10-11 | Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton | Guillaume Gomez | -0/+1 |
| 2016-10-11 | Add Vec::dedup_by and Vec::dedup_by_key | Simon Sapin | -0/+1 |
| 2016-10-11 | Add method str::repeat(self, usize) -> String | Ulrik Sverdrup | -0/+1 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-09-13 | Add tests for str::replacen | knight42 | -0/+1 |
| 2016-08-28 | Address FIXME in libcollectionstest/btree/set.rs | Andrew Paseltiner | -1/+0 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -3/+0 |
| 2016-08-11 | Introduce `as_slice` method on `std::vec::IntoIter` struct. | Corey Farwell | -0/+1 |
| 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/+1 |
| 2016-06-01 | Auto merge of #33947 - xosmig:btree_split_off, r=gereeter | bors | -0/+1 |
| 2016-06-01 | Implement split_off for BTreeMap and BTreeSet (RFC 509) | Andrey Tonkih | -0/+1 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -1/+0 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -2/+0 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -0/+1 |
| 2016-04-20 | Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson | bors | -0/+2 |
| 2016-04-16 | collections: add append and extend specialization for binary heap | Andrey Tonkih | -0/+1 |
| 2016-04-14 | Add `contains` to `VecDeque` and `LinkedList` (+ tests) | Lukas Kalbertodt | -0/+2 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+0 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+1 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1/+0 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -3/+0 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -0/+1 |
| 2016-01-30 | test: Deny warnings in {core,collections}test | Alex Crichton | -7/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+1 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -5/+0 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -0/+1 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -0/+1 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -19/+8 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -0/+1 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+1 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -2/+3 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -0/+1 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -2/+3 |
| 2015-06-24 | Remove remaining use of `bit_vec_append_splitoff` feature gate. | Johannes Oertel | -1/+0 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -1/+1 |