| Age | Commit message (Expand) | Author | Lines |
| 2011-07-28 | Atomic reference counting for tasks. | Eric Holk | -19/+4 |
| 2011-07-28 | Made task threads wait instead of sleep, so they can be woken up. This appear... | Eric Holk | -1/+7 |
| 2011-07-28 | Adding a function to stdlib to set the min stack size, for programs | Eric Holk | -1/+2 |
| 2011-07-28 | Per-thread scheduling. Closes #682. | Eric Holk | -5/+9 |
| 2011-07-28 | Made root_task no longer special. | Eric Holk | -6/+4 |
| 2011-07-21 | Bump the stack size and make the RUST_MIN_STACK env variable accept hex values. | Michael Sullivan | -2/+2 |
| 2011-07-21 | Lots of work on memory tracking and channels. | Eric Holk | -5/+6 |
| 2011-07-15 | Modify task::join to indicate how the task terminated | Brian Anderson | -1/+3 |
| 2011-07-14 | Move the responsibility for process failure from tasks to the scheduler | Brian Anderson | -3/+2 |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -3/+3 |
| 2011-07-13 | Fix compile-command lines in rt. | Graydon Hoare | -1/+1 |
| 2011-07-13 | Remove obsolete nargs counts from runtime. | Graydon Hoare | -9/+6 |
| 2011-07-13 | Attempt to correct buggy win32 timer code (causing tinderbox failures). | Graydon Hoare | -2/+2 |
| 2011-07-08 | Added an environment variable to override the minimum stack size. Closes #637. | Eric Holk | -1/+10 |
| 2011-07-07 | Fixed two races. | Eric Holk | -0/+3 |
| 2011-07-07 | Work on debugging race conditions. | Eric Holk | -0/+3 |
| 2011-07-07 | Removing the synchronized memory region from tasks. | Eric Holk | -50/+8 |
| 2011-07-07 | Removing most of the locks in rust_upcall.cpp and elsewhere. | Eric Holk | -18/+7 |
| 2011-07-06 | rt: Double stack size | Patrick Walton | -1/+1 |
| 2011-07-06 | Added a task wakeup callback. Closes #599. | Eric Holk | -1/+10 |
| 2011-06-29 | Added inheritance for task pinning. Closes #598 for real. | Eric Holk | -0/+6 |
| 2011-06-29 | Adding support for pinning tasks to the currently running thread. Closes #598. | Eric Holk | -3/+14 |
| 2011-06-28 | Renamed what's left of rust_dom to rust_scheduler | Eric Holk | -70/+50 |
| 2011-06-28 | Fixed Win32 compile errors. | Eric Holk | -1/+1 |
| 2011-06-28 | Removed dom_owned, splitting things between task_owned and kernel_owned. Had ... | Eric Holk | -17/+69 |
| 2011-06-28 | Moved thread management to rust_kernel. | Eric Holk | -5/+6 |
| 2011-06-27 | A little tidying in rt. | Graydon Hoare | -14/+13 |
| 2011-06-27 | Implementation mising features in lock_and_signal for Win32. Also lowered th... | Eric Holk | -3/+3 |
| 2011-06-27 | Conservatively serialize nearly all upcalls. Successfuly ran make check with ... | Eric Holk | -11/+19 |
| 2011-06-27 | Added some locking to ports to prevent the case where two threads simultaneou... | Eric Holk | -13/+4 |
| 2011-06-27 | Basic multithreading support. The infinite loops test successfully maxes out ... | Eric Holk | -9/+20 |
| 2011-06-15 | Fixed a problem where spawn arguments were getting lost again. Also, fixed up... | Eric Holk | -5/+5 |
| 2011-06-15 | Step 1 of moving task startup to always be cdecl. | Eric Holk | -1/+1 |
| 2011-06-13 | This is the mega-ucontext commit. It replaces the task switching mechanism wi... | Eric Holk | -197/+58 |
| 2011-05-27 | Switching over to wrappers for spawning functions of multiple arguments. Does... | Eric Holk | -6/+1 |
| 2011-05-27 | Working on 2 argument spawn. The arguments seem to be copied correctly once, ... | Eric Holk | -2/+6 |
| 2011-05-26 | More delicious dead code removal from runtime, upcalls. | Graydon Hoare | -11/+2 |
| 2011-05-24 | Only one gc glue. | Rafael Ávila de Espíndola | -1/+1 |
| 2011-05-24 | There is only one yield glue. | Rafael Ávila de Espíndola | -1/+3 |
| 2011-05-24 | Remove dead code for unwind_glue. | Rafael Ávila de Espíndola | -2/+2 |
| 2011-05-24 | "constant propagate" rust_new_exit_task_glue to its only use. | Rafael Ávila de Espíndola | -4/+4 |
| 2011-05-18 | Remove dead rustboot code. | Rafael Ávila de Espíndola | -117/+0 |
| 2011-05-05 | Fix OS X build. | Rafael Ávila de Espíndola | -9/+9 |
| 2011-05-05 | Change the setup so that rust_activate_glue returns to rust_exit_task_glue | Rafael Ávila de Espíndola | -38/+19 |
| 2011-05-04 | Try to fail nicely, again. | Graydon Hoare | -0/+2 |
| 2011-05-03 | Remove unused variable. | Rafael Ávila de Espíndola | -7/+1 |
| 2011-05-03 | Split start into rustc and rustboot versions. This introduces a bit of | Rafael Ávila de Espíndola | -27/+114 |
| 2011-04-19 | Overhaul logging system in runtime | Marijn Haverbeke | -74/+53 |
| 2011-04-14 | rt: Remove half-baked, incomplete, commented-out print_stack_trace() stub | Patrick Walton | -17/+0 |
| 2011-04-14 | rustc: Remove generalize_ty. Instead, maintain an explicit type parameter sub... | Patrick Walton | -0/+17 |