| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-02-07 | Add {floor,ceil}_char_boundary methods to str | ltdk | -13/+0 |
| 2021-11-25 | Saner formatting for UTF8_CHAR_WIDTH table | David Tolnay | -16/+17 |
| 2021-11-21 | libcore: assume the input of `next_code_point` and `next_code_point_reverse` ... | Eduardo Sánchez Muñoz | -16/+28 |
| 2021-11-18 | Make slice->str conversion and related functions const | Maybe Waffle | -9/+10 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-27 | replace `|` with `||` in string validation | Pietro Albini | -1/+1 |
| 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 |
| 2020-11-18 | Remove semicolon from internal `err` macro | Aaron Hill | -1/+1 |
| 2020-09-26 | Move utf-8 validating helpers to new mod | Lzu Tao | -0/+275 |
