about summary refs log tree commit diff
path: root/library/std/src/sys/windows/os_str.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-245/+0
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-4/+4
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-1/+1
2023-06-12Implement `TryFrom<&OsStr>` for `&str`aticu-1/+1
2023-03-27Allow access to `OsStr` bytesEd Page-0/+10
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+1
2022-06-23Optimize `Wtf8Buf::into_string` for the case where it contains UTF-8.Dan Gohman-3/+1
2022-05-07[fix] remove pub(crate) visibilitygimbles-1/+1
2022-05-06[feat] Make sys::windows::os_str::Slice repr(transparent)gimbles-1/+2
2021-12-28Fix windows buildXuanwo-0/+9
2020-09-08Capitalize safety commentsFlying-Toast-2/+2
2020-07-27mv std libs to library/mark-0/+216