index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
os
/
unix
/
io
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+0
2024-04-27
io safety: update Unix explanation
Ralf Jung
-10
/
+21
2023-09-22
fix OS-specific I/O safety docs since the io_safety feature is stable
Ralf Jung
-4
/
+7
2023-08-14
mention /proc/self/fd with /proc/self/mem
Ralf Jung
-3
/
+3
2023-08-14
wording; and explain some of the possible consequences of violating io-safety
Ralf Jung
-1
/
+1
2023-08-13
add more explicit I/O safety documentation
Ralf Jung
-1
/
+2
2022-08-29
Make `std::os::fd` public.
Dan Gohman
-20
/
+5
2022-06-20
Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-se
Dylan DPC
-0
/
+19
2022-06-15
Document that `BorrowedFd` may be used to do a `dup`.
Dan Gohman
-9
/
+19
2022-06-14
Implement stabilization of `#[feature(io_safety)]`.
Dan Gohman
-3
/
+2
2022-06-08
Fix trailing whitespace.
Dan Gohman
-1
/
+1
2022-06-08
Reword the question in the section header too.
Dan Gohman
-2
/
+2
2022-06-08
Update library/std/src/os/unix/io/mod.rs
Dan Gohman
-3
/
+2
2022-06-08
Reword a question into a statement.
Dan Gohman
-2
/
+2
2022-06-07
Update library/std/src/os/unix/io/mod.rs
Dan Gohman
-1
/
+1
2022-06-07
Update library/std/src/os/unix/io/mod.rs
Dan Gohman
-1
/
+1
2022-06-07
Update library/std/src/os/unix/io/mod.rs
Dan Gohman
-1
/
+1
2022-06-07
Update library/std/src/os/unix/io/mod.rs
Dan Gohman
-1
/
+1
2022-06-07
Document Rust's stance on `/proc/self/mem`
Dan Gohman
-0
/
+20
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-0
/
+1
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-242
/
+2
2021-08-19
Don't encourage migration until io_safety is stablized.
Dan Gohman
-3
/
+4
2021-08-19
Factor out Unix and WASI fd code into a common module.
Dan Gohman
-280
/
+2
2021-08-19
Synchronize minor differences between Unix and WASI implementations.
Dan Gohman
-4
/
+5
2021-08-19
Reword the description of dup2/dup3.
Dan Gohman
-1
/
+1
2021-08-19
Add Safety comments to the `As*` for `Owned*` implementations.
Dan Gohman
-0
/
+3
2021-08-19
Rename `OwnedFd`'s private field to match it's debug output.
Dan Gohman
-17
/
+17
2021-08-19
Be more precise about `mmap` and undefined behavior.
Dan Gohman
-3
/
+3
2021-08-19
Add a test to ensure that RawFd is the size we assume it is.
Dan Gohman
-0
/
+15
2021-08-19
Update library/std/src/os/unix/io/fd.rs
Dan Gohman
-1
/
+1
2021-08-19
I/O safety.
Dan Gohman
-0
/
+580