| Age | Commit message (Expand) | Author | Lines |
| 2013-09-06 | auto merge of #9000 : brson/rust/dns, r=anasazi | bors | -1/+33 |
| 2013-09-05 | std::rt: Add get_host_addresses function | Brian Anderson | -1/+33 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-06-23 | Split out starting a listener from accepting incoming connections. | Eric Reed | -51/+65 |
| 2013-08-27 | Add a variant of home_for_io that consumes the handle. Refactor out common pa... | Eric Reed | -48/+53 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+2 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -244/+50 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+2 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -50/+244 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -14/+14 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -5/+13 |
| 2013-08-27 | libstd: Fix merge fallout. | Patrick Walton | -4/+4 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -32/+32 |
| 2013-08-20 | Added home_for_io_with_sched variant. Temporarily making IO unkillable. | Eric Reed | -124/+165 |
| 2013-08-22 | fix 32bit mac build error | Jeff Olson | -2/+2 |
| 2013-08-22 | std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file:: | Jeff Olson | -10/+32 |
| 2013-08-22 | std: slight refactor on UvFilestream seek behavior, pre-seek-refactor | Jeff Olson | -29/+30 |
| 2013-08-22 | std: all of the calls in rt::uv::file take a &Loop | Jeff Olson | -7/+6 |
| 2013-08-22 | std: moved static file actions (open,unlink) to FsRequest | Jeff Olson | -2/+2 |
| 2013-08-22 | std: rename tmp file paths to go into ./tmp folder in builddir | Jeff Olson | -1/+1 |
| 2013-08-22 | std: naive stdio print test in uvio | Jeff Olson | -0/+20 |
| 2013-08-22 | std: UvFileStream implements HomingIO + .home_for_io() wrapper usage | Jeff Olson | -39/+60 |
| 2013-08-22 | std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests | Jeff Olson | -32/+79 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -6/+7 |
| 2013-08-22 | std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + test | Jeff Olson | -0/+167 |
| 2013-08-20 | auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brson | bors | -1/+1 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -329/+665 |
| 2013-08-20 | Fixed a memory leak caused by the singleton idle callback failing to close co... | toddaaro | -1/+1 |
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -7/+82 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -650/+647 |
| 2013-08-19 | Homed UDP sockets | Eric Reed | -23/+212 |
| 2013-08-19 | Working homing UDP socket prototype. | Eric Reed | -1/+151 |
| 2013-08-19 | clean whitespace :/ | toddaaro | -3/+3 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+13 |
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - PausibleIdleCa... | toddaaro | -18/+72 |
| 2013-08-16 | std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacks | Brian Anderson | -7/+28 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -40/+22 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -13/+13 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -35/+17 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -35/+17 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -6/+6 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -1/+1 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -3/+1 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -24/+16 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+2 |