| Age | Commit message (Expand) | Author | Lines |
| 2013-11-01 | auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichton | bors | -1/+1 |
| 2013-11-01 | auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmr | bors | -14/+27 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -1/+1 |
| 2013-10-31 | Provide a sound method of flushing stdout | Alex Crichton | -14/+27 |
| 2013-10-31 | libstd: Remove mocks. | Patrick Walton | -181/+131 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -30/+6 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -0/+1 |
| 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 | Add repr attributes in various places that need them. | Jed Davis | -0/+1 |
| 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 |