| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -25/+0 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -1/+43 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -2/+2 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -1/+1 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -2/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -6/+6 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -9/+2 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -15/+14 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -6/+6 |
| 2013-08-24 | std::rt: Remove an unnecessary allocation from the main sched loop | Brian Anderson | -11/+11 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -1/+10 |
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -1/+1 |
| 2013-08-19 | std: Restore dynamic borrow tracking | Brian Anderson | -4/+14 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-16 | A round of code cleaning for the primary scheduler code. Comments have been u... | toddaaro | -1/+1 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -2/+1 |
| 2013-08-13 | auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson | bors | -1/+1 |
| 2013-08-12 | rt::task: Make current_stack_segment public | Keegan McAllister | -1/+1 |
| 2013-08-12 | Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for... | Ben Blum | -6/+4 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -2/+2 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -14/+23 |
| 2013-08-07 | std::rt: Pull RUST_MIN_STACK from the environment | Brian Anderson | -3/+3 |
| 2013-08-07 | std::rt: 2MB stacks again | Brian Anderson | -1/+1 |
| 2013-08-07 | std: add result.map_move, result.map_err_move | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-05 | std::rt: Use magic to make TLS work from annihilated boxes. #8302 | Brian Anderson | -0/+13 |
| 2013-08-04 | std::rt: 3MB stacks! | Brian Anderson | -2/+2 |
| 2013-08-03 | std::rt: Run local storage cleanup and the box annihilator inside the try/catch | Brian Anderson | -27/+22 |
| 2013-08-02 | auto merge of #8195 : bblum/rust/task-cleanup, r=brson | bors | -2/+7 |
| 2013-08-01 | modified local to include an implementation for try_unsafe_borrow::<Task> so ... | toddaaro | -0/+1 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -2/+2 |