summary refs log tree commit diff
path: root/src/libstd/rt/io/mod.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-18More spelling corrections.Huon Wilson-1/+1
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-1/+1
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+35
2013-07-22std: minor timer cleanup based on feedbackJeff Olson-1/+1
2013-07-22std: add rt::io::TimerJeff Olson-0/+4
2013-06-23Split out starting a listener from accepting incoming connections.Eric Reed-6/+32
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+504