about summary refs log tree commit diff
path: root/library/std/src/sys/windows/path
AgeCommit message (Collapse)AuthorLines
2020-11-07Refactor `parse_prefix` on WindowsChristiaan Dirkx-8/+31
Refactor `get_first_two_components` to `get_next_component`. Fixes the following behaviour of `parse_prefix`: - series of separator bytes in a prefix are correctly parsed as a single separator - device namespace prefixes correctly recognize both `\\` and `/` as separators
2020-07-27mv std libs to library/mark-0/+21