about summary refs log tree commit diff
path: root/library/std/src/path
AgeCommit message (Expand)AuthorLines
2022-08-18make many std tests work in MiriRalf Jung-0/+5
2022-05-16Allow `unused_macro_rules` in path testsRaoul Strackx-0/+1
2022-04-17Improve Windows path prefix parsingdylni-6/+6
2022-03-19Rollup merge of #94650 - ChrisDenton:windows-absolute-fix, r=dtolnayDylan DPC-7/+7
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-11/+11
2022-03-05Use as_os_str to compare exact pathsChris Denton-3/+6
2022-03-05Relax tests for Windows dos device namesChris Denton-4/+1
2022-03-05Use `as_os_str` to compare exact pathsChris Denton-7/+10
2022-03-05Unix `path::absolute`: Fix leading "." componentChris Denton-0/+5
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