| Age | Commit message (Expand) | Author | Lines |
| 2020-07-20 | Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez | bors | -4/+4 |
| 2020-07-19 | Use italics for O notation | pierwill | -4/+4 |
| 2020-07-18 | Clarify the literal string | Manish Goregaokar | -1/+1 |
| 2020-07-18 | Use intra-doc links in alloc::String | Manish Goregaokar | -86/+44 |
| 2020-07-05 | Rollup merge of #72688 - djugei:master, r=Amanieu | Manish Goregaokar | -0/+16 |
| 2020-07-01 | Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnay | Manish Goregaokar | -0/+8 |
| 2020-06-19 | Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfackler | Manish Goregaokar | -0/+8 |
| 2020-06-19 | `#[deny(unsafe_op_in_unsafe_fn)]` in liballoc | LeSeulArtichaut | -4/+6 |
| 2020-06-18 | impl From<char> for String | Matthias Krüger | -0/+8 |
| 2020-06-18 | Add specialization of `ToString for char` | Lzu Tao | -0/+8 |
| 2020-05-29 | Add Extend::{extend_one,extend_reserve} | Josh Stone | -0/+35 |
| 2020-05-27 | added .collect() into String from Box<str> with fake feature/stability annota... | djugei | -0/+16 |
| 2020-04-22 | More diagnostic items for Clippy usage | Philipp Hansch | -0/+1 |
| 2020-04-14 | Rollup merge of #71121 - AnthonyMikh:fix_string_doc_link, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-04-14 | Fix broken link in documentation for String::from_utf8 | AnthonyMikh | -0/+1 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+6 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -1/+1 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -0/+15 |
| 2020-03-24 | must_use on split_off | Kornel | -0/+1 |
| 2020-03-15 | Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler | Mazdak Farrokhzad | -0/+11 |
| 2020-03-10 | Add docs for From::<&mut str>::from String impl | Ryan Lopopolo | -0/+3 |
| 2020-03-10 | Add stable feature name | Ryan Lopopolo | -1/+1 |
| 2020-03-05 | Fixed a typo | TrolledWoods | -1/+1 |
| 2020-03-02 | Implement From<&mut str> for String | Ryan Lopopolo | -0/+8 |
| 2020-02-19 | Change FromStr for String to use Infallible directly | Peter Todd | -11/+4 |
| 2020-02-09 | Rollup merge of #68742 - tspiteri:string-as-mut, r=sfackler | Jonas Schievink | -0/+8 |
| 2020-02-01 | implement AsMut<str> for String | Trevor Spiteri | -0/+8 |
| 2020-02-02 | Derive Clone + PartialEq + Eq for std::string::FromUtf8Error | kennytm | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -59/+54 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -4/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+4 |
| 2019-11-07 | Rollup merge of #66111 - RalfJung:from_raw_parts, r=Centril | Yuki Okushi | -1/+1 |
| 2019-11-05 | also edit String::from_raw_parts while we are at it | Ralf Jung | -1/+1 |
| 2019-11-01 | doc(str): show example of chars().count() under len() | Jeff Dickey | -2/+7 |
| 2019-10-25 | Add {String,Vec}::into_raw_parts | Jake Goulding | -0/+33 |
| 2019-10-25 | Use ManuallyDrop in examples for {Vec,String}::from_raw_parts | Jake Goulding | -7/+9 |
| 2019-10-25 | Remove unneeded pointer casting | Jake Goulding | -6/+6 |
| 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 |