rust/src/comp/middle
Marijn Haverbeke 76aabbe99d Rename tag to enum throughout the compiler
This should reduce confusion of people trying to read the code.
2012-01-25 14:34:31 +01:00
..
tstate Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
alias.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
ast_map.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
block_use.rs distinguish "any closure" and "stack closure" (block) 2012-01-13 09:31:40 -08:00
capture.rs rustc: ";" to "," in enums 2012-01-19 18:04:25 -08:00
check_alt.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
check_const.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
debuginfo.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
fn_usage.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
freevars.rs Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
gc.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
kind.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
last_use.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
lint.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
mut.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
pat_util.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
resolve.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
shape.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
trans_alt.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
trans_build.rs rustc: Use integer from ctypes consistently 2012-01-19 02:10:36 +08:00
trans_closure.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
trans_common.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
trans_impl.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
trans_uniq.rs migrate size_of() and related funcs from trans into shape 2012-01-21 19:31:51 -08:00
trans_vec.rs s/block()/fn()/g 2012-01-23 19:06:33 -08:00
trans.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
ty.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00
typeck.rs Rename tag to enum throughout the compiler 2012-01-25 14:34:31 +01:00