| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Try to fix mac valgrind bot by disabling thread-heavy activities. | Graydon Hoare | -5/+9 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+3 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -4/+14 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -8/+7 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -5/+5 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -4/+4 |
| 2013-08-02 | Bump fd limit on macos when running rt tests | Kevin Ballard | -0/+78 |
| 2013-08-02 | Revert "std::rt: Use a constant 4 threads for multithreaded sched tests" | Kevin Ballard | -4/+5 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -5/+5 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+2 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -1/+3 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -168/+53 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -4/+4 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+3 |
| 2013-07-25 | libstd: Fix errors when rtdebug! is not a noop. | Luqman Aden | -2/+2 |
| 2013-07-20 | auto merge of #7858 : bblum/rust/kill, r=brson | bors | -7/+17 |
| 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 | -3/+3 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -3/+3 |
| 2013-07-20 | auto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton | bors | -5/+4 |
| 2013-07-19 | std::rt: Use a constant 4 threads for multithreaded sched tests. #7772 | Brian Anderson | -5/+4 |
| 2013-07-17 | std::rt: Rename RUST_TEST_THREADS to RUST_RT_TEST_THREADS | Brian Anderson | -1/+1 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -3/+12 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -2/+44 |
| 2013-07-02 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -174/+97 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -2/+7 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -179/+98 |
| 2013-06-24 | std::rt: deny(unused_unsafe) | Brian Anderson | -1/+1 |
| 2013-06-17 | std::rt: Add util mod and num_cpus function | Brian Anderson | -5/+2 |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -63/+296 |
| 2013-06-15 | Merge remote-tracking branch 'brson/io-wip' into io | Brian Anderson | -44/+54 |
| 2013-06-15 | std::rt: Tasks contain a JoinLatch | Brian Anderson | -31/+24 |
| 2013-06-14 | redesigned the pinning to pin deal with things on dequeue, not on enqueue | toddaaro | -14/+18 |
| 2013-06-13 | std::rt: Tasks must have an unwinder. Simpler | Brian Anderson | -6/+6 |
| 2013-06-13 | std::rt: Change the Task constructors to reflect a tree | Brian Anderson | -10/+36 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-12 | added functionality to tell schedulers to refuse to run tasks that are not pi... | toddaaro | -5/+25 |
| 2013-06-12 | A basic implementation of pinning tasks to schedulers. No IO interactions hav... | toddaaro | -0/+124 |
| 2013-06-06 | std::rt: Configure test threads with RUST_TEST_THREADS. Default is ncores x2 | Brian Anderson | -2/+17 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -8/+8 |
| 2013-05-30 | core::rt: deny(unused_imports, unused_mut, unused_variable) | Brian Anderson | -5/+3 |
| 2013-05-30 | core::rt: Fix two multithreading bugs and add a threadring test | Brian Anderson | -1/+1 |
| 2013-05-29 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -26/+89 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+192 |