about summary refs log tree commit diff
path: root/library/std/tests/path.rs
AgeCommit message (Expand)AuthorLines
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