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
/
sys
/
wasi
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-112
/
+0
2022-10-10
Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs`
Josh Triplett
-49
/
+1
2022-10-09
impl AsFd for io::{Stdin, Stdout, Stderr}, not the sys versions
Josh Triplett
-3
/
+3
2022-10-03
Add SAFETY comments for AsFd implementations on stdin/stdout/stderr
Josh Triplett
-0
/
+3
2022-10-03
Add stability attributes.
Dan Gohman
-3
/
+6
2022-09-22
Add `AsFd` implementations for stdio lock types on WASI.
Dan Gohman
-0
/
+21
2022-08-22
Add `AsFd` implementations for stdio types on WASI.
Dan Gohman
-1
/
+22
2022-01-28
wasi: update to wasi 0.11.0
Harald Hoyer
-1
/
+1
2021-08-19
I/O safety.
Dan Gohman
-6
/
+13
2021-08-13
Change WASI's `RawFd` from `u32` to `c_int` (`i32`).
Dan Gohman
-3
/
+4
2021-02-24
x.py fmt
Dan Gohman
-1
/
+1
2021-02-24
Use `super::` to refer to WASI-specific names.
Dan Gohman
-1
/
+1
2020-09-03
Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi
Amjad Alsharafi
-0
/
+2
2020-08-21
Make raw standard stream constructors const
Tomasz Miąsko
-3
/
+3
2020-08-21
Remove result type from raw standard streams constructors
Tomasz Miąsko
-7
/
+7
2020-07-27
mv std libs to library/
mark
-0
/
+102