rust/src/comp/middle
Brian Anderson 9946e467ff Export tag discriminants even for single-variant tags
I don't know exactly what's going on but this optimization is giving
me problems with the check-fast runner. I also don't see how it is
correct for external tags.
2011-09-07 10:32:58 -07:00
..
tstate Forbid blocks from deinitializing upvars 2011-09-06 15:27:48 -07:00
alias.rs Rename ty_istr to ty_str. Issue #855 2011-09-02 22:11:46 -07:00
ast_map.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
check_alt.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
freevars.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
gc.rs Rename ty_istr to ty_str. Issue #855 2011-09-02 22:11:46 -07:00
kind.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
mut.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
resolve.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
shape.rs Rename ty_istr to ty_str. Issue #855 2011-09-02 22:11:46 -07:00
trans.rs Export tag discriminants even for single-variant tags 2011-09-07 10:32:58 -07:00
trans_alt.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
trans_build.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
trans_common.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
trans_objects.rs Reformat. Issue #855 2011-09-02 22:11:42 -07:00
trans_vec.rs Rename istr-stuff to str in rustc. Issue #855 2011-09-02 22:11:46 -07:00
ty.rs Make it possible to take the value of (and bind) native fns 2011-09-07 12:12:20 +02:00
typeck.rs Work around destructuring bug 2011-09-07 17:01:46 +02:00