rust/library/core/src/str
okaneco 9fb49faf40 Stabilize `byte_slice_trim_ascii` for `&[u8]`/`&str`
Remove feature from documentation examples
Add rustc_const_stable attribute to stabilized functions
Update intra-doc link for `u8::is_ascii_whitespace` on `&[u8]` functions
2024-05-10 23:42:40 -04:00
..
converts.rs fix: make `str::from_raw_parts_mut` mut 2024-04-18 01:46:49 +02:00
count.rs Make some `usize`-typed masks definition agnostic to the size of `usize` 2022-04-15 17:04:59 +02:00
error.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
iter.rs Use generic `NonZero` everywhere in `core`. 2024-02-22 15:17:33 +01:00
lossy.rs Replace version placeholders for 1.79 2024-05-01 21:01:51 -04:00
mod.rs Stabilize `byte_slice_trim_ascii` for `&[u8]`/`&str` 2024-05-10 23:42:40 -04:00
pattern.rs Store core::str::CharSearcher::utf8_size as u8 2024-02-13 18:28:48 +00:00
traits.rs Use unchecked_sub in str indexing 2024-04-06 14:09:03 -04:00
validations.rs Fix comment in core/src/str/validations.rs 2024-02-12 16:00:15 +02:00