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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
-6
/
+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
-1
/
+1
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
2021-08-19
Don't encourage migration until io_safety is stablized.
Dan Gohman
-3
/
+4
2021-08-19
Reword the description of dup2/dup3.
Dan Gohman
-1
/
+1
2021-08-19
Be more precise about `mmap` and undefined behavior.
Dan Gohman
-3
/
+3
2021-08-19
I/O safety.
Dan Gohman
-0
/
+56