summary refs log tree commit diff
path: root/library/std/src/sys/os_str/wtf8.rs
AgeCommit message (Expand)AuthorLines
2024-07-17forbid(unsafe_op_in_unsafe_fn) in sys/os_strChris Denton-2/+0
2024-07-15Deny more windows unsafe_op_in_unsafe_fnChris Denton-2/+3
2024-06-25`PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12...ash-3/+13
2024-06-20Convert some module-level `//` and `///` comments to `//!`.Nicholas Nethercote-2/+3
2024-06-04impl OsString::leak & PathBuf::leakschvv31n-0/+5
2024-04-26PathBuf: replace transmuting by accessor functionsRalf Jung-0/+6
2024-01-21Move `OsStr::slice_encoded_bytes` validation to platform modulesJan Verbeek-1/+6
2024-01-15std: move OS String implementation into `sys`joboet-0/+245