| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+4 |
| 2021-10-10 | Add #[must_use] to from_value 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-11 | manually inline function | The8472 | -4/+4 |
| 2021-09-11 | optimization continuation byte validation of strings containing multibyte chars | The8472 | -6/+4 |
| 2021-09-11 | optimize utf8_is_cont_byte() to speed up str.chars().count() | The8472 | -1/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -2/+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-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 |