about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stdio.rs
AgeCommit message (Expand)AuthorLines
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-4/+10
2019-04-27Stabilized vectored IOSteven Fackler-4/+4
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-13/+17
2019-02-28libstd => 2018Taiki Endo-4/+3
2019-02-23Remove pub(crate) from stderr_rawPaul Dicker-1/+1
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-8/+14
2019-02-20Remove sys::*::Stderr Write implementationPaul Dicker-14/+1
2019-02-08std::sys::unix::stdio: explain why we do into_rawRalf Jung-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Refactor stderr_prints_nothing into a more modular functionJethro Beekman-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-7/+0
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/+1
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-0/+2
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+9
2015-09-08some more clippy-based improvementsAndre Bogus-3/+3
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-06-14Implement RFC 1014Steven Fackler-3/+3
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+10
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+52