| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -1/+1 | |
| 2024-11-12 | Make `CloneToUninit` dyn-compatible | Zachary S | -2/+2 | |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+17 | |
| 2024-06-06 | fixed memory leaks in PathBuf::leak & OsString::leak tests | schvv31n | -0/+2 | |
| 2024-06-04 | impl OsString::leak & PathBuf::leak | schvv31n | -0/+7 | |
| 2024-01-21 | Move `OsStr::slice_encoded_bytes` validation to platform modules | Jan Verbeek | -7/+61 | |
| On Windows and UEFI this improves performance and error messaging. On other platforms we optimize the fast path a bit more. This also prepares for later relaxing the checks on certain platforms. | ||||
| 2023-12-10 | remove redundant imports | surechen | -4/+0 | |
| detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR. | ||||
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -0/+50 | |
| 2022-05-09 | Implement [OsStr]::join | est31 | -0/+14 | |
| Second attempt at implementing [OsStr]::join. | ||||
| 2022-05-08 | Revert "Implement [OsStr]::join", which was merged without FCP | Thom Chiovoloni | -14/+0 | |
| This reverts commit 4fcbc53820ab423bbeb41f07822369aa05da1d68. | ||||
| 2022-05-05 | Implement [OsStr]::join | est31 | -0/+14 | |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+165 | |
| Also doing fmt inplace as requested. | ||||
