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