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
/
src
/
libstd
/
sys
/
unix
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-4
/
+10
2019-04-27
Stabilized vectored IO
Steven Fackler
-4
/
+4
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-13
/
+17
2019-02-28
libstd => 2018
Taiki Endo
-4
/
+3
2019-02-23
Remove pub(crate) from stderr_raw
Paul Dicker
-1
/
+1
2019-02-20
Use standard Read/Write traits in sys::stdio
Paul Dicker
-8
/
+14
2019-02-20
Remove sys::*::Stderr Write implementation
Paul Dicker
-14
/
+1
2019-02-08
std::sys::unix::stdio: explain why we do into_raw
Ralf Jung
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-2
/
+2
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-0
/
+4
2017-11-08
std: Change how EBADF is handled in `sys`
Alex Crichton
-1
/
+4
2017-06-20
Add `Read::initializer`.
Steven Fackler
-7
/
+0
2016-11-28
Commit to fix make tidy
Jeremy Soller
-1
/
+1
2016-11-28
Move stdout/err flush into sys
Jeremy Soller
-1
/
+12
2016-11-01
std: Move a plattform-specific constant to sys::stdio
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific stdio code into sys
Brian Anderson
-0
/
+2
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-0
/
+9
2015-09-08
some more clippy-based improvements
Andre Bogus
-3
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-06-14
Implement RFC 1014
Steven Fackler
-3
/
+3
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+10
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-0
/
+52