| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-03-16 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -3/+3 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -9/+8 |
| 2025-03-15 | Optimize multi-char string patterns | Yotam Ofek | -3/+3 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -3/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -9/+8 |
| 2025-02-24 | Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=Amanieu | Trevor Gross | -2/+2 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -2/+2 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -5/+5 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -18/+7 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -18/+7 |
| 2025-02-18 | Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=Amanieu | Matthias Krüger | -8/+8 |
| 2025-02-18 | update version placeholders | Josh Stone | -5/+5 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -0/+4 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -2/+3 |
| 2025-02-16 | fix docs for inherent str constructors | may | -8/+8 |
| 2025-02-14 | Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu | Jubilee | -5/+5 |
| 2025-02-04 | specify a prim@slice in docs | may | -1/+1 |
| 2025-02-04 | implement inherent str constructors | may | -0/+176 |
| 2025-01-31 | Update encode_utf16 to mention it is native endian | Marijn Schouten | -1/+2 |
| 2024-12-24 | chore: fix typos | oliveredget | -2/+2 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -2/+3 |
| 2024-12-07 | Const-stabilize `str::is_char_boundary` and `str::split_at(_mut)(_checked)`. | Zachary S | -5/+5 |
| 2024-11-27 | update cfgs | Boxy | -2/+2 |
| 2024-11-27 | replace placeholder version | Boxy | -2/+2 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+2 |
| 2024-11-14 | docs: Fix missing colon in methods for primitive types | Shun Sakai | -1/+1 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+2 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -1/+2 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -10/+7 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -10/+7 |
| 2024-11-04 | Improve example of `impl Pattern for &[char]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -7/+20 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -2/+0 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -2/+0 |
| 2024-11-02 | Rollup merge of #132398 - krtab:add_doc_link, r=Noratrieb | Matthias Krüger | -5/+9 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -1/+0 |