about summary refs log tree commit diff
path: root/library/std/src/sys/unix/path.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-63/+0
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-1/+1
2023-05-13refactor: Remove redundant, private OsStr::bytesEd Page-1/+1
2022-03-05Unix `path::absolute`: Fix leading "." componentChris Denton-1/+2
Testing leading `.` and `..` components were missing from the unix tests.
2022-02-08Fix `absolute` issuesChris Denton-2/+1
2022-02-08`std::path::absolute`Chris Denton-1/+44
2021-11-11`Prefix` can be case-insensitive, delegate to its Hash impl instead of ↵The8472-0/+1
trying to hash the raw bytes This should have 0 performance overhead on unix since Prefix is always None.
2020-07-27mv std libs to library/mark-0/+19