about summary refs log tree commit diff
path: root/src/libstd/rt/io
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-8632/+0
2013-11-11auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brsonbors-2/+13
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-1/+37
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-44/+1
2013-11-11Optimize creation of buffered readers/writersAlex Crichton-2/+13
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-3/+4
2013-11-11Clean lint on test buildCorey Richardson-2/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-7/+13
2013-11-10Another round of test fixes from previous commitsAlex Crichton-21/+21
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-4/+2
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-4/+5
2013-11-10Add bindings to uv's utime functionAlex Crichton-4/+45
2013-11-10temporarily disable tests on android and tagging issue number #10378Young-il Choi-3/+3
2013-11-10disable tests on android since tcp/ip permission cannot be acquired without h...Young-il Choi-0/+1
2013-11-04Stop extra buffering when stdout isn't a ttyAlex Crichton-13/+5
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-300/+349
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-570/+901
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-413/+895
2013-11-01auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichtonbors-1/+1
2013-11-01auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmrbors-14/+27
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-31libstd: Remove mocks.Patrick Walton-181/+131
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-30/+6
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-0/+1
2013-10-29auto merge of #10132 : pcwalton/rust/proc, r=pcwaltonbors-7/+9
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-7/+9
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-2/+4
2013-10-29Add repr attributes in various places that need them.Jed Davis-0/+1
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-2/+4
2013-10-28auto merge of #10133 : alexcrichton/rust/another-error, r=thestingerbors-1/+2
2013-10-28Handle another possible error in a unix pipe testAlex Crichton-1/+2
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-606/+487
2013-10-28auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwaltonbors-6/+12
2013-10-28auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwaltonbors-4/+131
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-3/+4
2013-10-26Fix a typo in a rt::io::signal testAlex Crichton-1/+1
2013-10-26Implement another error code found on windows.Alex Crichton-6/+12
2013-10-25Enhance timers to create portsAlex Crichton-4/+131
2013-10-25auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brsonbors-20/+108
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-20/+108
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-0/+7
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-43/+115
2013-10-24Bring io::signal up to date with changes to rt::rtioAlex Crichton-35/+58
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+193
2013-10-24Fixing some tests, adding some pipesAlex Crichton-1/+33
2013-10-24Migrate std::run to libuv processesAlex Crichton-1/+1
2013-10-24Remove std::io once and for all!Alex Crichton-1/+82
2013-10-24Remove std::io from ebmlAlex Crichton-24/+62
2013-10-24Test fixes and merge conflictsAlex Crichton-5/+20