| Age | Commit message (Expand) | Author | Lines |
| 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 | -41/+87 |
| 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 | -18/+72 |
| 2013-10-29 | auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichton | bors | -1/+4 |
| 2013-10-29 | auto merge of #10135 : alexcrichton/rust/snapshots, r=thestinger | bors | -110/+83 |
| 2013-10-28 | auto merge of #10127 : thestinger/rust/cold, r=pcwalton | bors | -0/+1 |
| 2013-10-28 | rt::task: Make current_stack_segment public again | Keegan McAllister | -1/+4 |
| 2013-10-28 | std: Move the SendDeferred trait to std::comm | Brian Anderson | -7/+1 |
| 2013-10-28 | auto merge of #10133 : alexcrichton/rust/another-error, r=thestinger | bors | -1/+2 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -110/+83 |
| 2013-10-28 | Make some more rt components public | Alex Crichton | -23/+15 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+1 |
| 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 #10094 : alexcrichton/rust/issue-8704, r=pcwalton | bors | -65/+248 |
| 2013-10-28 | auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwalton | bors | -6/+15 |
| 2013-10-28 | auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwalton | bors | -6/+170 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -100/+192 |
| 2013-10-27 | auto merge of #10080 : brson/rust/sched_queue, r=brson | bors | -105/+444 |
| 2013-10-27 | Ignore a test which never completes on windows | Alex Crichton | -0/+1 |
| 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/+15 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -65/+248 |
| 2013-10-26 | auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brson | bors | -36/+49 |
| 2013-10-25 | Enhance timers to create ports | Alex Crichton | -6/+170 |
| 2013-10-25 | Encapsulate the lock-free mpsc queue in the MessageQueue type | Brian Anderson | -57/+15 |
| 2013-10-25 | Add links to original mpmc and mpsc implementations | Brian Anderson | -0/+3 |
| 2013-10-25 | Tidy | Brian Anderson | -6/+6 |
| 2013-10-25 | minor | Jason Toffaletti | -2/+6 |
| 2013-10-25 | minor | Jason Toffaletti | -2/+2 |
| 2013-10-25 | fix bug introduced by previous clean up. more clean up. | Jason Toffaletti | -23/+19 |
| 2013-10-25 | clean up | Jason Toffaletti | -36/+38 |
| 2013-10-25 | add padding to prevent false sharing | Jason Toffaletti | -0/+8 |
| 2013-10-25 | add multi-producer multi-consumer bounded queue to use for sleeper list | Jason Toffaletti | -56/+211 |
| 2013-10-25 | add cache line padding | Jason Toffaletti | -4/+11 |
| 2013-10-25 | lock-free queue for scheduler message queue | Jason Toffaletti | -4/+210 |
| 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 |