about summary refs log tree commit diff
path: root/library/std/src/sys/os_str/bytes.rs
AgeCommit message (Expand)AuthorLines
2025-02-28Specialize OsString::push for stringsThalia Archibald-0/+5
2025-02-16Synchronize platform adaptors for OsString/OsStrThalia Archibald-36/+50
2024-11-12Make `CloneToUninit` dyn-compatibleZachary S-3/+3
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+1
2024-07-29Sparkle some attributes over `CloneToUninit` stuffPavel Grigorenko-0/+1
2024-07-29impl CloneToUninit for Path and OsStrPavel Grigorenko-0/+12
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-06-25`PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12...ash-5/+10
2024-06-25inner truncate methods for UEFI platformsash-0/+5
2024-06-04impl OsString::leak & PathBuf::leakschvv31n-0/+5
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