]> git.lizzy.rs Git - rust.git/history - src/rt/test/rust_test_runtime.cpp
fix how we walk functions to match new closure fmt
[rust.git] / src / rt / test / rust_test_runtime.cpp
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2012-01-07 Niko Matsakisrewrite task tests
2012-01-07 Niko Matsakissimplify task impl
2011-08-08 unknownIntroduced task handles.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Brian AndersonDo all runtime calls to getenv at initialization
2011-07-28 Eric HolkPer-thread scheduling. Closes #682.
2011-07-28 Eric HolkMade root_task no longer special.
2011-07-06 Eric HolkRemoved what seems to be the last of the calls to rand...
2011-06-28 Eric HolkResurrecting the runtime unit tests, and modifying...
2011-06-28 Eric HolkRemoving runtime tests. The runtime is tested well...
2011-06-27 Graydon HoareA little tidying in rt.
2011-06-27 Eric HolkBasic multithreading support. The infinite loops test...
2011-06-16 Eric HolkFixed a problem where spawn arguments were getting...
2011-05-24 Rafael Ávila de... Dead code elimination.
2011-05-24 Eric HolkMerge pull request #404 from lkuper/cleanup
2011-05-24 Rafael Ávila de... "constant propagate" rust_new_exit_task_glue to its...
2011-05-18 Rafael Ávila de... One exit_task_glue to rule them all.
2011-05-18 Rafael Ávila de... Remove dead rustboot code.
2011-03-08 Brian AndersonMerge branch 'master' into recursive-elseif
2011-02-23 Graydon HoareAdd ABI tagging to crates, adjust rustc output and...
2010-10-28 Patrick WaltonMerge branch 'gcc-4.5.1' of http://github.com/rillian...
2010-10-28 Ralph GilesCast NULL to uintptr_t when calling rust_task::start().
2010-09-10 Michael BebenitaCleanup, refactoring, and some runtime tests.