| Commit message (Expand) | Author | Age | Files | Lines |
| * | rt: Consistently refer to structs as structs and classes as classes. Clang co... | Patrick Walton | 2011-05-08 | 1 | -2/+2 |
| * | Overhaul logging system in runtime | Marijn Haverbeke | 2011-04-19 | 1 | -1/+1 |
| * | Update foregoing patches to leave rust_crate alone. | Marijn Haverbeke | 2011-04-18 | 1 | -5/+0 |
| * | Make log the log level configurable per module | Marijn Haverbeke | 2011-04-18 | 1 | -0/+5 |
| * | add -O2 when compiling rt, fix warnings triggered by optimizer | Marijn Haverbeke | 2011-04-08 | 1 | -1/+1 |
| * | A first stab at the 'nbody' demo, with support for calling C sqrt(). | Lindsey Kuper | 2011-03-25 | 1 | -0/+1 |
| * | Add functionality for running external programs to the std lib | Marijn Haverbeke | 2011-03-14 | 1 | -4/+5 |
| * | Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ... | Graydon Hoare | 2011-02-22 | 1 | -0/+6 |
| * | Further corrections to the logging layer in runtime. | Graydon Hoare | 2011-01-14 | 1 | -1/+1 |
| * | Change log buffer butes to a symbolic const in runtime. | Graydon Hoare | 2011-01-14 | 1 | -0/+4 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 1 | -0/+7 |
| * | Cleanup, refactoring, and some runtime tests. | Michael Bebenita | 2010-09-10 | 1 | -3/+4 |
| * | Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit... | Graydon Hoare | 2010-09-08 | 1 | -1/+1 |
| * | Lots of design changes around proxies and message passing. Made it so that do... | Michael Bebenita | 2010-09-07 | 1 | -8/+20 |
| * | Added a few utility classes, cleaned up the include order of .h files, and st... | Michael Bebenita | 2010-09-07 | 1 | -56/+35 |
| * | Lots of changes around memory managment in the Runtime. Added memory regions ... | Michael Bebenita | 2010-08-17 | 1 | -19/+1 |
| * | Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion... | Michael Bebenita | 2010-08-16 | 1 | -7/+9 |
| * | Added support for task sleeping in the scheduler. | Michael Bebenita | 2010-08-11 | 1 | -0/+1 |
| * | Made ref_count a word sized value. | Michael Bebenita | 2010-08-11 | 1 | -1/+1 |
| * | Fixed deadlock in the scheduler caused by condition variables. | Michael Bebenita | 2010-08-09 | 1 | -0/+1 |
| * | Added peek() to ptr_vec. | Michael Bebenita | 2010-08-09 | 1 | -0/+1 |
| * | Made ref_count signed to help detect negative ref_count bugs. | Michael Bebenita | 2010-08-09 | 1 | -1/+1 |
| * | Move ports out into their own file, add data_message and make communication s... | Michael Bebenita | 2010-07-28 | 1 | -28/+2 |
| * | Teach task_owned and dom_owned to find their dom via consistent interface. | Michael Bebenita | 2010-07-28 | 1 | -0/+6 |
| * | Move rust_cond. | Michael Bebenita | 2010-07-28 | 1 | -9/+7 |
| * | Fix typos in comments, delete obsolete comments and dead commented code. | Michael Bebenita | 2010-07-28 | 1 | -19/+0 |
| * | Add a warning interface to rust_srv. | Michael Bebenita | 2010-07-28 | 1 | -2/+4 |
| * | Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r... | Roy Frostig | 2010-07-22 | 1 | -0/+1 |
| * | Back out too-platform-fussy bits in preempt-test work. I hate this test. | Graydon Hoare | 2010-07-22 | 1 | -11/+0 |
| * | Beat up on the preempt test a bit more, as it keeps hanging under valgrind. | Graydon Hoare | 2010-07-22 | 1 | -0/+11 |
| * | Added a message passing system based on lock free queues for inter-thread com... | Michael Bebenita | 2010-07-19 | 1 | -173/+50 |
| * | Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call. | Graydon Hoare | 2010-07-05 | 1 | -1/+4 |
| * | Move more of the GC logic into the runtime. | Graydon Hoare | 2010-06-28 | 1 | -1/+22 |
| * | Add sever-glue, for missing first stage of sweep. | Graydon Hoare | 2010-06-25 | 1 | -0/+1 |
| * | Add rust_task::gc(size_t args) method that drops us back into the GC glue. | Graydon Hoare | 2010-06-25 | 1 | -0/+3 |
| * | Emit gc glue and rearrange crate glue offsets slightly to have a regular order. | Graydon Hoare | 2010-06-25 | 1 | -4/+7 |
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+730 |