rust/src/comp/middle
Marijn Haverbeke e133f929b7 Convert all code that uses walk.rs in the straightforward way to simple_visit
Code that needs the keep_going functionality is still using walk. I will
add an equivalent to visit.rs later.
2011-07-26 17:13:48 +02:00
..
tstate Convert all code that uses walk.rs in the straightforward way to simple_visit 2011-07-26 17:13:48 +02:00
alias.rs Remove tuple support from the compiler 2011-07-26 15:19:56 +02:00
ast_map.rs Remove all uses of tuples from the compiler and stdlib 2011-07-26 14:06:02 +02:00
check_alt.rs Add a pass that checks for unreachable alt arms 2011-07-25 13:52:59 +02:00
freevars.rs Convert all code that uses walk.rs in the straightforward way to simple_visit 2011-07-26 17:13:48 +02:00
resolve.rs Resolve loop collection expressions in the right scope 2011-07-26 15:52:59 +02:00
trans_alt.rs Remove all uses of tuples from the compiler and stdlib 2011-07-26 14:06:02 +02:00
trans_comm.rs Remove tuple support from the compiler 2011-07-26 15:19:56 +02:00
trans_common.rs Remove all uses of tuples from the compiler and stdlib 2011-07-26 14:06:02 +02:00
trans_dps.rs Remove all uses of tuples from the compiler and stdlib 2011-07-26 14:06:02 +02:00
trans_vec.rs Remove all uses of tuples from the compiler and stdlib 2011-07-26 14:06:02 +02:00
trans.rs Remove tuple support from the compiler 2011-07-26 15:19:56 +02:00
ty.rs Remove tuple support from the compiler 2011-07-26 15:19:56 +02:00
typeck.rs Convert all code that uses walk.rs in the straightforward way to simple_visit 2011-07-26 17:13:48 +02:00