rust/src/test
Tim Chevalier 21b94d57d5 Change typestate to use visit instead of walk
Typestate was failing to check some code because if it saw an item,
it would quit immediately. This was to avoid checking nested items
in the same context as the lexically enclosing item, but it was
having the wrong effect: not checking the code after the item at all.

Fixed by switching to visit and skipping over items in a proper
nested fashion. Closes #668.
2011-07-12 11:22:31 -07:00
..
bench Started working on MapReduce. 2011-07-11 14:05:09 -07:00
compile-fail Change typestate to use visit instead of walk 2011-07-12 11:22:31 -07:00
run-fail Visit the type argument in a port expression 2011-07-11 18:12:00 -07:00
run-pass Change "etc" syntax for record patterns from {a:b ...} to {a:b, _}. 2011-07-11 18:52:50 -07:00
stdtest Add sha1 and int tests to stdtest. Issue #428 2011-07-09 12:35:30 -07:00