about summary refs log tree commit diff
path: root/src/libstd/rt/io
AgeCommit message (Expand)AuthorLines
2013-10-24Move stdin to using libuv's pipes instead of a ttyAlex Crichton-30/+18
2013-10-24Remove io::read_errorAlex Crichton-44/+38
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-24/+52
2013-10-24Migrate the last typedefs to ~Trait in rtioAlex Crichton-4/+4
2013-10-24Don't attempt to export uv functions directlyAlex Crichton-14/+0
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-183/+157
2013-10-24Remove rt::io::supportAlex Crichton-74/+23
2013-10-24Migrate Rtio objects to true trait objectsAlex Crichton-26/+21
2013-10-24Move rt::io::stdio from FileStream to a TTYAlex Crichton-14/+88
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-29/+4
2013-10-24Address a few XXX comments throughout the runtimeAlex Crichton-12/+20
2013-10-24Finish implementing io::net::addrinfoAlex Crichton-46/+129
2013-10-24Implement io::net::unixAlex Crichton-19/+271
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-9/+9
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-2/+8
2013-10-22auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestingerbors-2/+2
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-34/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-7/+41
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-82/+82
2013-10-20Don't allocate a string when calling printlnAlex Crichton-1/+18
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-2/+2
2013-10-16auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichtonbors-6/+22
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-15/+15
2013-10-15path2: Replace the path module outrightKevin Ballard-23/+27
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-59/+1222
2013-10-10Make the file::DirectoryInfo trait publicAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-4/+24
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-2/+5
2013-10-10Implement BufferedReader.{read_until, read_line}Alex Crichton-7/+65
2013-10-10Implement rt::io::stdioAlex Crichton-25/+83
2013-10-09auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichtonbors-1/+1
2013-10-09Implement io::native::processAlex Crichton-0/+752
2013-10-09Implement io::native::stdioAlex Crichton-0/+67
2013-10-09Implement io::native::fileAlex Crichton-25/+230
2013-10-09option: rewrite the API to use compositionDaniel Micay-7/+7
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-3/+5
2013-10-05rt::io::net::tcp: Fix eof_twice tests on Win32klutzy-6/+20
2013-10-05std::rt: Add NotConnected to IoErrorKindklutzy-0/+2
2013-10-03Close out #9155Steven Fackler-13/+9
2013-10-02Stop using newtype wrappers in std::rt::ioSteven Fackler-30/+48
2013-10-01auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brsonbors-142/+2
2013-10-01Move the rt::io::process tests to run-passAlex Crichton-142/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-118/+104
2013-09-26Visibility fixesSteven Fackler-11/+11
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-16/+16
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-1/+1
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1