about summary refs log tree commit diff
path: root/library/std/src/path
AgeCommit message (Expand)AuthorLines
2022-02-13Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrumbors-0/+58
2022-02-08`std::path::absolute`Chris Denton-0/+58
2022-02-06Fix hashing for windows paths containing a CurDir componentThe 8472-0/+35
2021-11-09add benchmarks and tests for Hash and Eq impls on PathThe8472-2/+78
2021-10-14Ensure that pushing empty path works as beforeSean Young-0/+1
2021-10-01path.push() should work as expected on windows verbatim pathsSean Young-0/+9
2021-08-22Auto merge of #85166 - mbhall88:file-prefix, r=dtolnaybors-87/+310
2021-08-17remove unnecessary empty checkMichael Hall-0/+4
2021-07-06add Ord tests for Path comparisonsThe8472-0/+17
2021-07-06optimize {Path,PathBuf,Components}::{cmp,partial_cmp} for shared prefixesThe8472-0/+51
2021-06-15add explicit hidden file name testsMichael Hall-0/+26
2021-05-11add missing windows testsMichael Hall-53/+140
2021-05-11add file_prefix methodMichael Hall-34/+140
2020-11-07Refactor `parse_prefix` on WindowsChristiaan Dirkx-4/+4
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+1394