| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | Rollup merge of #50177 - matthiaskrgr:std_std_replacen__must_use, r=oli-obk | Guillaume Gomez | -0/+2 |
| 2018-04-24 | Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi | bors | -53/+1 |
| 2018-04-23 | mark std::str::replacen and std::str::replace as #[must_use]. | Matthias Krüger | -0/+2 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -1724/+7 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -42/+0 |
| 2018-04-17 | Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichton | kennytm | -0/+3 |
| 2018-04-14 | Cleanup liballoc use statements | Mike Hommey | -3/+3 |
| 2018-04-12 | Merge unstable Utf16Encoder into EncodeUtf16 | Simon Sapin | -5/+22 |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -8/+8 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -4/+3 |
| 2018-04-01 | Inline most of the code paths for conversions with boxed slices | Anthony Ramine | -0/+3 |
| 2018-03-28 | Add repeat method on slice | Guillaume Gomez | -53/+1 |
| 2018-03-26 | Add is_whitespace and is_alphanumeric to str. | boats | -0/+42 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -1/+1 |
| 2018-03-04 | Avoid unnecessary calculation | Shotaro Yamada | -3/+3 |
| 2018-03-04 | Add comments | Shotaro Yamada | -20/+40 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -1/+1 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -1/+1 |
| 2018-03-02 | Optimize str::repeat | Shotaro Yamada | -3/+34 |
| 2017-12-27 | update char_indices example to highlight big chars | QuietMisdreavus | -2/+6 |
| 2017-12-02 | Mark ascii methods on primitive types stable in 1.23.0. | Ralph Giles | -6/+6 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -5/+0 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -147/+0 |
| 2017-11-20 | Fix result for assert_eq | Benjamin Hoffmeyer | -1/+1 |
| 2017-11-20 | Fix doc tests for trim_right_matches | Benjamin Hoffmeyer | -1/+1 |
| 2017-11-18 | Remove inherent `ascii_ctype` methods from `str` and `[u8]` | Lukas Kalbertodt | -147/+0 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -1/+1 |
| 2017-11-08 | get() example should use get() not get_mut() | John Ford | -4/+4 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -10/+14 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -4/+0 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -0/+276 |
| 2017-10-17 | added non trivial examples of closures for str::find | Christian Poveda | -2/+2 |
| 2017-10-17 | added examples of closures | Christian Poveda | -1/+3 |
| 2017-09-27 | Remove mem::transmute used in Box<str> conversions | Nikolai Vazquez | -5/+3 |
| 2017-09-14 | Rollup merge of #44521 - rwakulszowa:str_utf16_doc, r=frewsxcv | Corey Farwell | -0/+13 |
| 2017-09-14 | Rollup merge of #44497 - tommyip:doc_example, r=frewsxcv | Corey Farwell | -0/+11 |
| 2017-09-12 | Add an example of std::str::encode_utf16 | rwakulszowa | -0/+13 |
| 2017-09-11 | Add doc example to str::from_boxed_utf8_unchecked | Tommy Ip | -0/+11 |
| 2017-09-11 | Removed trailing whitespace | 42triangles | -1/+1 |
| 2017-09-11 | Added an example for `std::str::into_boxed_bytes()` | 42triangles | -0/+11 |
| 2017-09-10 | Rollup merge of #44467 - toidiu:ak-44382, r=frewsxcv | Guillaume Gomez | -7/+16 |
| 2017-09-09 | documentation update to demonstrate mutability | toidiu | -7/+16 |
| 2017-09-09 | Add doc examples for str::as_bytes_mut | Ethan Dagner | -0/+28 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -1/+1 |
| 2017-08-05 | Indicate how to turn byte slices back into a string slice. | Corey Farwell | -2/+9 |
| 2017-08-05 | Update str::split_at_mut example to demonstrate mutability. | Corey Farwell | -6/+10 |
| 2017-08-04 | Indicate why str::{get,get_mut} examples return None. | Corey Farwell | -5/+15 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -3/+3 |
| 2017-07-25 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -8/+4 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -1/+1982 |