about summary refs log tree commit diff
path: root/library/std/src/sys/unix/os_str.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-288/+0
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-5/+5
2023-07-07Allow limited access to `OsString` bytesEd Page-0/+10
2023-06-14Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=AmanieuMatthias Krüger-2/+2
2023-06-12Implement `TryFrom<&OsStr>` for `&str`aticu-2/+2
2023-03-27Allow access to `OsStr` bytesEd Page-2/+7
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+1
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-17/+23
2021-12-28Add try_reserve for OsStringXuanwo-0/+11
2021-07-03Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.Christiaan Dirkx-0/+255