| Age | Commit message (Expand) | Author | Lines |
| 2014-01-09 | auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton | bors | -1/+1 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -0/+1 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -19/+25 |
| 2014-01-07 | std::rt: require known stack bounds for all tasks. | Huon Wilson | -1/+1 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -19/+25 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+6 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -0/+7 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+7 |
| 2014-01-03 | libstd: De-`@mut` the `heap_cycles` test | Patrick Walton | -4/+8 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -32/+1 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -2/+6 |
| 2013-12-24 | green: Properly wait for main before shutdown | Alex Crichton | -12/+15 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -2/+16 |
| 2013-12-24 | Finalize the green::Pool type | Alex Crichton | -1/+19 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -53/+41 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -444/+229 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -66/+2 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -1/+1 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -52/+10 |
| 2013-12-16 | Rewrite std::comm | Alex Crichton | -1/+0 |
| 2013-12-10 | libstd: Remove two uses of `Cell`. | Patrick Walton | -3/+2 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -54/+52 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+1 |
| 2013-12-05 | Solve some nasty deschedulinging races with a lock | Alex Crichton | -0/+9 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -4/+4 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -3/+3 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -16/+16 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -27/+3 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -3/+3 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -11/+20 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -6/+2 |
| 2013-11-10 | Clean up the remaining chunks of uv | Alex Crichton | -4/+5 |
| 2013-11-01 | Remove unnecessary unwind messages | Alex Crichton | -53/+24 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -19/+52 |
| 2013-10-28 | rt::task: Make current_stack_segment public again | Keegan McAllister | -1/+4 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -50/+124 |
| 2013-10-25 | auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson | bors | -5/+22 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -5/+22 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -2/+2 |
| 2013-10-24 | Another round of test fixes and merge conflicts | Alex Crichton | -3/+6 |
| 2013-10-24 | Stop logging task failure to task loggers | Alex Crichton | -8/+10 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -23/+21 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -13/+13 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -4/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -14/+18 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -8/+94 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -8/+94 |