| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | add comment to `impl !Error for &str` | Lukas Markeffsky | -0/+1 |
| 2023-03-23 | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | -7/+7 |
| 2023-03-05 | Auto merge of #105117 - pitaj:debug_asserts, r=the8472 | bors | -31/+41 |
| 2023-03-04 | Comment for why char boundaries aren't checked | Peter Jaszkowiak | -0/+6 |
| 2023-03-02 | Remove manual implementation of str::ne | Konrad Borowski | -4/+0 |
| 2023-01-21 | debug assertions for `slice::split_at_unchecked`, `str::get_unchecked` | Peter Jaszkowiak | -31/+35 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -5/+5 |
| 2023-01-03 | Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu | bors | -84/+101 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-17 | str.lines() docstring: clarify that line endings are not returned | Stefano Zacchiroli | -2/+4 |
| 2022-12-16 | Replace `Split*::as_str` with `remainder` | Maybe Waffle | -77/+93 |
| 2022-12-16 | SplitInternal: always set `finished` in `get_end` | Maybe Waffle | -7/+8 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-11-29 | Rollup merge of #104436 - ismailmaj:add-slice-to-stack-allocated-string-comme... | Matthias Krüger | -1/+1 |
| 2022-11-24 | Document split{_ascii,}_whitespace() for empty strings | Vojtech Kral | -0/+12 |
| 2022-11-22 | fix OOB access in SIMD impl of str.contains() | The 8472 | -4/+6 |
| 2022-11-21 | type annotate &str when stack allocating a string | ismailmaj | -1/+1 |
| 2022-11-15 | - convert from core::arch to core::simd | The 8472 | -52/+182 |
| 2022-11-14 | x86_64 SSE2 fast-path for str.contains(&str) and short needles | The 8472 | -0/+102 |
| 2022-10-17 | Fix typo in `ReverseSearcher` docs | Sky | -1/+1 |
| 2022-10-06 | Fix handling of trailing bare CR in str::lines | Konrad Borowski | -5/+5 |
| 2022-10-06 | Rename LinesAnyMap to LinesMap | Konrad Borowski | -4/+4 |
| 2022-10-02 | Improve `FromStr` example | Eduardo Sánchez Muñoz | -5/+9 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -4/+0 |
| 2022-09-21 | Add missing documentation for `bool::from_str` | Guillaume Gomez | -2/+2 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -0/+2 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+24 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -2/+2 |
| 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-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 |