about summary refs log tree commit diff
path: root/library/std/src/sys/os_str/bytes.rs
AgeCommit message (Expand)AuthorLines
2024-04-26Rollup merge of #124410 - RalfJung:path-buf-transmute, r=NilstriebJacob Pratt-0/+6
2024-04-26PathBuf: replace transmuting by accessor functionsRalf Jung-0/+6
2024-04-24Stabilize Utf8ChunksDavid Tolnay-4/+2
2024-01-21Move `OsStr::slice_encoded_bytes` validation to platform modulesJan Verbeek-0/+43
2024-01-15std: move OS String implementation into `sys`joboet-0/+287