| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-30 | Rollup merge of #142506 - clarfonthey:path-trailing-sep, r=joboet | Matthias Krüger | -1/+37 | |
| Add `Path::has_trailing_sep` and related methods Implements rust-lang/libs-team#335. Tracking issue: rust-lang/rust#142503 Notable differences from ACP: * `trim_trailing_sep` was added to `Path` since it felt reasonable to ensure that the inverse operation was available. * Per suggestion of `@kennytm,` added `push_trailing_sep` and `pop_trailing_sep` to `PathBuf` in addition to `set_trailing_sep`. This also updates some of the docs on various `Path` methods to use the term "trailing separator" instead of "trailing slash" for consistency. | ||||
| 2025-09-24 | Fix infinite recursion in Path::eq with String | Iris Shi | -3/+13 | |
| 2025-09-04 | Add `Path::has_trailing_sep` and related methods | ltdk | -1/+37 | |
| 2025-09-04 | add test | bendn | -0/+6 | |
| 2025-08-13 | stabilize path_add_extension | Hanna Kruppe | -1/+1 | |
| 2025-08-04 | remove gate | Kivooeo | -7/+1 | |
| 2025-06-16 | Handle win32 separator & prefixes for cygwin paths | 王宇逸 | -0/+472 | |
| 2025-06-06 | Stabilised `os_string_pathbuf_leak` | schvv31n | -1/+0 | |
| 2025-05-25 | Implement normalize lexically | Chris Denton | -1/+55 | |
| 2025-05-17 | remove extra tests that really might not be all that useful | GrantBirki | -55/+0 | |
| 2025-05-17 | revert forward slash to backslash | GrantBirki | -1/+1 | |
| 2025-05-16 | remove `test_embedded_null_byte()` test for now | GrantBirki | -20/+0 | |
| 2025-05-16 | additional edge cases tests for `path.rs` | GrantBirki | -1/+107 | |
| 2025-01-26 | Move std::path unit tests to integration tests | bjorn3 | -0/+1978 | |
