| Age | Commit message (Expand) | Author | Lines |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -7/+9 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -7/+9 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -2/+4 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -2/+4 |
| 2013-10-28 | auto merge of #10133 : alexcrichton/rust/another-error, r=thestinger | bors | -1/+2 |
| 2013-10-28 | Handle another possible error in a unix pipe test | Alex Crichton | -1/+2 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -606/+487 |
| 2013-10-28 | auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwalton | bors | -6/+12 |
| 2013-10-28 | auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwalton | bors | -4/+131 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -3/+4 |
| 2013-10-26 | Fix a typo in a rt::io::signal test | Alex Crichton | -1/+1 |
| 2013-10-26 | Implement another error code found on windows. | Alex Crichton | -6/+12 |
| 2013-10-25 | Enhance timers to create ports | Alex Crichton | -4/+131 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -20/+108 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -20/+108 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+7 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -43/+115 |
| 2013-10-24 | Bring io::signal up to date with changes to rt::rtio | Alex Crichton | -35/+58 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+193 |
| 2013-10-24 | Fixing some tests, adding some pipes | Alex Crichton | -1/+33 |
| 2013-10-24 | Migrate std::run to libuv processes | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -1/+82 |
| 2013-10-24 | Remove std::io from ebml | Alex Crichton | -24/+62 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -5/+20 |
| 2013-10-24 | Move stdin to using libuv's pipes instead of a tty | Alex Crichton | -30/+18 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -44/+38 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -24/+52 |
| 2013-10-24 | Migrate the last typedefs to ~Trait in rtio | Alex Crichton | -4/+4 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -14/+0 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -183/+157 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -74/+23 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -26/+21 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -14/+88 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -29/+4 |
| 2013-10-24 | Address a few XXX comments throughout the runtime | Alex Crichton | -12/+20 |
| 2013-10-24 | Finish implementing io::net::addrinfo | Alex Crichton | -46/+129 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -19/+271 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -9/+9 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -2/+8 |
| 2013-10-22 | auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestinger | bors | -2/+2 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -34/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -7/+41 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -82/+82 |
| 2013-10-20 | Don't allocate a string when calling println | Alex Crichton | -1/+18 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -2/+2 |
| 2013-10-16 | auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton | bors | -6/+22 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -15/+15 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -23/+27 |
| 2013-10-10 | auto merge of #9749 : alexcrichton/rust/less-io, r=brson | bors | -59/+1222 |