rust/src/comp/middle
Tim Chevalier 18883fea3a In pre/postcondition computation, failing calls should set the postcondition
A non-returning call should have a postcondition in which all predicates
are true -- not just a poststate. Otherwise, alt expressions where
one or more branches terminate in a non-returning call and others
initialize a variable get rejected.

Includes a test case.
2011-05-27 20:43:51 -07:00
..
tstate In pre/postcondition computation, failing calls should set the postcondition 2011-05-27 20:43:51 -07:00
metadata.rs Remove residual uses of fold, and fold itself. 2011-05-26 17:16:54 -07:00
resolve.rs Handle circularity in glob imports in a more elegant fashion. 2011-05-27 02:42:33 +00:00
trans.rs Lots of comments, and some more descriptive names. 2011-05-27 18:20:43 -07:00
ty.rs add a function that returns the type of a local decl 2011-05-27 17:34:50 -07:00
typeck.rs change comment 2011-05-27 20:43:51 -07:00
walk.rs Track spans for each local variable in typestate 2011-05-26 18:14:32 -07:00