about summary refs log tree commit diff
path: root/library/std/src/path
AgeCommit message (Expand)AuthorLines
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-3/+1
2024-11-12Make `CloneToUninit` dyn-compatibleZachary S-2/+2
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-5/+11
2024-07-29impl CloneToUninit for Path and OsStrPavel Grigorenko-0/+19
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-07-07Rollup merge of #127297 - the8472:path-new-hash, r=NilstriebMatthias Krüger-0/+35
2024-07-05add unit tests for extra extension featuretison-0/+74
2024-07-03Add more test cases for path comparisonsZanie Blue-0/+28
2024-07-03Add test case demonstrating equality of paths "foo/bar" and "foobar"Zanie Blue-0/+7
2024-06-06fixed memory leaks in PathBuf::leak & OsString::leak testsschvv31n-1/+4
2024-06-04impl OsString::leak & PathBuf::leakschvv31n-0/+7
2024-05-13Panic if `PathBuf::set_extension` would add a path separatorTobias Bucher-0/+23
2023-12-10remove redundant importssurechen-3/+1
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-4/+2
2023-07-14std: add tests for `Path::with_extension`João M. Bezerra-5/+45
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