rust/library/core/src/str
Ralf Jung 987ef4c922 move assert_unsafe_preconditions to its own file
These macros and functions are not intrinsics, after all.
2024-03-23 18:44:17 +01:00
..
converts.rs Initial implementation of str::from_raw_parts[_mut] 2023-12-31 00:12:02 -05: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 Expose Utf8Lossy as Utf8Chunks 2022-08-20 12:49:20 -04:00
mod.rs step cfgs 2024-03-20 08:49:13 -04:00
pattern.rs Store core::str::CharSearcher::utf8_size as u8 2024-02-13 18:28:48 +00:00
traits.rs move assert_unsafe_preconditions to its own file 2024-03-23 18:44:17 +01:00
validations.rs Fix comment in core/src/str/validations.rs 2024-02-12 16:00:15 +02:00