about summary refs log tree commit diff
path: root/library/std/tests/path.rs
AgeCommit message (Expand)AuthorLines
2025-09-30Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboetMatthias Krüger-1/+37
2025-09-24Fix infinite recursion in Path::eq with StringIris Shi-3/+13
2025-09-04Add `Path::has_trailing_sep` and related methodsltdk-1/+37
2025-09-04add testbendn-0/+6
2025-08-13stabilize path_add_extensionHanna Kruppe-1/+1
2025-08-04remove gateKivooeo-7/+1
2025-06-16Handle win32 separator & prefixes for cygwin paths王宇逸-0/+472
2025-06-06Stabilised `os_string_pathbuf_leak`schvv31n-1/+0
2025-05-25Implement normalize lexicallyChris Denton-1/+55
2025-05-17remove extra tests that really might not be all that usefulGrantBirki-55/+0
2025-05-17revert forward slash to backslashGrantBirki-1/+1
2025-05-16remove `test_embedded_null_byte()` test for nowGrantBirki-20/+0
2025-05-16additional edge cases tests for `path.rs`GrantBirki-1/+107
2025-01-26Move std::path unit tests to integration testsbjorn3-0/+1978