about summary refs log tree commit diff
path: root/src/libstd/sys/redox/stdio.rs
AgeCommit message (Expand)AuthorLines
2019-08-06redox: convert to target_family unixJeremy Soller-64/+0
2019-02-28libstd => 2018Taiki Endo-5/+5
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
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/+1
2016-11-28Switch to using syscall crate directly - without importJeremy Soller-10/+9
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-1/+13
2016-11-03Update to new sys requirementsJeremy Soller-0/+1
2016-10-27Add redox systemJeremy Soller-0/+69