about summary refs log tree commit diff
path: root/library/core/src/str/error.rs
AgeCommit message (Expand)AuthorLines
2025-08-26remove deprecated Error::description in implsMarijn Schouten-12/+2
2024-09-08add FIXME(const-hack)Ralf Jung-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-3/+0
2022-08-22Move error trait into coreJane Losare-Lusby-0/+20
2022-05-24Stabilize checked slice->str conversion functionsMaybe Waffle-3/+3
2021-11-18Fill in tracking issues for `const_str_from_utf8` and `const_str_from_utf8_un...Maybe Waffle-2/+2
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-3/+9
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+2
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-3/+2
2020-10-18Add #[inline] to the Utf8Error accessors.Mara Bos-0/+2
2020-09-26Move functions converting bytes to str to new modLzu Tao-2/+2
2020-09-26Move Utf8Error to new modLzu Tao-0/+129