| Age | Commit message (Expand) | Author | Lines |
| 2020-12-02 | Add a doctest example of str::split on a slice of chars | Martin Pool | -0/+7 |
| 2020-11-30 | Fix several broken links in doc that used the wrong qualifier or Self:: | Alexis Bourget | -2/+2 |
| 2020-11-30 | Intra doc links for str/mod.rs | Alexis Bourget | -4/+4 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -4/+2 |
| 2020-11-18 | Remove semicolon from internal `err` macro | Aaron Hill | -1/+1 |
| 2020-11-02 | Rollup merge of #78606 - autarch:patch-1, r=m-ou-se | Yuki Okushi | -1/+3 |
| 2020-11-01 | Remove incorrect statement about line ending content in lines doc change | Dave Rolsky | -2/+2 |
| 2020-11-01 | Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddyb | Mara Bos | -0/+12 |
| 2020-10-31 | Clarify handling of final line ending in str::lines() | Dave Rolsky | -1/+3 |
| 2020-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -8/+6 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -2/+2 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -2/+4 |
| 2020-10-24 | Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay | Jonas Schievink | -10/+6 |
| 2020-10-23 | Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-se | Yuki Okushi | -6/+6 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -2/+4 |
| 2020-10-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -10/+6 |
| 2020-10-18 | Add #[inline] to {&str, &mut str}::default. | Mara Bos | -0/+2 |
| 2020-10-18 | Add #[inline] to some core::str functions. | Mara Bos | -0/+8 |
| 2020-10-18 | Add #[inline] to the Utf8Error accessors. | Mara Bos | -0/+2 |
| 2020-10-16 | fill in the tracking issue | Waffle | -7/+7 |
| 2020-10-15 | Following #74010 by converting some newer cases of backticked O notations to ... | Ryan Scott | -6/+6 |
| 2020-10-12 | docs: Rewrap `str::strip_prefix` and `strip_suffix` back to 100 | Ian Jackson | -8/+4 |
| 2020-10-12 | docs: Reword `str::strip_prefix` and `strip_suffix` a bit | Ian Jackson | -8/+10 |
| 2020-10-01 | add `str::SplitInclusive::as_str` method | Waffle | -3/+23 |
| 2020-10-01 | add `str::{SplitN, RSplitN, SplitTerminator, RSplitTerminator}::as_str` methods | Waffle | -0/+89 |
| 2020-10-01 | add `str::{Split,RSplit}::as_str` methods | Waffle | -0/+55 |
| 2020-09-26 | Remove unneeded tidy comment | Lzu Tao | -2/+0 |
| 2020-09-26 | Gather all ZST structs of str together | Lzu Tao | -26/+22 |
| 2020-09-26 | Move functions converting bytes to str to new mod | Lzu Tao | -194/+202 |
| 2020-09-26 | Move utf-8 validating helpers to new mod | Lzu Tao | -279/+288 |
| 2020-09-26 | Move str's impl of iterations to new mod | Lzu Tao | -1246/+1292 |
| 2020-09-26 | Move traits implementation of str to new mod | Lzu Tao | -602/+599 |
| 2020-09-26 | Move Utf8Error to new mod | Lzu Tao | -126/+134 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -3/+3 |
| 2020-09-18 | Fixed some intra-docs links in library/core | Amjad Alsharafi | -17/+6 |
| 2020-08-23 | Disambiguate char -> prim@char for `core` | Joshua Nelson | -2/+33 |
| 2020-08-22 | Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514 | Dylan DPC | -57/+57 |
| 2020-08-22 | Add more links | Guillaume Gomez | -46/+55 |
| 2020-08-21 | Convert links to intra-doc links format | Guillaume Gomez | -11/+2 |
| 2020-08-20 | Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa | bors | -6/+10 |
| 2020-08-19 | Use min_specialization in libcore | Matthew Jasper | -6/+10 |
| 2020-08-19 | Rollup merge of #75499 - jack-champagne:jack-champagne/issue-75412, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-08-14 | Auto merge of #75157 - rodrimati1992:patch-1, r=oli-obk | bors | -13/+9 |
| 2020-08-13 | Fix documentation error | Jack Champagne | -1/+1 |
| 2020-08-13 | Fixed transmute argument | rodrimati1992 | -1/+1 |
| 2020-08-13 | Replaced union with transmute | rodrimati1992 | -10/+4 |
| 2020-08-06 | Removed blank line that caused CI error | rodrimati1992 | -1/+0 |
| 2020-08-06 | Made formatting consistent with surrounding code | rodrimati1992 | -5/+1 |
| 2020-08-05 | Fixed mistake | rodrimati1992 | -2/+2 |
| 2020-08-05 | Added issue number, removed trailing whitespace | rodrimati1992 | -2/+2 |