about summary refs log tree commit diff
path: root/src/libstd/rt/io
AgeCommit message (Expand)AuthorLines
2013-08-24auto merge of #8607 : sfackler/rust/extensions, r=brsonbors-123/+122
2013-08-23Rename {Reader,Writer}ByteConversions methodsSteven Fackler-123/+122
2013-08-23auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brsonbors-7/+2
2013-08-22auto merge of #8596 : vadimcn/rust/master, r=alexcrichtonbors-2/+0
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-2/+0
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-89/+75
2013-08-22std: slight refactor on UvFilestream seek behavior, pre-seek-refactorJeff Olson-8/+2
2013-08-22std: rename tmp file paths to go into ./tmp folder in builddirJeff Olson-7/+7
2013-08-22std: more seek testsJeff Olson-1/+71
2013-08-22std: lint appeasement for unused param in condition handlerJeff Olson-1/+1
2013-08-22std: rework file io.. support [p]read,[p]write, impl seek/tell + more testsJeff Olson-16/+125
2013-08-22std: add FileStream::unlink + more testsJeff Olson-2/+52
2013-08-22std: rt::io::file::FileStream fleshed out.. needs more work.. see extendedJeff Olson-15/+94
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-26/+27
2013-08-21auto merge of #8600 : sfackler/rust/http, r=brsonbors-30/+0
2013-08-20Moved .sleep() to Timer.Eric Reed-7/+2
2013-08-19Make IO thread-safe.Eric Reed-7/+3
2013-08-19Do not execute the callback before cleaning up resources.Eric Reed-6/+2
2013-08-19Derive Clone for IpAddr and SocketAddrEric Reed-2/+2
2013-08-18Delete std::rt::io::net::httpSteven Fackler-30/+0
2013-08-18More spelling corrections.Huon Wilson-2/+2
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-12Forbid pub/priv where it has no effectAlex Crichton-2/+2
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-1/+2
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-1/+2
2013-08-09Fix Ipv6Addr to_str for ::1:x.x.x.x addressesStepan Koltsov-1/+8
2013-08-08auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brsonbors-0/+365
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-1/+1
2013-08-06auto merge of #8313 : msullivan/rust/cleanup, r=catamorphismbors-1/+1
2013-08-06Implement FromStr for IpAddr and SocketAddrStepan Koltsov-0/+365
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+36
2013-08-05Get rid of some NOTEs.Michael Sullivan-1/+1
2013-08-04auto merge of #8243 : stepancheg/rust/ipv, r=brsonbors-37/+53
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-37/+53
2013-08-02replace `range` with an external iteratorDaniel Micay-5/+5
2013-08-01modified local to include an implementation for try_unsafe_borrow::<Task> so ...toddaaro-2/+2
2013-08-01minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...toddaaro-4/+4
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-38/+38
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-4/+4
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-14/+14
2013-07-26libstd: Tests for {peer, socket}_name.Luqman Aden-0/+86
2013-07-25libstd: Add ToStr impl for IpAddr.Luqman Aden-0/+42
2013-07-25libstd: Get rid of duplication in {peer, socket}_name and remove extra *.Luqman Aden-3/+3
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-3/+48
2013-07-22std: make check appeasementJeff Olson-6/+7
2013-07-22std: minor timer cleanup based on feedbackJeff Olson-5/+5
2013-07-22std: add rt::io::TimerJeff Olson-0/+67
2013-07-19Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...Eric Reed-8/+9