index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
str
/
converts.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-31
std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f...
xizheyin
-0
/
+8
2025-04-27
specify explicit safety guidance for from_utf8_unchecked
LemonJ
-1
/
+1
2025-04-09
replace version placeholder
Boxy
-1
/
+1
2025-02-23
Stabilize `core::str::from_utf8_mut`
Waffle Lapkin
-1
/
+1
2024-12-21
Less unwrap() in documentation
Kornel
-2
/
+3
2024-11-03
remove const-support for align_offset
Ralf Jung
-1
/
+0
2024-11-02
get rid of a whole bunch of unnecessary rustc_const_unstable attributes
Ralf Jung
-2
/
+0
2024-10-15
update bootstrap configs
Josh Stone
-1
/
+0
2024-10-15
replace placeholder version
Josh Stone
-4
/
+1
2024-10-02
library: Stabilize `const_str_as_mut`
Jubilee Young
-0
/
+1
2024-10-02
library: Stabilize `const_str_from_utf8_unchecked_mut`
Jubilee Young
-1
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-08
add FIXME(const-hack)
Ralf Jung
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-26
Fix doc nits
John Arundel
-2
/
+2
2024-05-29
[ACP 362] genericize `ptr::from_raw_parts`
Scott McMurray
-2
/
+2
2024-04-18
fix: make `str::from_raw_parts_mut` mut
ardi
-1
/
+1
2023-12-31
Initial implementation of `str::from_raw_parts[_mut]`
Sky
-1
/
+39
2023-05-27
Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked
Urgau
-0
/
+2
2023-05-27
Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked
Urgau
-0
/
+2
2022-11-21
type annotate &str when stack allocating a string
ismailmaj
-1
/
+1
2022-05-26
Allow some internal instability
Maybe Waffle
-0
/
+1
2022-05-24
Stabilize checked slice->str conversion functions
Maybe Waffle
-2
/
+2
2022-04-10
Clarify str::from_utf8_unchecked's invariants
Christopher Durham
-5
/
+1
2021-11-18
Fill in tracking issues for `const_str_from_utf8` and `const_str_from_utf8_un...
Maybe Waffle
-3
/
+3
2021-11-18
Make slice->str conversion and related functions const
Maybe Waffle
-9
/
+22
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+2
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-07-27
Stabilize `const_fn_transmute`
Jacob Pratt
-1
/
+1
2021-06-11
Stabilize `str::from_utf8_unchecked` as `const`
Jacob Pratt
-1
/
+1
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-2
/
+2
2020-11-19
Bump bootstrap compiler version
Jake Goulding
-2
/
+1
2020-10-21
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
Florian Warzecha
-1
/
+2
2020-09-26
Move functions converting bytes to str to new mod
Lzu Tao
-0
/
+192