summary refs log tree commit diff
path: root/library/std/src/sys/unix/path.rs
AgeCommit message (Collapse)AuthorLines
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