about summary refs log tree commit diff
path: root/src/libstd/sys/windows/stdio.rs
AgeCommit message (Expand)AuthorLines
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-30/+42
2019-02-28Fix rebase failTaiki Endo-1/+1
2019-02-28libstd => 2018Taiki Endo-8/+8
2019-02-23Remove pub(crate) from stderr_rawPaul Dicker-1/+1
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-36/+45
2019-02-20Address review commentsPaul Dicker-22/+36
2019-02-20Refactor Windows stdio and remove stdin double bufferingPaul Dicker-114/+176
2019-02-20Remove unused Read implementation on sys::Windows::StdinPaul Dicker-9/+0
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-14/+1
2019-02-03Improve error message and docs for non-UTF-8 bytes in stdio on WindowsAustin Bonander-1/+3
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-5/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Refactor stderr_prints_nothing into a more modular functionJethro Beekman-2/+2
2018-12-01remove some uses of try!Mark Mansi-2/+2
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