rust/src/test
Tim Chevalier 1656fa19ef Implement move for scalar values
Before, something like:

let int y = 42;
let int x;
x <- y;

would cause an LLVM assertion failure. Fixed it.
2011-06-27 11:32:06 -07:00
..
bench Fixed a few concurrency bugs. Still not perfect, but overall it seems much more reliable. 2011-06-27 09:58:39 -07:00
compile-fail Fail typechecking for bad binop/type combinations 2011-06-25 19:42:59 -07:00
run-fail Remove variable name 'res' from test suite 2011-06-25 21:15:04 +02:00
run-pass Implement move for scalar values 2011-06-27 11:32:06 -07:00