| Age | Commit message (Expand) | Author | Lines |
| 2011-08-01 | Adding an intrinsic for recv. | Eric Holk | -0/+3 |
| 2011-07-29 | Removing proxies and message queues. | Eric Holk | -2/+0 |
| 2011-07-28 | Do all runtime calls to getenv at initialization | Brian Anderson | -0/+1 |
| 2011-07-21 | Lots of work on memory tracking and channels. | Eric Holk | -5/+43 |
| 2011-07-13 | Fix compile-command lines in rt. | Graydon Hoare | -1/+1 |
| 2011-07-07 | Tightened up the scoping for our various new operators, which should | Eric Holk | -0/+10 |
| 2011-07-01 | Add macro for refcounting runtime structures. | Rob Arnold | -11/+10 |
| 2011-06-28 | rustc: Rename take glue to copy glue | Patrick Walton | -1/+1 |
| 2011-06-28 | Resurrecting the runtime unit tests, and modifying them so they compile under... | Eric Holk | -0/+4 |
| 2011-06-28 | Renamed what's left of rust_dom to rust_scheduler | Eric Holk | -4/+4 |
| 2011-06-28 | Removed dom_owned, splitting things between task_owned and kernel_owned. Had ... | Eric Holk | -36/+5 |
| 2011-06-28 | Removing runtime tests. The runtime is tested well enough by the standard lib... | Eric Holk | -4/+0 |
| 2011-06-14 | Make tydesc glue functions use cdecl. | Michael Sullivan | -5/+5 |
| 2011-06-14 | Make type_desc fields have useful types and better names. Add in cmp_glue. | Michael Sullivan | -6/+14 |
| 2011-06-13 | This is the mega-ucontext commit. It replaces the task switching mechanism wi... | Eric Holk | -2/+3 |
| 2011-05-26 | More delicious dead code removal from runtime, upcalls. | Graydon Hoare | -130/+0 |
| 2011-05-25 | Dead code. | Rafael Ávila de Espíndola | -1/+1 |
| 2011-05-25 | Dead code. | Rafael Ávila de Espíndola | -69/+0 |
| 2011-05-25 | Dead code. | Rafael Ávila de Espíndola | -52/+0 |
| 2011-05-25 | dead code. | Rafael Ávila de Espíndola | -1/+0 |
| 2011-05-25 | Dead code. | Rafael Ávila de Espíndola | -13/+1 |
| 2011-05-25 | Dead code. | Rafael Ávila de Espíndola | -14/+1 |
| 2011-05-25 | Dead code. | Rafael Ávila de Espíndola | -15/+1 |
| 2011-05-24 | Dead code. | Rafael Ávila de Espíndola | -1/+0 |
| 2011-05-24 | Dead code. | Rafael Ávila de Espíndola | -6/+0 |
| 2011-05-24 | Only one gc glue. | Rafael Ávila de Espíndola | -3/+2 |
| 2011-05-24 | There is only one yield glue. | Rafael Ávila de Espíndola | -3/+2 |
| 2011-05-24 | Remove dead code for unwind_glue. | Rafael Ávila de Espíndola | -3/+2 |
| 2011-05-24 | There is only one activate function now. | Rafael Ávila de Espíndola | -1/+0 |
| 2011-05-24 | "constant propagate" rust_new_exit_task_glue to its only use. | Rafael Ávila de Espíndola | -2/+0 |
| 2011-05-18 | Remove dead code. | Rafael Ávila de Espíndola | -1/+1 |
| 2011-05-18 | One exit_task_glue to rule them all. | Rafael Ávila de Espíndola | -1/+2 |
| 2011-05-18 | And yet more dead code. | Rafael Ávila de Espíndola | -2/+0 |
| 2011-05-18 | Remove a bit more dead code. | Rafael Ávila de Espíndola | -4/+0 |
| 2011-05-08 | rt: Consistently refer to structs as structs and classes as classes. Clang co... | Patrick Walton | -2/+2 |
| 2011-04-19 | Overhaul logging system in runtime | Marijn Haverbeke | -1/+1 |
| 2011-04-18 | Update foregoing patches to leave rust_crate alone. | Marijn Haverbeke | -5/+0 |
| 2011-04-18 | Make log the log level configurable per module | Marijn Haverbeke | -0/+5 |
| 2011-04-08 | add -O2 when compiling rt, fix warnings triggered by optimizer | Marijn Haverbeke | -1/+1 |
| 2011-03-25 | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | -0/+1 |
| 2011-03-14 | Add functionality for running external programs to the std lib | Marijn Haverbeke | -4/+5 |
| 2011-02-22 | Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ... | Graydon Hoare | -0/+6 |
| 2011-01-14 | Further corrections to the logging layer in runtime. | Graydon Hoare | -1/+1 |
| 2011-01-14 | Change log buffer butes to a symbolic const in runtime. | Graydon Hoare | -0/+4 |
| 2010-11-09 | Support a special const-value refcount, use it for const strings. | Graydon Hoare | -0/+7 |
| 2010-09-10 | Cleanup, refactoring, and some runtime tests. | Michael Bebenita | -3/+4 |
| 2010-09-08 | Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit... | Graydon Hoare | -1/+1 |
| 2010-09-07 | Lots of design changes around proxies and message passing. Made it so that do... | Michael Bebenita | -8/+20 |
| 2010-09-07 | Added a few utility classes, cleaned up the include order of .h files, and st... | Michael Bebenita | -56/+35 |
| 2010-08-17 | Lots of changes around memory managment in the Runtime. Added memory regions ... | Michael Bebenita | -19/+1 |