rust/library/std/src/os
bors 5105b1ec58 Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrum
fix OS-specific I/O safety docs since the io_safety feature is stable

Looks like this text was forgotten to be updated when `io_safety` got stabilized: it still says "once the io_safety feature is stable".

Also adjust the wording a bit for how these docs relate to the general concept of I/O safety.
2023-09-25 00:17:13 +00:00
..
android Add definitions for riscv64_linux_android target 2023-07-26 11:46:48 -07:00
dragonfly Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
emscripten Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
espidf Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
fd typos 2023-08-14 08:50:32 +02:00
fortanix_sgx sync the various FromRawFd trait docs, and remove 'valid' 2023-08-14 08:49:40 +02:00
freebsd Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
fuchsia Add definitions for riscv64gc-unknown-fuchsia 2023-04-25 16:42:59 -07:00
haiku Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
hermit remove code duplications 2023-02-24 15:30:14 +01:00
horizon Update libc::stat field names 2022-06-13 20:44:58 -07:00
hurd added support for GNU/Hurd 2023-09-21 17:31:25 +02:00
illumos Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
ios wip: Support Apple tvOS in libstd 2023-06-21 14:59:37 -07:00
l4re add a csky-unknown-linux-gnuabiv2 target 2023-08-14 23:02:36 +08:00
linux add a csky-unknown-linux-gnuabiv2 target 2023-08-14 23:02:36 +08:00
macos Add creation time support to FileTimes on apple and windows 2023-05-15 15:04:39 +01:00
net replace version placeholders 2023-04-28 08:47:55 -07:00
netbsd Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
nto Update library/std/src/os/nto/mod.rs 2023-03-01 06:42:40 +01:00
openbsd Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
raw Remove #[cfg(all())] workarounds from c_char 2023-06-16 12:17:12 +00:00
redox Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
solaris Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
solid sync the various FromRawFd trait docs, and remove 'valid' 2023-08-14 08:49:40 +02:00
uefi Rebase to master 2023-09-22 17:23:33 +05:30
unix fix OS-specific I/O safety docs since the io_safety feature is stable 2023-09-22 13:23:19 +02:00
vita PS Vita std support 2023-05-07 18:57:43 +03:00
vxworks Take sys/vxworks/{fd,fs,io} from sys/unix instead. 2020-10-16 06:19:00 +02:00
wasi Use std::io::Error::is_interrupted everywhere 2023-09-03 09:21:10 -04:00
watchos Add creation time support to FileTimes on apple and windows 2023-05-15 15:04:39 +01:00
windows fix OS-specific I/O safety docs since the io_safety feature is stable 2023-09-22 13:23:19 +02:00
xous std: xous: add support for locks 2023-08-22 20:25:38 +08:00
mod.rs Fixes from PR 2023-09-22 23:56:51 +05:30