| Age | Commit message (Expand) | Author | Lines |
| 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-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -2/+2 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -2/+2 |
| 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-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 | -2/+2 |
| 2015-08-13 | Rename String::into_boxed_slice -> into_boxed_str | Ulrik Sverdrup | -2/+2 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -559/+0 |
| 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-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -0/+12 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+12 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -15/+15 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -0/+8 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -15/+15 |
| 2015-06-21 | StrSearcher: Update substring search to use the Two Way algorithm | Ulrik Sverdrup | -1/+9 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+2 |
| 2015-06-11 | Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton | bors | -0/+20 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+20 |
| 2015-06-09 | Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton | bors | -0/+39 |
| 2015-06-08 | Address a review comment and fix a bootstrapping issue | Simon Sapin | -1/+27 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -36/+36 |
| 2015-06-06 | Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. | Simon Sapin | -0/+13 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -2/+2 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -2/+8 |
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -1/+1 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -1/+0 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -1/+0 |
| 2015-04-05 | Added smoke tests for new methods. | Marvin Löbel | -12/+137 |
| 2015-04-05 | Moved coretest::str tests into collectiontest::str | Marvin Löbel | -1/+375 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -7/+7 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -48/+48 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -61/+48 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -1/+1 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -2/+2 |
| 2015-03-19 | StrExt::splitn should not require a DoubleEndedSearcher | Jake Goulding | -0/+14 |
| 2015-03-19 | Introduce rsplit | Jake Goulding | -0/+14 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -0/+1668 |