| Age | Commit message (Expand) | Author | Lines |
| 2018-05-24 | stabilize RangeBounds collections_range #30877 | Cory Sherman | -4/+4 |
| 2018-05-17 | Rollup merge of #50170 - burtonageo:more_cow_from, r=alexcrichton | kennytm | -0/+8 |
| 2018-05-09 | Update features to 1.28.0 | George Burton | -1/+1 |
| 2018-05-05 | make `String::new()` const | F001 | -1/+2 |
| 2018-04-27 | Update the stable attributes to use the current nightly version number | George Burton | -1/+1 |
| 2018-04-22 | Implement From for more types on Cow | George Burton | -0/+8 |
| 2018-04-17 | Remove no longer necessary comparison to Vec::splice. | Corey Farwell | -3/+0 |
| 2018-04-17 | Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-14 | Cleanup liballoc use statements | Mike Hommey | -2/+2 |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -1/+1 |
| 2018-04-01 | Stabilize String::replace_range | Thayne McCombs | -6/+5 |
| 2018-04-01 | Inline most of the code paths for conversions with boxed slices | Anthony Ramine | -0/+1 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -4/+3 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+1 |
| 2018-03-28 | Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett | kennytm | -0/+28 |
| 2018-03-28 | Rollup merge of #49243 - murarth:stabilize-retain, r=BurntSushi | kennytm | -3/+1 |
| 2018-03-27 | Implement `shrink_to` method on collections | Diggory Blake | -0/+28 |
| 2018-03-21 | Stabilize method `String::retain` | Murarth | -3/+1 |
| 2018-03-17 | Stabilise FromUtf8Error::as_bytes | varkor | -2/+1 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -4/+4 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -4/+4 |
| 2018-03-14 | implementing fallible allocation API (try_reserve) for Vec, String and HashMap | snf | -0/+74 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -1/+1 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+1 |
| 2018-02-22 | Small grammar fix to docs for String::new(). | Anthony Deschamps | -1/+1 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -0/+1 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -2/+0 |
| 2017-09-17 | Updated tracking issue for String::splice and its unstable-book entry | Michal Budzynski | -1/+1 |
| 2017-09-14 | Rollup merge of #44572 - frewsxcv:frewsxcv-from-utf16-lossy, r=QuietMisdreavus | Corey Farwell | -0/+7 |
| 2017-09-14 | Rollup merge of #44453 - tommyip:doc_string_as_mut_str, r=frewsxcv | Corey Farwell | -1/+16 |
| 2017-09-14 | Clarify return type of `String::from_utf16_lossy`. | Corey Farwell | -0/+7 |
| 2017-09-10 | Add doc example to String::as_mut_str | Tommy Ip | -1/+16 |
| 2017-09-09 | Add doc example to String::as_str | Tommy Ip | -0/+10 |
| 2017-08-30 | Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay | Alex Crichton | -90/+19 |
| 2017-08-26 | Remove Splice struct return value from String::splice | Matt Ickstadt | -90/+19 |
| 2017-08-25 | Add missing link in string doc | Guillaume Gomez | -1/+2 |
| 2017-08-18 | Add missing links for String module and type | Guillaume Gomez | -32/+41 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -5/+5 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+51 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+51 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-08 | Fix trait name `Deref` | Natalie Boehm | -1/+1 |
| 2017-08-08 | Update solution to add using `&*` as well as `as_str()` | Natalie Boehm | -4/+9 |
| 2017-08-07 | Update explanation of deref coercion | Natalie Boehm | -8/+10 |
| 2017-08-04 | Update String Deref to explain why using &String does not always work | Natalie Boehm | -2/+25 |
| 2017-07-04 | Rollup merge of #42227 - ollie27:into_to_from, r=aturon | Mark Simulacrum | -4/+4 |