about summary refs log tree commit diff
path: root/src/rt/test
AgeCommit message (Expand)AuthorLines
2011-06-15Fixed a problem where spawn arguments were getting lost again. Also, fixed up...Eric Holk-1/+1
2011-05-26More delicious dead code removal from runtime, upcalls.Graydon Hoare-3/+2
2011-05-24Dead code elimination.Rafael Ávila de Espíndola-3/+2
2011-05-24"constant propagate" rust_new_exit_task_glue to its only use.Rafael Ávila de Espíndola-2/+1
2011-05-18One exit_task_glue to rule them all.Rafael Ávila de Espíndola-1/+1
2011-05-18Remove dead rustboot code.Rafael Ávila de Espíndola-1/+0
2011-02-22Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...Graydon Hoare-0/+1
2010-10-28Cast NULL to uintptr_t when calling rust_task::start().Ralph Giles-1/+1
2010-09-10Cleanup, refactoring, and some runtime tests.Michael Bebenita-10/+140
2010-09-07Started work on a framework for writing runtime tests, added some simple test...Michael Bebenita-0/+180