| Age | Commit message (Expand) | Author | Lines |
| 2018-12-09 | Fix typo | BeatButton | -1/+1 |
| 2018-12-06 | Rollup merge of #56548 - Lucretiel:string-extend-optimize, r=sfackler | Pietro Albini | -18/+29 |
| 2018-12-05 | Added explainatory comments | Nathan West | -0/+6 |
| 2018-12-05 | Fixed mutability | Nathan West | -4/+4 |
| 2018-12-05 | Optimized string FromIterator impls | Nathan West | -18/+23 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -1/+1 |
| 2018-11-21 | String: add a FIXME to from_utf16 | ljedrz | -0/+2 |
| 2018-11-15 | Rollup merge of #55530 - ljedrz:speed_up_String_from_utf16, r=SimonSapin | Pietro Albini | -1/+9 |
| 2018-11-11 | Minor style guide corrections. | Denis Vasilik | -6/+6 |
| 2018-11-11 | Whitespace cleanup according to Rust's style guidelines. | Denis Vasilik | -3/+3 |
| 2018-11-11 | Added comments for trait implementations. | Denis Vasilik | -1/+28 |
| 2018-11-11 | Added comment for From trait implementation: boxed string slice to String | Denis Vasilik | -0/+14 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-10-31 | Speed up String::from_utf16 | ljedrz | -1/+9 |
| 2018-10-27 | Update string.rs | Hsiang-Cheng Yang | -1/+1 |
| 2018-09-27 | liballoc: mark str.to_owned() and String::from(&str) as #[inline]. | Matthias Krüger | -0/+1 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -3/+1 |
| 2018-08-22 | docs: std::string::String.repeat(): slightly rephrase to be more in-line with... | Matthias Krüger | -3/+3 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -7/+7 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -2/+4 |
| 2018-07-22 | Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton | kennytm | -1/+1 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -1/+1 |
| 2018-06-26 | Deprecation of str::slice_uncheked(_mut) | newpavlov | -1/+1 |
| 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 |