about summary refs log tree commit diff
path: root/library/std/src/sys/windows/path.rs
AgeCommit message (Expand)AuthorLines
2022-02-08`std::path::absolute`Chris Denton-0/+16
2021-11-20Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahcbors-3/+21
2021-11-17windows: Return the "Not Found" error when a path is emptyYuki Okushi-2/+2
2021-10-31 Windows: Resolve Command program without using the current directoryChris Denton-3/+21
2021-10-23Fix typoChris Denton-1/+1
2021-10-23Make sure `CreateDirectoryW` works for path lengths > 247Chris Denton-1/+5
2021-10-03Automatically convert paths to verbatimChris Denton-0/+97
2021-02-24library: Normalize safety-for-unsafe-block commentsMiguel Ojeda-2/+4
2020-11-07Refactor `parse_prefix` on WindowsChristiaan Dirkx-70/+104
2020-07-27mv std libs to library/mark-0/+107