| Age | Commit message (Expand) | Author | Lines |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -4/+1 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -5/+3 |
| 2021-02-27 | Added feature flag to doc test | John Hörnvall | -0/+1 |
| 2021-02-27 | Removed trailing whitespace | John Hörnvall | -1/+1 |
| 2021-02-27 | Added CharIndices::offset function | John Hörnvall | -0/+23 |
| 2021-02-27 | Change formatting of safety comment | Waffle | -3/+1 |
| 2021-02-27 | Add `as_str` method for split whitespace str iterators | Waffle | -0/+55 |
| 2021-02-25 | Convert the rest of the standard library primitives to intra-doc links | Joshua Nelson | -3/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -2/+2 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -4/+1 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -6/+2 |
| 2021-01-26 | Same instructions, but simpler. | Giles Cope | -1/+1 |
| 2021-01-26 | Let's try the most idiomatic way. | Giles Cope | -5/+1 |
| 2021-01-26 | Removing if so it's more like the previous implementation. | Giles Cope | -3/+1 |
| 2021-01-26 | Slight simplification of chars().count() | Giles Cope | -4/+5 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -11/+8 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -2/+2 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -6/+6 |
| 2021-01-07 | Improve wording of parse doc | Ejez | -1/+1 |
| 2021-01-04 | Remove two obsolete uses of #![feature(split_inclusive)] | Ian Jackson | -1/+0 |
| 2021-01-04 | Stabilize split_inclusive | Ian Jackson | -10/+8 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 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 |