about summary refs log tree commit diff
path: root/src/libstd/rt/io/mod.rs
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-1224/+0
2013-11-10Another round of test fixes from previous commitsAlex Crichton-1/+5
2013-11-10Add bindings to uv's utime functionAlex Crichton-2/+3
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-4/+20
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-37/+82
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-1/+20
2013-10-31libstd: Remove mocks.Patrick Walton-3/+0
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-2/+6
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-7/+468
2013-10-26Implement another error code found on windows.Alex Crichton-0/+2
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-0/+7
2013-10-24wrapping libuv signal for use in RustDo Nhat Minh-0/+3
2013-10-24Remove io::read_errorAlex Crichton-7/+1
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-0/+2
2013-10-24Remove IoFactoryObject for ~IoFactoryAlex Crichton-2/+4
2013-10-24Remove rt::io::supportAlex Crichton-4/+0
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-1/+0
2013-10-24Address a few XXX comments throughout the runtimeAlex Crichton-2/+1
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-2/+2
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-0/+6
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-16auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichtonbors-0/+2
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-2/+25
2013-10-10Remove some users of io::file_readerAlex Crichton-0/+20
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-2/+5
2013-10-08Make std::rt::io::extensions publicSteven Fackler-1/+1
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+2
2013-10-05std::rt: Add NotConnected to IoErrorKindklutzy-0/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-1/+1
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1
2013-09-18Implement process bindings to libuvAlex Crichton-0/+9
2013-09-18Register new snapshotsAlex Crichton-6/+2
2013-09-16std: generlize & move io::file::suppressed_stat to io::ignore_io_errorJeff Olson-0/+12
2013-09-16std: expose more stat infoJeff Olson-6/+2
2013-09-16std: clean up Dir/FileInfo inheritence and flesh out Dir InfoJeff Olson-2/+8
2013-09-16std/rt: in-progress file io workJeff Olson-0/+24
2013-09-10Buffered I/O wrappersSteven Fackler-0/+3
2013-09-06Fix Acceptor iterator ending early if a connection attempt failsEric Reed-4/+9
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-7/+1
2013-09-05Implement Stream automatically for Reader + WriterChris Morgan-0/+2
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-5/+3
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-0/+4
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-0/+4
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-3/+0
2013-08-27Implement process bindings to libuvAlex Crichton-0/+3
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-0/+24
2013-08-22std: rework file io.. support [p]read,[p]write, impl seek/tell + more testsJeff Olson-0/+1
2013-08-21auto merge of #8600 : sfackler/rust/http, r=brsonbors-1/+0
2013-08-18Delete std::rt::io::net::httpSteven Fackler-1/+0