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
/
windows
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-30
/
+42
2019-02-28
Fix rebase fail
Taiki Endo
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-8
/
+8
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
-36
/
+45
2019-02-20
Address review comments
Paul Dicker
-22
/
+36
2019-02-20
Refactor Windows stdio and remove stdin double buffering
Paul Dicker
-114
/
+176
2019-02-20
Remove unused Read implementation on sys::Windows::Stdin
Paul Dicker
-9
/
+0
2019-02-20
Remove sys::*::Stderr Write implementation
Paul Dicker
-14
/
+1
2019-02-03
Improve error message and docs for non-UTF-8 bytes in stdio on Windows
Austin Bonander
-1
/
+3
2019-01-01
privacy: Use common `DefId` visiting infra for all privacy visitors
Vadim Petrochenkov
-5
/
+0
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-12-01
remove some uses of try!
Mark Mansi
-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
-5
/
+0
2017-03-23
std: Don't cache stdio handles on Windows
Alex Crichton
-53
/
+39
2016-12-26
Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton
bors
-2
/
+22
2016-12-10
Ctrl-Z returns from Stdin.read() when reading from the console on
Elahn Ientile
-2
/
+22
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
/
+5
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
-1
/
+0
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-03-12
Further simplify Windows stdout/stderr
Oliver Middleton
-13
/
+8
2016-03-10
Simplify Windows stdout/stderr
Oliver Middleton
-4
/
+2
2016-03-10
Fixup stout/stderr on Windows
Oliver Middleton
-2
/
+24
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-0
/
+2
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-0
/
+17
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-6
/
+5
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-2
/
+1
2015-06-14
Implement RFC 1014
Steven Fackler
-9
/
+11
2015-05-29
std::io: New ErrorKind value InvalidData
Mikhail Zabaluev
-1
/
+1
2015-04-29
std: Fix inheriting standard handles on windows
Alex Crichton
-3
/
+13
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-3
/
+2
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
/
+155