rust/src/test
Tim Chevalier a9a1392b2c Instantiate function preconditions inside the function body
so that if we have a function like:
f(...) : p(x) {
  ...
}

p(x) is true inside the body of f.

Closes #694.
2011-07-21 16:11:34 -07:00
..
bench Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
compile-fail Beginnings of support for constrained types 2011-07-19 18:57:28 -07:00
run-fail Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
run-pass Instantiate function preconditions inside the function body 2011-07-21 16:11:34 -07:00
stdtest Removing error logging from test 2011-07-16 19:56:12 -07:00