about summary refs log tree commit diff
path: root/library/std/src/os/ios
AgeCommit message (Collapse)AuthorLines
2024-08-13Make `std::os::darwin` publicMads Marquart-2/+0
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-29Reformat `use` declarations.Nicholas Nethercote-1/+0
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-14Merge Apple `std::os` extensions modules into `std::os::darwin`Mads Marquart-245/+26
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.
2023-11-15Substitute version placeholdersMark Rousskov-3/+3
2023-10-31Stabilize `file_set_times`Josh Triplett-3/+3
Approved via FCP in https://github.com/rust-lang/rust/issues/98245 .
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-1/+1
2023-05-15Add creation time support to `FileTimes` on apple and windowsbeetrees-2/+20
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-8/+8
2020-08-11Switch to intra-doc links in library/std/src/os/*/fs.rsPrabakaran Kumaresshan-1/+1
2020-07-27mv std libs to library/mark-0/+231