| Age | Commit message (Expand) | Author | Lines |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -7/+7 |
| 2017-04-28 | FromIterator and Extend Cow for String | Eh2406 | -0/+18 |
| 2017-04-26 | Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi | bors | -2/+3 |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -2/+3 |
| 2017-04-23 | Use Vec::splice impl in string::Splice::drop() | Matt Ickstadt | -15/+1 |
| 2017-04-23 | Improve splice docs and tests | Matt Ickstadt | -2/+2 |
| 2017-04-23 | Update splice impl | Matt Ickstadt | -2/+11 |
| 2017-04-23 | Add Vec::splice and String::splice | Simon Sapin | -1/+129 |
| 2017-04-14 | refactor: add reason string | Evgeny Safronov | -1/+1 |
| 2017-04-14 | fix: add feature to doc tests | Evgeny Safronov | -0/+1 |
| 2017-04-14 | Add `as_bytes()` for `FromUtf8Error`. | Evgeny Safronov | -0/+19 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -2/+2 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -47/+47 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -47/+47 |
| 2017-03-10 | Add From<Box<..>> implementations. | Clar Charr | -0/+16 |
| 2017-03-05 | Issue #39688 - Help people find String::as_bytes() for UTF-8 r? @steveklabnik | Joshua Horwitz | -0/+8 |
| 2017-03-03 | Auto merge of #40189 - SimonSapin:one-width, r=alexcrichton | bors | -2/+2 |
| 2017-03-02 | Rollup merge of #40117 - SimonSapin:to-err-is-for-the-formatter, r=alexcrichton | Corey Farwell | -1/+8 |
| 2017-03-01 | Panic on errors in `format!` or `<T: Display>::to_string` | Simon Sapin | -1/+8 |
| 2017-03-01 | Only keep one copy of the UTF8_CHAR_WIDTH table. | Simon Sapin | -2/+2 |
| 2017-02-28 | Rollup merge of #40028 - withoutboats:string_from_iter, r=alexcrichton | Corey Farwell | -0/+9 |
| 2017-02-26 | Auto merge of #39738 - keeperofdakeys:vec-docs, r=GuillaumeGomez | bors | -0/+3 |
| 2017-02-24 | Rollup merge of #39886 - mbrubeck:doc-edit, r=steveklabnik | Guillaume Gomez | -0/+42 |
| 2017-02-22 | impl FromIter<&char> for String | Without Boats | -0/+9 |
| 2017-02-16 | Fixup String::split_off documentation | Steven Allen | -9/+9 |
| 2017-02-16 | Additional docs for Vec, String, and slice trait impls | Matt Brubeck | -0/+42 |
| 2017-02-14 | Add notes about capacity effects to Vec::truncate() | Josh | -0/+3 |
| 2017-02-07 | Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon | bors | -0/+7 |
| 2017-02-05 | Replace PlaceBack Debug implementation with derive | Guillaume Gomez | -2/+2 |
| 2017-02-01 | std: Add ToString trait specialization for Cow<'a, str> and String | f001 | -0/+16 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -7/+2 |
| 2017-01-20 | Add Debug implementations for libcollection structs | Guillaume Gomez | -0/+7 |
| 2017-01-14 | have RangeArgument return a Bound<&T> from each of its methods | djzin | -2/+11 |
| 2016-12-20 | run rustfmt on libcollections folder | Srinivas Reddy Thatiparthy | -7/+3 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -2/+2 |
| 2016-12-03 | Remove redundant assertion near is_char_boundary. | Clar Charr | -4/+0 |
| 2016-11-30 | Add String::split_off. | Clar Charr | -0/+33 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -2/+2 |
| 2016-11-04 | Change Into<Vec<u8>> for String and Into<OsString> for PathBuf to From impls | leonardo.yvens | -4/+4 |
| 2016-10-22 | Auto merge of #37327 - aidanhs:aphs-bytes-iter-doc, r=alexcrichton | bors | -2/+2 |
| 2016-10-21 | `as_bytes` is not the iterator, `bytes` is | Aidan Hobson Sayers | -2/+2 |
| 2016-10-21 | Implement `From<Cow<str>> for String` and `From<Cow<[T]>> for Vec<T>`. | Simon Sapin | -0/+7 |
| 2016-10-10 | Add missing urls on String module | Guillaume Gomez | -3/+4 |
| 2016-09-30 | Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -3/+4 |
| 2016-09-24 | Fix some typos and improve doc comments style | Guillaume Gomez | -3/+3 |
| 2016-09-23 | Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`" | Brian Anderson | -20/+0 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -1/+4 |
| 2016-08-21 | Fix "Furthermore" Typo in String Docs | Christopher Serr | -1/+1 |