| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Add ASCII whitespace trimming functions to `&str` | okaneco | -0/+79 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -0/+6 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-06 | Rollup merge of #115454 - vwkd:patch-1, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-09-01 | Update mod.rs | vwkd | -1/+1 |
| 2023-09-01 | Const-stabilize `is_ascii` | Scott McMurray | -1/+1 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -1/+1 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -1/+1 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -4/+3 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-07-30 | Rollup merge of #113512 - vallentin:lines-doc, r=workingjubilee | fee1-dead | -3/+8 |
| 2023-07-26 | Fix URL for `rmatches` | Veera | -1/+1 |
| 2023-07-09 | Updated lines doc to include trailing carriage return note | vallentin | -3/+8 |
| 2023-06-26 | str docs: remove "Basic usage" text where not useful | Tshepang Mbambo | -40/+0 |
| 2023-06-07 | Don't panic in ceil_char_boundary | ltdk | -4/+3 |
| 2023-05-04 | Constify `[u8]::is_ascii` (unstably) | Scott McMurray | -2/+3 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+11 |
| 2023-04-16 | core is now compilable | Deadbeef | -13/+5 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -6/+5 |
| 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 |