rust/src/comp/syntax
Tim Chevalier 1b60bba141 Use typestate constraints for trans_be
trans_be now has a precondition that its expression argument
is a call expr. Obviously this code may be going away soon, but
I wanted to exercise typestate somehow and this was an easy one :-)
2011-08-26 00:47:21 -07:00
..
ext Move functions from syntax::ast to syntax::ast_util 2011-08-22 10:44:04 -07:00
parse Remove remaining use of 'pred' and make 'pred' a non-reserved word. Huzzah\! 2011-08-25 22:26:45 -07:00
print Support unchecked blocks 2011-08-25 18:28:23 -07:00
util Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kinding-violations in rustc and libstd. 2011-08-23 15:58:53 -07:00
ast_util.rs Use typestate constraints for trans_be 2011-08-26 00:47:21 -07:00
ast.rs Support unchecked blocks 2011-08-25 18:28:23 -07:00
codemap.rs Reformat 2011-08-20 11:04:00 -07:00
fold.rs Support unchecked blocks 2011-08-25 18:28:23 -07:00
untyped_ast.rs More misc ivec->vec renaming 2011-08-18 15:01:49 -07:00
visit.rs Implement pattern guards 2011-08-22 17:49:31 +02:00