about summary refs log tree commit diff
path: root/src/libstd/sys/windows/stdio.rs
AgeCommit message (Expand)AuthorLines
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-0/+4
2017-11-08std: Change how EBADF is handled in `sys`Alex Crichton-1/+4
2017-06-20Add `Read::initializer`.Steven Fackler-5/+0
2017-03-23std: Don't cache stdio handles on WindowsAlex Crichton-53/+39
2016-12-26Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichtonbors-2/+22
2016-12-10Ctrl-Z returns from Stdin.read() when reading from the console onElahn Ientile-2/+22
2016-11-28Commit to fix make tidyJeremy Soller-1/+1
2016-11-28Move stdout/err flush into sysJeremy Soller-1/+12
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-0/+5
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-0/+2
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-03-12Further simplify Windows stdout/stderrOliver Middleton-13/+8
2016-03-10Simplify Windows stdout/stderrOliver Middleton-4/+2
2016-03-10Fixup stout/stderr on WindowsOliver Middleton-2/+24
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-0/+2
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+17
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+1
2015-11-09std: Migrate to the new libcAlex Crichton-6/+5
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-2/+1
2015-06-14Implement RFC 1014Steven Fackler-9/+11
2015-05-29std::io: New ErrorKind value InvalidDataMikhail Zabaluev-1/+1
2015-04-29std: Fix inheriting standard handles on windowsAlex Crichton-3/+13
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-3/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+10
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+155