| 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 | -5/+5 |
| 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-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2022-11-24 | Document split{_ascii,}_whitespace() for empty strings | Vojtech Kral | -0/+12 |
| 2022-10-06 | Fix handling of trailing bare CR in str::lines | Konrad Borowski | -4/+4 |
| 2022-10-06 | Rename LinesAnyMap to LinesMap | Konrad Borowski | -2/+2 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 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/+4 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -3/+3 |
| 2022-08-05 | ascii -> ASCII in code comment | Xavier Noria | -1/+1 |
| 2022-06-13 | Document an edge case of `str::split_once` | Imbolc | -0/+1 |
| 2022-05-19 | Say "last" instead of "rightmost" in the documentation for `std::str::rfind`. | Dan Gohman | -1/+1 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -17/+9 |
| 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 | -6/+30 |
| 2022-02-07 | Add {floor,ceil}_char_boundary methods to str | ltdk | -10/+78 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -0/+1 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -4/+4 |
| 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/+3 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+2 |
| 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/+3 |
| 2021-10-28 | Fix incorrect doc link | Lukas Wirth | -1/+1 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+2 |
| 2021-10-11 | Add #[must_use] to as_type 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-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+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 |