| Age | Commit message (Expand) | Author | Lines |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -2/+2 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -90/+160 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -90/+160 |
| 2022-08-20 | Fix generic bound of `SplitInclusive`'s `DoubleEndedIterator` impl | Tim Vermeulen | -1/+1 |
| 2022-08-05 | ascii -> ASCII in code comment | Xavier Noria | -1/+1 |
| 2022-07-18 | Use split_once in FromStr docs | David Herberth | -6/+8 |
| 2022-06-19 | Auto merge of #97367 - WaffleLapkin:stabilize_checked_slice_to_str_conv, r=dt... | bors | -5/+6 |
| 2022-06-13 | Document an edge case of `str::split_once` | Imbolc | -0/+1 |
| 2022-05-26 | Allow some internal instability | Maybe Waffle | -0/+1 |
| 2022-05-24 | Stabilize checked slice->str conversion functions | Maybe Waffle | -5/+5 |
| 2022-05-21 | Rollup merge of #97190 - SylvainDe:master, r=Dylan-DPC | Guillaume Gomez | -2/+6 |
| 2022-05-19 | Say "last" instead of "rightmost" in the documentation for `std::str::rfind`. | Dan Gohman | -1/+1 |
| 2022-05-19 | Add implicit call to from_str via parse in documentation | SylvainDe | -2/+6 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -1/+0 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -18/+10 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -1/+0 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -5/+4 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -18/+10 |
| 2022-04-10 | Clarify str::from_utf8_unchecked's invariants | Christopher Durham | -5/+1 |
| 2022-04-07 | Auto merge of #95760 - Dylan-DPC:rollup-uskzggh, r=Dylan-DPC | bors | -2/+2 |
| 2022-04-07 | Rollup merge of #95753 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | -2/+2 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-04-07 | Correct safety reasoning in `str::make_ascii_{lower,upper}case()` | Chayim Refael Friedman | -2/+2 |
| 2022-04-06 | Update documentation for `trim*` and `is_whitespace` to include newlines | Deadbeef | -8/+8 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 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 | -17/+49 |
| 2022-02-07 | Add {floor,ceil}_char_boundary methods to str | ltdk | -23/+78 |
| 2022-02-05 | Fix comment grammar for `do_count_chars` | Thom Chiovoloni | -1/+1 |
| 2022-02-05 | Respond to review feedback, and improve implementation somewhat | Thom Chiovoloni | -20/+40 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -3/+119 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -9/+9 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -4/+4 |
| 2021-12-08 | Delete Utf8Lossy::from_str | David Tolnay | -5/+0 |
| 2021-11-30 | Auto merge of #91244 - dtolnay:lossy, r=Mark-Simulacrum | bors | -38/+37 |
| 2021-11-26 | Clarify safety comment on using i to index into self.source | David Tolnay | -2/+8 |
| 2021-11-25 | Eliminate bunch of copies of error codepath from Utf8LossyChunksIter | David Tolnay | -38/+31 |
| 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 | -24/+34 |
| 2021-11-18 | Fill in tracking issues for `const_str_from_utf8` and `const_str_from_utf8_un... | Maybe Waffle | -5/+5 |
| 2021-11-18 | Make slice->str conversion and related functions const | Maybe Waffle | -21/+41 |
| 2021-10-31 | Auto merge of #86336 - camsteffen:char-array-pattern, r=joshtriplett | bors | -0/+73 |
| 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/+8 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+7 |
| 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/+8 |
| 2021-10-30 | Rollup merge of #90371 - Veykril:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |