| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -2/+2 |
| 2015-09-02 | Auto merge of #28148 - eefriedman:binary_heap, r=alexcrichton | bors | -0/+1 |
| 2015-09-01 | Add missing stability markings to BinaryHeap. | Eli Friedman | -0/+1 |
| 2015-08-31 | Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichton | bors | -0/+31 |
| 2015-08-30 | Add overrides to iterator methods for `str::Bytes` | Daan Rijks | -0/+31 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -0/+50 |
| 2015-08-18 | Auto merge of #27474 - bluss:twoway-reverse, r=brson | bors | -0/+20 |
| 2015-08-14 | Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichton | bors | -4/+4 |
| 2015-08-13 | Rename String::into_boxed_slice -> into_boxed_str | Ulrik Sverdrup | -4/+4 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -2790/+14 |
| 2015-08-02 | StrSearcher: Add tests for rfind(&str) | Ulrik Sverdrup | -0/+20 |
| 2015-07-29 | implement Clone for Box<str>, closes #27323 | Alexis Beingessner | -0/+8 |
| 2015-07-28 | Implement Clone for Box<[T]> where T: Clone | Jonathan Reem | -0/+53 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -30/+0 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -0/+14 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -0/+1 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+13 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -25/+25 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -42/+20 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -0/+16 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -42/+20 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -25/+25 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -4/+4 |
| 2015-06-30 | Auto merge of #26327 - bluss:two-way, r=aturon | bors | -1/+9 |
| 2015-06-24 | Remove remaining use of `bit_vec_append_splitoff` feature gate. | Johannes Oertel | -1/+0 |
| 2015-06-21 | StrSearcher: Update substring search to use the Two Way algorithm | Ulrik Sverdrup | -1/+9 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -1/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -12/+44 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -6/+6 |