rust/src/comp/middle
Michael Sullivan b732ec6f82 Have walk call visit_fn_pre and visit_fn_post on fn expressions.
As a side effect, this fixes a bug where typestate would not properly be checked
inside of fn expressions.
2011-06-24 15:46:20 -07:00
..
tstate Modify the fn vistors in walk so that they can handle functions without names. Update the typestate code to understand this. 2011-06-24 15:46:20 -07:00
alias.rs Move expr ids into the expr record type 2011-06-21 22:25:32 +02:00
ast_map.rs Move names and ids of native items into their recs, rather than their tags 2011-06-21 23:11:00 +02:00
metadata.rs Sanitize use of ids for obj constructors. 2011-06-24 21:22:52 +02:00
resolve.rs Remove def_obj 2011-06-24 21:13:25 +02:00
trans.rs rustc: Increment by the unit size in iter_structural_ty when iterating over interior vectors if the unit size is dynamic 2011-06-24 17:36:30 -04:00
ty.rs Remove uses of variable name 'res' from rustc 2011-06-24 21:22:23 +02:00
typeck.rs Sanitize use of ids for obj constructors. 2011-06-24 21:22:52 +02:00
visit.rs rustc: Add ternary operator. Closes #565 2011-06-23 22:16:11 -07:00
walk.rs Have walk call visit_fn_pre and visit_fn_post on fn expressions. 2011-06-24 15:46:20 -07:00