rust/src/comp/middle/tstate
Tim Chevalier 126cd44c38 Refactor typestate code involving stmt_decls
To handle multiple-LHS declarations with initializers properly,
I changed seq_states to take a list of expressions paired with optional
names, not just a list of expressions. Then, the same logic that handles
ordered lists of subexpressions everywhere else can handle multi-
declarations.
2011-07-29 18:00:10 -07:00
..
ann.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
annotate.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
auxiliary.rs Refactor typestate code involving stmt_decls 2011-07-29 18:00:10 -07:00
bitvectors.rs Refactor typestate code involving stmt_decls 2011-07-29 18:00:10 -07:00
ck.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
collect_locals.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00
pre_post_conditions.rs Add in some missing cases for typestate with closures. 2011-07-29 15:29:38 -07:00
states.rs Refactor typestate code involving stmt_decls 2011-07-29 18:00:10 -07:00
tritv.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00