| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+4 |
| 2016-08-14 | Rollup merge of #35598 - tshepang:needless-binding, r=steveklabnik | Eduard-Mihai Burtescu | -2/+1 |
| 2016-08-14 | Rollup merge of #35597 - tshepang:it-is-a-slice, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-08-11 | string: remove needless binding | Tshepang Lekhonkhobe | -2/+1 |
| 2016-08-11 | doc: a value of type `&str` is called a "string slice" | Tshepang Lekhonkhobe | -1/+1 |
| 2016-08-09 | Add tracking issue for `String::insert_str` | Murarth | -1/+1 |
| 2016-08-07 | Add `FromIterator` implementations for `Cow<str>` | Alexander Altman | -0/+21 |
| 2016-07-27 | implement `From<Vec<char>>` and `From<&'a [char]>` for `String` | Paul Woolcock | -0/+20 |
| 2016-07-22 | Auto merge of #34771 - murarth:string-insert-str, r=alexcrichton | bors | -9/+53 |
| 2016-07-21 | Rollup merge of #34890 - oconnor663:addassign, r=brson | Guillaume Gomez | -1/+9 |
| 2016-07-18 | use a new feature name for String AddAssign | Jack O'Connor | -1/+1 |
| 2016-07-18 | update the since field to 1.12.0 for String AddAssign | Jack O'Connor | -1/+1 |
| 2016-07-17 | Document from_raw_parts involves ownership transfer | Jake Goulding | -0/+6 |
| 2016-07-17 | implement AddAssign for String | Jack O'Connor | -1/+9 |
| 2016-07-11 | Add method `String::insert_str` | Murarth | -9/+53 |
| 2016-05-12 | doc: Fix comment in std::string::String example code | Haiko Schol | -1/+1 |
| 2016-04-15 | std: Change String::truncate to panic less | Alex Crichton | -4/+8 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -10/+11 |
| 2016-03-31 | Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichton | bors | -1/+9 |
| 2016-03-30 | specialize ToString for str | Sean McArthur | -1/+9 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -14/+14 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -20/+5 |
| 2016-03-13 | Call str::to_owned in String::from and uninline it | Ulrik Sverdrup | -14/+2 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -22/+1 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -27/+27 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -1/+33 |
| 2016-02-09 | Rollup merge of #31515 - steveklabnik:doc_drain, r=alexcrichton | Steve Klabnik | -0/+6 |
| 2016-02-09 | Improve docs for Drain on String | Steve Klabnik | -0/+6 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-08 | Fix up docs for String::from_utf8_lossy() | Steve Klabnik | -11/+12 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -1/+1 |
| 2016-01-29 | std::string::String.from_utf16 doc fix | tgor | -1/+1 |
| 2016-01-22 | Implement error::Error and fmt::Display for string::ParseError | Dirk Gadsden | -0/+7 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -3/+11 |
| 2016-01-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -4/+7 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -4/+7 |
| 2016-01-12 | Add some examples to std::string | Steve Klabnik | -0/+36 |
| 2016-01-02 | Fix off-by-one in String::remove | diwic | -3/+3 |
| 2015-12-18 | Auto merge of #30272 - tshepang:doc-drain, r=bluss | bors | -2/+4 |