| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -1/+1 |
| 2022-03-24 | add diagnostic items for clippy's | Max Baumann | -0/+4 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -4/+4 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -6/+30 |
| 2022-02-07 | Add {floor,ceil}_char_boundary methods to str | ltdk | -10/+78 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -0/+1 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -4/+4 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -1/+3 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+2 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -1/+3 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+3 |
| 2021-10-28 | Fix incorrect doc link | Lukas Wirth | -1/+1 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+2 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+4 |
| 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 |