rust/src/comp/middle
Tim Chevalier 28459ca0eb Handle lazy binops properly in typestate
The typestate analysis now reflects that the second operand of a
logical and or or may not be evaluated.
2011-06-28 13:07:52 -07:00
..
tstate Handle lazy binops properly in typestate 2011-06-28 13:07:52 -07:00
alias.rs Make it possible to use * to dereference a resource 2011-06-28 18:00:05 +02:00
ast_map.rs Add a very simple map implementation for sequential integer keys 2011-06-26 20:37:08 -07:00
resolve.rs Add simple syntax extension (#simplext) 2011-06-28 15:02:12 +00:00
trans.rs rustc: Don't call cmp glue if the type is a simple scalar 2011-06-28 11:24:34 -07:00
ty.rs rustc: Add a "type-owns-heap-mem" cache. 2x translation speedup. 2011-06-28 11:36:11 -07:00
typeck.rs Make it possible to use * to dereference a resource 2011-06-28 18:00:05 +02:00
visit.rs Partial implementation of resources 2011-06-25 21:15:11 +02:00
walk.rs Partial implementation of resources 2011-06-25 21:15:11 +02:00