about summary refs log tree commit diff
path: root/library/std/src/os/ios/raw.rs
AgeCommit message (Collapse)AuthorLines
2024-07-14Merge Apple `std::os` extensions modules into `std::os::darwin`Mads Marquart-83/+0
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.
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-5/+5
2020-07-27mv std libs to library/mark-0/+83