| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-12-17 | doc: improve drain examples and remove secondary info from leading paragraph | Tshepang Lekhonkhobe | -2/+4 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-10 | Improve documentation on String's methods | Steve Klabnik | -94/+294 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -11/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -16/+12 |
| 2015-12-02 | Auto merge of #30146 - steveklabnik:doc_string_intro, r=brson | bors | -4/+194 |
| 2015-12-02 | Write better module-level and type-level docs for String | Steve Klabnik | -4/+194 |
| 2015-12-01 | Auto merge of #30124 - steveklabnik:doc_string_errors, r=alexcrichton | bors | -8/+98 |
| 2015-12-01 | Document the Error types in std::string | Steve Klabnik | -8/+98 |
| 2015-11-30 | Rollup merge of #30120 - steveklabnik:doc_string_parse_error, r=alexcrichton | Steve Klabnik | -1/+12 |
| 2015-11-30 | Document std::string::ParseError | Steve Klabnik | -1/+12 |
| 2015-11-30 | Write some docs for ToString | Steve Klabnik | -2/+20 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -42/+51 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -42/+51 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+9 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -0/+15 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-03 | libcollections: DRY up a PartialEq impl for String | Kevin Butler | -18/+3 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -3/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -3/+1 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -2/+2 |
| 2015-10-10 | Trivial typo fix: from_utrf8 should be from_utf8 | Andrew Chin | -1/+1 |
| 2015-10-02 | Improve documentation for the from_utf8 family | Steve Klabnik | -18/+111 |
| 2015-09-26 | Auto merge of #28635 - alexcrichton:str-parse-error-void, r=aturon | bors | -2/+22 |
| 2015-09-24 | std: Switch string::ParseError to an empty enum | Alex Crichton | -2/+22 |