| Age | Commit message (Expand) | Author | Lines |
| 2013-10-25 | Fire fewer homing missiles | Alex Crichton | -36/+49 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -30/+138 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -30/+138 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -14/+316 |
| 2013-10-24 | Remove the 'callback_ms' function from EventLoop | Alex Crichton | -20/+3 |
| 2013-10-24 | Fix a bug with the scheduler and destructor order | Alex Crichton | -1/+11 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -139/+222 |
| 2013-10-24 | Bring io::signal up to date with changes to rt::rtio | Alex Crichton | -79/+75 |
| 2013-10-24 | wrapping libuv signal for use in Rust | Do Nhat Minh | -0/+374 |
| 2013-10-24 | Fixing some tests, adding some pipes | Alex Crichton | -1/+33 |
| 2013-10-24 | Migrate std::run to libuv processes | Alex Crichton | -7/+6 |
| 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 | -54/+92 |
| 2013-10-24 | Move stdin to using libuv's pipes instead of a tty | Alex Crichton | -84/+48 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -44/+38 |
| 2013-10-24 | Stop logging task failure to task loggers | Alex Crichton | -9/+11 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -99/+159 |
| 2013-10-24 | Migrate the last typedefs to ~Trait in rtio | Alex Crichton | -19/+14 |
| 2013-10-24 | Don't attempt to export uv functions directly | Alex Crichton | -45/+47 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -313/+300 |
| 2013-10-24 | Remove rt::io::support | Alex Crichton | -158/+83 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -97/+90 |
| 2013-10-24 | Move rt::io::stdio from FileStream to a TTY | Alex Crichton | -162/+303 |
| 2013-10-24 | Remove unbound pipes from io::pipe | Alex Crichton | -41/+22 |
| 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 | -92/+249 |
| 2013-10-24 | Implement io::net::unix | Alex Crichton | -86/+587 |
| 2013-10-23 | mark some functions as returning ! | Daniel Micay | -1/+1 |
| 2013-10-23 | Made uv_stat_t.{st_dev, st_ino} public, #9958 | Ziad Hatahet | -2/+2 |
| 2013-10-23 | Merge remote-tracking branch 'upstream/master' | Ziad Hatahet | -114/+110 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -2/+2 |
| 2013-10-23 | auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmana | bors | -11/+7 |
| 2013-10-22 | Remove thread-blocking call to `libc::stat` in `Path::stat` | Ziad Hatahet | -2/+11 |
| 2013-10-22 | auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestinger | bors | -2/+2 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -2/+2 |
| 2013-10-22 | Tidy up asm! usage in libstd | Alex Crichton | -11/+7 |
| 2013-10-23 | Making ai_next field public | reedlepee | -1/+1 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -14/+14 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -112/+25 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -127/+214 |
| 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 | -103/+103 |
| 2013-10-20 | Don't allocate a string when calling println | Alex Crichton | -1/+18 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -67/+412 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -67/+412 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -25/+0 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -25/+0 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -7/+7 |
| 2013-10-16 | auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton | bors | -8/+38 |