about summary refs log tree commit diff
path: root/library/std/src/sys/path/windows
AgeCommit message (Collapse)AuthorLines
2025-06-16Handle win32 separator & prefixes for cygwin paths王宇逸-0/+2
2025-04-09Avoid verbatim paths in Command::current_dirChris Denton-0/+12
If possible, we should try not to use verbatim paths in Command::current_dir. It might work but it might also break code (including some Windows APIs) that assume the current directory isn't verbatim.
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-02-08std: move path into `sys`joboet-0/+137