| Age | Commit message (Expand) | Author | Lines |
| 2013-08-22 | std: UvFileStream implements HomingIO + .home_for_io() wrapper usage | Jeff Olson | -39/+60 |
| 2013-08-22 | std: writing to stdout only works when using -1 offset.. | Jeff Olson | -1/+1 |
| 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: adding #[fixed_stack_segment] as needed in new uvll calls | Jeff Olson | -0/+16 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -23/+30 |
| 2013-08-22 | std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + test | Jeff Olson | -0/+167 |
| 2013-08-22 | std: remove fcntl const bindings + making valgrind clean w/ no owned vecs | Jeff Olson | -142/+68 |
| 2013-08-22 | std: support async/threadpool & sync paths in uv_fs_* calls + add sync test | Jeff Olson | -35/+169 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -53/+119 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -27/+126 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -14/+222 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -21/+102 |
| 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 | -332/+671 |
| 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/+96 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -651/+648 |
| 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 | Instruct event loops to ignore SIGPIPE when constructed. | Eric Reed | -0/+1 |
| 2013-08-19 | Do not execute the callback before cleaning up resources. | Eric Reed | -2/+4 |
| 2013-08-19 | clean whitespace :/ | toddaaro | -3/+3 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+168 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -2/+2 |
| 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-16 | an attempt at a singleton pausible idle callback for each scheduler. suffers ... | toddaaro | -0/+14 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -1/+1 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -4/+4 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -6/+6 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -15/+16 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -70/+2 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -9/+0 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -4/+4 |
| 2013-08-06 | Use FromStr for IpAddr in rt::uv::net | Stepan Koltsov | -70/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -4/+4 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -107/+85 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -15/+16 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -98/+76 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -9/+9 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -98/+76 |
| 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 | -26/+19 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -4/+5 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -6/+12 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -2/+2 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -13/+124 |