summary refs log tree commit diff
path: root/library/std/src/path
AgeCommit message (Collapse)AuthorLines
2020-11-07Refactor `parse_prefix` on WindowsChristiaan Dirkx-4/+4
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-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+1394
Also doing fmt inplace as requested.