about summary refs log tree commit diff
path: root/library/core/src/str/converts.rs
AgeCommit message (Expand)AuthorLines
2025-05-31std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f...xizheyin-0/+8
2025-04-27specify explicit safety guidance for from_utf8_uncheckedLemonJ-1/+1
2025-04-09replace version placeholderBoxy-1/+1
2025-02-23Stabilize `core::str::from_utf8_mut`Waffle Lapkin-1/+1
2024-12-21Less unwrap() in documentationKornel-2/+3
2024-11-03remove const-support for align_offsetRalf Jung-1/+0
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-2/+0
2024-10-15update bootstrap configsJosh Stone-1/+0
2024-10-15replace placeholder versionJosh Stone-4/+1
2024-10-02library: Stabilize `const_str_as_mut`Jubilee Young-0/+1
2024-10-02library: Stabilize `const_str_from_utf8_unchecked_mut`Jubilee Young-1/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-08add FIXME(const-hack)Ralf Jung-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-2/+2
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