about summary refs log tree commit diff
path: root/library/std/src/os/unix/io
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+0
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-20/+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-3/+2
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
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+1
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-242/+2
2021-08-19Don't encourage migration until io_safety is stablized.Dan Gohman-3/+4
2021-08-19Factor out Unix and WASI fd code into a common module.Dan Gohman-280/+2
2021-08-19Synchronize minor differences between Unix and WASI implementations.Dan Gohman-4/+5
2021-08-19Reword the description of dup2/dup3.Dan Gohman-1/+1
2021-08-19Add Safety comments to the `As*` for `Owned*` implementations.Dan Gohman-0/+3
2021-08-19Rename `OwnedFd`'s private field to match it's debug output.Dan Gohman-17/+17
2021-08-19Be more precise about `mmap` and undefined behavior.Dan Gohman-3/+3
2021-08-19Add a test to ensure that RawFd is the size we assume it is.Dan Gohman-0/+15
2021-08-19Update library/std/src/os/unix/io/fd.rsDan Gohman-1/+1
2021-08-19I/O safety.Dan Gohman-0/+580