| Age | Commit message (Expand) | Author | Lines |
| 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-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -2/+6 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -2/+2 |
| 2021-07-11 | Fix #85462 by adding a marker flag | Alexis Bourget | -2/+17 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2021-07-04 | Auto merge of #86213 - jhpratt:stabilize-const-from_utf8_unchecked, r=JohnTitor | bors | -1/+1 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -1/+0 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -4/+3 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+1 |
| 2021-06-11 | Stabilize `str::from_utf8_unchecked` as `const` | Jacob Pratt | -1/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -1/+1 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -2/+2 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -2/+2 |
| 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-23 | Auto merge of #82585 - TrolledWoods:master, r=dtolnay | bors | -0/+24 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -1/+1 |
| 2021-04-07 | Style only: merge with other pub use statement | Count Count | -4/+1 |
| 2021-04-05 | Added tracking issue number | TrolledWoods | -1/+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-21 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -3/+3 |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -0/+53 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -3/+3 |
| 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 |