| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-10 | Auto merge of #89219 - nickkuk:str_split_once_get_unchecked, r=Mark-Simulacrum | bors | -2/+4 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+1 |
| 2021-10-09 | Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplett | Matthias Krüger | -0/+16 |
| 2021-10-09 | Rollup merge of #88707 - sylvestre:split_example, r=yaahc | Matthias Krüger | -0/+6 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+16 |
| 2021-10-05 | Use get_unchecked in str::[r]split_once | nickkuk | -2/+4 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-09-06 | String.split_terminator: Add an example when using a slice of chars | Sylvestre Ledru | -0/+6 |
| 2021-09-02 | Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-se | bors | -1/+1 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+4 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -1/+1 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-04-30 | str::is_char_boundary - few comments | Soveu | -1/+13 |
| 2021-04-30 | str::is_char_boundary - slight optimization | Soveu | -2/+2 |
| 2021-04-07 | Style only: merge with other pub use statement | Count Count | -4/+1 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -3/+7 |
| 2021-03-24 | Export utf8_char_width() publicly in core::std behind the "str_internals" fea... | Count Count | -0/+3 |
| 2021-03-22 | SplitInclusive is public API | Alan Egerton | -1/+1 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -3/+3 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -6/+2 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -4/+2 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -2/+2 |
| 2021-01-07 | Improve wording of parse doc | Ejez | -1/+1 |
| 2021-01-04 | Stabilize split_inclusive | Ian Jackson | -4/+2 |
| 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 | -2/+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/+9 |
| 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-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+2 |
| 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/+7 |
| 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-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 | -192/+8 |
| 2020-09-26 | Move utf-8 validating helpers to new mod | Lzu Tao | -274/+6 |
| 2020-09-26 | Move str's impl of iterations to new mod | Lzu Tao | -1246/+37 |
| 2020-09-26 | Move traits implementation of str to new mod | Lzu Tao | -602/+2 |
| 2020-09-26 | Move Utf8Error to new mod | Lzu Tao | -126/+5 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -3/+3 |
| 2020-09-18 | Fixed some intra-docs links in library/core | Amjad Alsharafi | -16/+5 |