rust/library/core/src/str
许杰友 Jieyou Xu (Joe) 1f8b531b54
Rollup merge of #143768 - Randl:const-try, r=oli-obk
Constify Try, From, TryFrom and relevant traits
2025-07-22 00:54:26 +08:00
..
converts.rs std: note that std::str::from_utf8* functions are aliases to std::<str>::from_utf8* methods 2025-05-31 22:37:59 +08:00
count.rs use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00
error.rs add FIXME(const-hack) 2024-09-08 23:08:40 +02:00
iter.rs use div_ceil instead of manual logic 2025-07-05 10:55:42 +02:00
lossy.rs docs: alias limit to Iterator::take, cite [u8]::utf8_chunks in Utf8Chunks 2025-05-02 23:41:52 +02:00
mod.rs Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee 2025-07-20 15:34:04 +02:00
pattern.rs Revert "increase perf of charsearcher for single ascii characters" 2025-05-28 09:29:12 +02:00
traits.rs Constify Try, From, TryFrom 2025-07-21 12:49:45 +03:00
validations.rs use is_multiple_of instead of manual modulo 2025-07-05 10:55:35 +02:00