| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-25 | replace placeholder version | Boxy | -1/+1 | |
| 2024-08-13 | Make `std::os::darwin` public | Mads Marquart | -1/+4 | |
| This includes `std::os::darwin::fs`, which is re-exported under `std::os::macos::fs` and `std::os::ios::fs`. `std::os::darwin::raw` is not exposed, which means that `MetadataExt::as_raw_stat` isn't available on tvOS, visionOS and watchOS. | ||||
| 2024-07-14 | Merge Apple `std::os` extensions modules into `std::os::darwin` | Mads Marquart | -0/+20 | |
| The functionality available on Apple platforms are very similar, and were duplicated for each platform. Additionally, this fixes a warning when compiling the standard library for tvOS, watchOS and visionOS by marking the corresponding code as dead code. | ||||
