about summary refs log tree commit diff
path: root/library/std/src/os/unix/io/mod.rs
AgeCommit message (Expand)AuthorLines
2024-04-27io safety: update Unix explanationRalf Jung-10/+21
2023-09-22fix OS-specific I/O safety docs since the io_safety feature is stableRalf Jung-4/+7
2023-08-14mention /proc/self/fd with /proc/self/memRalf Jung-3/+3
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-1/+1
2023-08-13add more explicit I/O safety documentationRalf Jung-1/+2
2022-08-29Make `std::os::fd` public.Dan Gohman-6/+5
2022-06-20Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-seDylan DPC-0/+19
2022-06-15Document that `BorrowedFd` may be used to do a `dup`.Dan Gohman-9/+19
2022-06-14Implement stabilization of `#[feature(io_safety)]`.Dan Gohman-1/+1
2022-06-08Fix trailing whitespace.Dan Gohman-1/+1
2022-06-08Reword the question in the section header too.Dan Gohman-2/+2
2022-06-08Update library/std/src/os/unix/io/mod.rsDan Gohman-3/+2
2022-06-08Reword a question into a statement.Dan Gohman-2/+2
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Document Rust's stance on `/proc/self/mem`Dan Gohman-0/+20
2021-08-19Don't encourage migration until io_safety is stablized.Dan Gohman-3/+4
2021-08-19Reword the description of dup2/dup3.Dan Gohman-1/+1
2021-08-19Be more precise about `mmap` and undefined behavior.Dan Gohman-3/+3
2021-08-19I/O safety.Dan Gohman-0/+56