| Age | Commit message (Expand) | Author | Lines |
| 2013-07-20 | Add watched and indestructible spawn modes. | Ben Blum | -1/+1 |
| 2013-07-20 | Rename TCB to Taskgroup | Ben Blum | -2/+2 |
| 2013-07-20 | Enable taskgroup code for newsched spawns. | Ben Blum | -2/+8 |
| 2013-07-20 | Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ... | Ben Blum | -0/+17 |
| 2013-07-20 | Stash a spare kill flag inside tasks, to save two atomic xadds in the blockin... | Ben Blum | -37/+75 |
| 2013-07-20 | Add tests for task killing and blocking. | Ben Blum | -0/+140 |
| 2013-07-20 | Add test::with_test_task() convenience function. | Ben Blum | -1/+11 |
| 2013-07-20 | Change the HOF context switchers to pass a BlockedTask instead of a ~Task. | Ben Blum | -59/+100 |
| 2013-07-20 | Add BlockedTask (wake, try_block, etc) in kill.rs. | Ben Blum | -2/+95 |
| 2013-07-20 | Do a task-killed check at the start of task 'timeslices'. | Ben Blum | -1/+38 |
| 2013-07-20 | Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377. | Ben Blum | -2/+150 |
| 2013-07-20 | Add tests for KillHandle | Ben Blum | -0/+140 |
| 2013-07-20 | Remove join_latch | Ben Blum | -654/+0 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -21/+78 |
| 2013-07-20 | Add KillHandle and implement exit code propagation to replace join_latch | Ben Blum | -0/+131 |
| 2013-07-20 | auto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton | bors | -5/+4 |
| 2013-07-19 | std: Remove old magic core mod | Brian Anderson | -1/+1 |
| 2013-07-19 | std::rt: Remove an obsolete FIXME. #7757 | Brian Anderson | -5/+0 |
| 2013-07-19 | std::rt: Use a constant 4 threads for multithreaded sched tests. #7772 | Brian Anderson | -5/+4 |
| 2013-07-19 | Missed the methods of UdpWatcher. | Eric Reed | -18/+16 |
| 2013-07-19 | Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t... | Eric Reed | -64/+65 |
| 2013-07-18 | auto merge of #7854 : brson/rust/rt-test-threads, r=pcwalton | bors | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -3/+3 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -8/+10 |
| 2013-07-17 | std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADS | Brian Anderson | -1/+1 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -15/+15 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -8/+0 |
| 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 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -1571/+5074 |
| 2013-07-09 | Change the elements in the task-local map to be actual key-value pairs | Alex Crichton | -1/+1 |
| 2013-07-09 | std::rt: Ignore 0-byte udp reads | Brian Anderson | -0/+7 |
| 2013-07-09 | std::rt: Do local tests in a bare thread to not interfere with the scheduler | Brian Anderson | -21/+30 |
| 2013-07-09 | remove the unused exchange_malloc `align` parameter | Daniel Micay | -2/+2 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -1/+31 |
| 2013-07-09 | std::rt: size_t, not u64 | Brian Anderson | -2/+2 |
| 2013-07-08 | Tidy | Brian Anderson | -10/+14 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -11/+7 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -686/+1512 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -2/+44 |
| 2013-07-08 | changed .each() to .iter().advance() | Eric Reed | -10/+10 |
| 2013-07-08 | renamed finalize to drop in Drop impl for UvUdpSocket | Eric Reed | -1/+1 |
| 2013-07-08 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -117/+145 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -3/+2 |
| 2013-07-08 | add a temporary vector_exchange_malloc lang item | Daniel Micay | -0/+8 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -121/+148 |