about summary refs log tree commit diff
path: root/library/core/src/str/converts.rs
AgeCommit message (Expand)AuthorLines
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