| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | tidy | Boxy | -4/+4 |
| 2025-07-29 | Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35 | bors | -3/+16 |
| 2025-07-29 | LoongArch64 LSX fast-path for `str.contains(&str)` | WANG Rui | -3/+16 |
| 2025-07-29 | Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhpratt | bors | -1/+1 |
| 2025-07-27 | Remove `[T]::array_chunks(_mut)` | Scott McMurray | -1/+1 |
| 2025-07-25 | str: Mark unstable `round_char_boundary` feature functions as const | okaneco | -14/+26 |
| 2025-07-22 | Rollup merge of #143768 - Randl:const-try, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -0/+2 |
| 2025-07-20 | Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee | Guillaume Gomez | -1/+0 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -1/+2 |
| 2025-07-16 | Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead | Samuel Tardieu | -15/+28 |
| 2025-07-15 | Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simul... | Samuel Tardieu | -0/+1 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -4/+6 |
| 2025-07-15 | constify some methods using `SliceIndex` | Oli Scherer | -2/+4 |
| 2025-07-15 | constify `SliceIndex` trait | Oli Scherer | -9/+18 |
| 2025-07-13 | core: make `str::split_at_unchecked()` inline | René Kijewski | -0/+1 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -2/+2 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -1/+0 |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -2/+4 |
| 2025-07-07 | lib: more eagerly return `self.len()` from `ceil_char_boundary` | Simonas Kazlauskas | -1/+1 |
| 2025-07-05 | use `div_ceil` instead of manual logic | Folkert de Vries | -3/+3 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -2/+2 |
| 2025-07-01 | Update version placeholders | Josh Stone | -1/+1 |
| 2025-06-24 | Rollup merge of #142779 - Erk-:fix/core/142734, r=jhpratt | Guillaume Gomez | -0/+6 |
| 2025-06-20 | Add note about `str::split` handling of no matches. | Valdemar Erk | -0/+6 |
| 2025-06-11 | Add trim_prefix and trim_suffix for slice and str. | Deven T. Corzine | -0/+77 |
| 2025-06-05 | Stabilize `const_eq_ignore_ascii_case` | Paolo Barbolini | -1/+1 |
| 2025-06-03 | `FromStr`: Rework explanation of `FromStr`/`Display` round-tripping | Josh Triplett | -6/+5 |
| 2025-06-03 | Add some more description of interactions between `Display` and `FromStr` | Josh Triplett | -0/+6 |
| 2025-06-03 | Improve the documentation of `Display` and `FromStr`, and their interactions | Josh Triplett | -0/+9 |
| 2025-05-31 | Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-05-31 | std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f... | xizheyin | -0/+8 |
| 2025-05-28 | Revert "increase perf of charsearcher for single ascii characters" | Jakub Beránek | -32/+2 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -0/+4 |
| 2025-05-27 | Rollup merge of #141516 - bend-n:okay, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+32 |
| 2025-05-26 | Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnay | Jacob Pratt | -1/+3 |
| 2025-05-26 | increase perf of charsearcher for single ascii characters | bendn | -2/+32 |
| 2025-05-21 | Add some track_caller info to precondition panics | Ben Kimock | -0/+4 |
| 2025-05-16 | Add assert_unsafe_precondition!()s to as_ascii_unchecked() methods | sam skeoch | -0/+7 |
| 2025-05-16 | Add as_ascii_unchecked() methods to char, str, and u8 | sam skeoch | -0/+15 |
| 2025-05-12 | Specify that split_ascii_whitespace uses the same definition as is_ascii_whit... | Simon Sapin | -1/+3 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2025-05-02 | docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu... | Lieselotte | -0/+2 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -0/+2 |
| 2025-04-28 | Rollup merge of #140359 - DiuDiu777:str-fix, r=Noratrieb | Chris Denton | -2/+2 |
| 2025-04-27 | Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-27 | specify explicit safety guidance for from_utf8_unchecked | LemonJ | -2/+2 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+2 |
| 2025-04-09 | replace version placeholder | Boxy | -9/+9 |
| 2025-03-27 | Use char::is_whitespace directly in str::trim* | DaniPopes | -3/+3 |