rust/src/comp/middle
Tim Chevalier 9a24e4f780 Fix two typestate bugs
* Non-returning calls should set all predicates to be true, not
  just the "this function returns" predicate

* Fixed a bug in the expr_alt case in tstate.states that wasn't updating
  the changed flag properly, then fixed *another* bug that was updating
  it too enthusiastically, but was masked by the first bug.
2011-05-27 20:43:51 -07:00
..
tstate Fix two typestate bugs 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 Check the declaration type in a for loop against the sequence type 2011-05-27 17:42:09 -07:00
walk.rs Track spans for each local variable in typestate 2011-05-26 18:14:32 -07:00