| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -63/+0 | |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -1/+1 | |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -1/+1 | |
| 2022-03-05 | Unix `path::absolute`: Fix leading "." component | Chris Denton | -1/+2 | |
| Testing leading `.` and `..` components were missing from the unix tests. | ||||
| 2022-02-08 | Fix `absolute` issues | Chris Denton | -2/+1 | |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -1/+44 | |
| 2021-11-11 | `Prefix` can be case-insensitive, delegate to its Hash impl instead of ↵ | The8472 | -0/+1 | |
| trying to hash the raw bytes This should have 0 performance overhead on unix since Prefix is always None. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+19 | |
