| Age | Commit message (Expand) | Author | Lines |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -4/+2 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -1/+0 |
| 2019-09-24 | fix several issues in String docs | jordins | -4/+4 |
| 2019-09-16 | Const-stabilize `String::new`. | Mazdak Farrokhzad | -1/+1 |
| 2019-08-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -7/+7 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -0/+2 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-02 | When possible without changing semantics, implement Iterator::last in terms o... | Kyle Huey | -0/+5 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -4/+0 |
| 2019-05-16 | Rollup merge of #59825 - jsgf:from-ref-string, r=sfackler | Mazdak Farrokhzad | -0/+8 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+4 |
| 2019-05-10 | Add examples of ordered retain | Josh Stone | -0/+10 |
| 2019-04-29 | Document the order of {Vec,VecDeque,String}::retain | Josh Stone | -2/+2 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+4 |
| 2019-04-09 | string: implement From<&String> for String | Jeremy Fitzhardinge | -0/+8 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -2/+2 |
| 2019-02-13 | Add a convert::Infallible empty enum, make string::ParseError an alias | Simon Sapin | -34/+3 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -4/+2 |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -24/+14 |
| 2019-02-02 | liballoc: fix some idiom lints. | Mazdak Farrokhzad | -8/+8 |
| 2019-02-02 | liballoc: elide some lifetimes. | Mazdak Farrokhzad | -10/+10 |
| 2019-02-02 | liballoc: prefer imports of borrow from libcore. | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | liballoc: adjust abolute imports + more import fixes. | Mazdak Farrokhzad | -1/+1 |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -15/+24 |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -5/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 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 |