about summary refs log tree commit diff
path: root/src/rt/rust_internal.h
AgeCommit message (Expand)AuthorLines
2011-05-25Dead code.Rafael Ávila de Espíndola-52/+0
2011-05-25dead code.Rafael Ávila de Espíndola-1/+0
2011-05-25Dead code.Rafael Ávila de Espíndola-13/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-14/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-15/+1
2011-05-24Dead code.Rafael Ávila de Espíndola-1/+0
2011-05-24Dead code.Rafael Ávila de Espíndola-6/+0
2011-05-24Only one gc glue.Rafael Ávila de Espíndola-3/+2
2011-05-24There is only one yield glue.Rafael Ávila de Espíndola-3/+2
2011-05-24Remove dead code for unwind_glue.Rafael Ávila de Espíndola-3/+2
2011-05-24There 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-18Remove dead code.Rafael Ávila de Espíndola-1/+1
2011-05-18One exit_task_glue to rule them all.Rafael Ávila de Espíndola-1/+2
2011-05-18And yet more dead code.Rafael Ávila de Espíndola-2/+0
2011-05-18Remove a bit more dead code.Rafael Ávila de Espíndola-4/+0
2011-05-08rt: Consistently refer to structs as structs and classes as classes. Clang co...Patrick Walton-2/+2
2011-04-19Overhaul logging system in runtimeMarijn Haverbeke-1/+1
2011-04-18Update foregoing patches to leave rust_crate alone.Marijn Haverbeke-5/+0
2011-04-18Make log the log level configurable per moduleMarijn Haverbeke-0/+5
2011-04-08add -O2 when compiling rt, fix warnings triggered by optimizerMarijn Haverbeke-1/+1
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-0/+1
2011-03-14Add functionality for running external programs to the std libMarijn Haverbeke-4/+5
2011-02-22Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...Graydon Hoare-0/+6
2011-01-14Further corrections to the logging layer in runtime.Graydon Hoare-1/+1
2011-01-14Change log buffer butes to a symbolic const in runtime.Graydon Hoare-0/+4
2010-11-09Support a special const-value refcount, use it for const strings.Graydon Hoare-0/+7
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-3/+4
2010-09-08Tidy up the sync dir, remove dead or mis-designed code in favour of OS primit...Graydon Hoare-1/+1
2010-09-07Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita-8/+20
2010-09-07Added a few utility classes, cleaned up the include order of .h files, and st...Michael Bebenita-56/+35
2010-08-17Lots of changes around memory managment in the Runtime. Added memory regions ...Michael Bebenita-19/+1
2010-08-16Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion...Michael Bebenita-7/+9
2010-08-11Added support for task sleeping in the scheduler.Michael Bebenita-0/+1
2010-08-11Made ref_count a word sized value.Michael Bebenita-1/+1
2010-08-09Fixed deadlock in the scheduler caused by condition variables.Michael Bebenita-0/+1
2010-08-09Added peek() to ptr_vec.Michael Bebenita-0/+1
2010-08-09Made ref_count signed to help detect negative ref_count bugs.Michael Bebenita-1/+1
2010-07-28Move ports out into their own file, add data_message and make communication s...Michael Bebenita-28/+2
2010-07-28Teach task_owned and dom_owned to find their dom via consistent interface.Michael Bebenita-0/+6
2010-07-28Move rust_cond.Michael Bebenita-9/+7
2010-07-28Fix typos in comments, delete obsolete comments and dead commented code.Michael Bebenita-19/+0
2010-07-28Add a warning interface to rust_srv.Michael Bebenita-2/+4
2010-07-22Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r...Roy Frostig-0/+1
2010-07-22Back out too-platform-fussy bits in preempt-test work. I hate this test.Graydon Hoare-11/+0
2010-07-22Beat up on the preempt test a bit more, as it keeps hanging under valgrind.Graydon Hoare-0/+11
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-173/+50
2010-07-05Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call.Graydon Hoare-1/+4
2010-06-28Move more of the GC logic into the runtime.Graydon Hoare-1/+22
2010-06-25Add sever-glue, for missing first stage of sweep.Graydon Hoare-0/+1