about summary refs log tree commit diff
path: root/library/core/src/str/converts.rs
AgeCommit message (Expand)AuthorLines
2024-04-18fix: make `str::from_raw_parts_mut` mutardi-1/+1
2023-12-31Initial implementation of `str::from_raw_parts[_mut]`Sky-1/+39
2023-05-27Add invalid_from_utf8 analogous to invalid_from_utf8_uncheckedUrgau-0/+2
2023-05-27Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_uncheckedUrgau-0/+2
2022-11-21type annotate &str when stack allocating a stringismailmaj-1/+1
2022-05-26Allow some internal instabilityMaybe Waffle-0/+1
2022-05-24Stabilize checked slice->str conversion functionsMaybe Waffle-2/+2
2022-04-10Clarify str::from_utf8_unchecked's invariantsChristopher Durham-5/+1
2021-11-18Fill in tracking issues for `const_str_from_utf8` and `const_str_from_utf8_un...Maybe Waffle-3/+3
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-9/+22
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+2
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-1/+1
2021-06-11Stabilize `str::from_utf8_unchecked` as `const`Jacob Pratt-1/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-2/+2
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
2020-09-26Move functions converting bytes to str to new modLzu Tao-0/+192