about summary refs log tree commit diff
path: root/src/rt/test
AgeCommit message (Expand)AuthorLines
2012-02-02rt: Remove bitrotted testsBrian Anderson-299/+0
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-1/+1
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-1/+1
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-1/+1
2012-01-06fix how we walk functions to match new closure fmtNiko Matsakis-1/+1
2012-01-06rewrite task testsNiko Matsakis-2/+2
2012-01-06simplify task implNiko Matsakis-2/+2
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-1/+1
2011-08-08Introduced task handles.unknown-1/+2
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-3/+8
2011-07-28Per-thread scheduling. Closes #682.Eric Holk-7/+6
2011-07-28Made root_task no longer special.Eric Holk-3/+3
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-5/+0
2011-07-13Attempt to correct buggy win32 timer code (causing tinderbox failures).Graydon Hoare-1/+1
2011-07-06Removed what seems to be the last of the calls to rand(). Closes #582.Eric Holk-2/+2
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile under...Eric Holk-0/+299
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard lib...Eric Holk-305/+0
2011-06-27A little tidying in rt.Graydon Hoare-2/+0
2011-06-27Basic multithreading support. The infinite loops test successfully maxes out ...Eric Holk-1/+1
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