| Age | Commit message (Expand) | Author | Lines |
| 2016-04-16 | collections: add append and extend specialization for binary heap | Andrey Tonkih | -0/+33 |
| 2016-04-15 | std: Change String::truncate to panic less | Alex Crichton | -1/+1 |
| 2016-04-15 | Auto merge of #32851 - apasel422:spec-extend, r=alexcrichton | bors | -0/+19 |
| 2016-04-14 | Rollup merge of #32869 - bluss:char-boundary-test, r=brson | Steve Klabnik | -0/+16 |
| 2016-04-14 | Add `contains` to `VecDeque` and `LinkedList` (+ tests) | Lukas Kalbertodt | -0/+28 |
| 2016-04-14 | Specialize `Extend` to `append` for `{LinkedList, Vec}` | Andrew Paseltiner | -0/+19 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+6 |
| 2016-04-10 | Add test for is_char_boundary | Ulrik Sverdrup | -0/+16 |
| 2016-04-05 | Add test for [u8]'s Ord (and fix the old test for ord) | Ulrik Sverdrup | -6/+36 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+16 |
| 2016-03-28 | Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik | Steve Klabnik | -4/+4 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -6/+4 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+37 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -13/+0 |
| 2016-03-11 | removed integer suffixes in libcollections and libcollectionstest | srinivasreddy | -4/+4 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -9/+0 |
| 2016-03-05 | Fix panic on string slicing error to truncate the string | Ulrik Sverdrup | -0/+20 |
| 2016-03-01 | Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str` | Marvin Löbel | -0/+13 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -3/+2 |
| 2016-02-26 | Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton | bors | -0/+25 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -0/+25 |
| 2016-02-17 | Implement `Clone` for `std::vec::IntoIter` | Tobias Bucher | -0/+18 |
| 2016-02-10 | Auto merge of #31420 - bluss:deque-equality, r=Gankro | bors | -0/+27 |
| 2016-02-03 | Add tests for `Cow::from` for strings, vectors and slices | Tobias Bucher | -0/+22 |
| 2016-01-30 | test: Deny warnings in {core,collections}test | Alex Crichton | -10/+24 |
| 2016-01-27 | Auto merge of #31224 - bluss:deque-hashing, r=Gankro | bors | -0/+19 |
| 2016-01-27 | collections: Use slices parts in PartialEq for VecDeque | Ulrik Sverdrup | -0/+27 |
| 2016-01-27 | collections: Hash VecDeque in its slice parts | Ulrik Sverdrup | -0/+19 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -1/+0 |
| 2016-01-18 | Make `btree_set::{IntoIter, Iter, Range}` covariant | Andrew Paseltiner | -0/+10 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -0/+16 |
| 2016-01-16 | BTreeMap: Add a test for clone | Jonathan S | -0/+32 |
| 2016-01-16 | Auto merge of #30740 - bluss:ascii-is-the-best, r=brson | bors | -0/+12 |
| 2016-01-13 | Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton | bors | -0/+9 |
| 2016-01-12 | Add fast path for ASCII in UTF-8 validation | Ulrik Sverdrup | -0/+12 |
| 2015-12-13 | restore tests accidentally removed in #30182 | Tamir Duberstein | -0/+11 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -24/+12 |
| 2015-12-07 | Let str::replace take a pattern | William Throwe | -0/+9 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+1 |
| 2015-10-24 | Add assertions to test_total_ord for str | Kevin Butler | -5/+5 |
| 2015-10-24 | Remove unnecessary String allocations from str tests | Kevin Butler | -50/+30 |
| 2015-10-20 | Auto merge of #27723 - mystor:vecdeque_drain_range, r=bluss | bors | -4/+4 |
| 2015-10-19 | Correct drain implementations in libcollectionstest | Michael Layzell | -4/+4 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-09-28 | Minor code cleanup. | Scott Olson | -1/+1 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -5/+0 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -5/+0 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -2/+2 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -9/+3 |
| 2015-09-18 | Avoid zero-sized leaf allocations in `BTreeMap` | Andrew Paseltiner | -0/+53 |