about summary refs log tree commit diff
path: root/src/libstd/rt/io/stdio.rs
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-321/+0
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-2/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-1/+11
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-4/+2
2013-11-04Stop extra buffering when stdout isn't a ttyAlex Crichton-13/+5
2013-11-01auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichtonbors-1/+1
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-1/+1
2013-10-31Provide a sound method of flushing stdoutAlex Crichton-14/+27
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-2/+0
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-13/+55
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-34/+99
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-24/+12
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-24/+44
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-14/+0
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-17/+28
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-3/+3
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-14/+88
2013-10-20Don't allocate a string when calling printlnAlex Crichton-1/+18
2013-10-10Implement rt::io::stdioAlex Crichton-24/+81
2013-09-30std: Remove usage of fmt!Alex Crichton-11/+11
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+53