rust/src/comp/middle
Tim Chevalier 3060eadcba Check well-formedness of constraints
Check that the operand in a constraint is an explicit name,
and that the operands are all local variables or literals. Still need
to check that the name refers to a pure function.
2011-05-05 11:26:07 -07:00
..
capture.rs Eradicate fold from capture.rs 2011-05-05 20:19:43 +02:00
fold.rs Check that the operand in a check is a call 2011-05-05 11:26:07 -07:00
metadata.rs Add a structure for passing option flags around the compiler, put it in session, and use it. 2011-05-04 16:59:21 -07:00
resolve.rs Add missing ret statements to check_mod 2011-05-04 19:29:27 -04:00
trans.rs Return a fresh, unreachable context after ret, break, and cont 2011-05-05 20:19:43 +02:00
ty.rs Remove 'deprecated mutable...' from our code 2011-05-05 20:19:43 +02:00
typeck.rs Check well-formedness of constraints 2011-05-05 11:26:07 -07:00
typestate_check.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00
walk.rs Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. 2011-05-02 17:50:46 -07:00