| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -6/+6 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -54/+161 |
| 2013-08-01 | Temporary workaround to prevent taskgroup cleanup code from failing without a... | Ben Blum | -2/+7 |
| 2013-07-31 | Give tasks useful names. #2891 | Ben Blum | -3/+7 |
| 2013-07-30 | std::rt: Use 2MB stacks | Brian Anderson | -1/+1 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -1/+1 |
| 2013-07-20 | Rename TCB to Taskgroup | Ben Blum | -2/+2 |
| 2013-07-20 | Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ... | Ben Blum | -0/+5 |
| 2013-07-20 | Remove join_latch | Ben Blum | -4/+0 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -17/+7 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -1/+1 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -2/+2 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -8/+6 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -6/+6 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -2/+2 |
| 2013-07-11 | Work around stage0 to remove '@' requirements from TLS | Alex Crichton | -5/+5 |
| 2013-07-09 | Change the elements in the task-local map to be actual key-value pairs | Alex Crichton | -1/+1 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -1/+1 |
| 2013-07-02 | A missing ! made it so that the testcase schedule_home_states was throwing sp... | toddaaro | -1/+1 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -10/+166 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-24 | std: Make unlinking and task notification work with newsched | Brian Anderson | -0/+25 |
| 2013-06-24 | std: Make box annihilator work with newsched | Brian Anderson | -0/+21 |
| 2013-06-20 | std: Port SharedChan to newsched | Brian Anderson | -0/+12 |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -15/+45 |
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -19/+41 |
| 2013-06-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -1/+32 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -3/+11 |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -35/+4 |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -2/+24 |