rust/src/comp/middle
Marijn Haverbeke fb72be0a89 Do not store a tag num for single-variant tags
This is a preparation for tags-as-nominal-types. A tag that has only a
single variant is now represented, at run-time, as simply a tuple of
the variant's parameters, with the variant id left off.
2011-07-01 17:50:52 +02:00
..
tstate Don't warn about unused for-loop index variables 2011-06-30 12:37:30 -07:00
alias.rs Implement autoderef for function calls. 2011-07-01 12:39:58 +02:00
ast_map.rs Replace common::new_seq_hash with an adapter around std::smallintmap 2011-06-28 19:48:33 -07:00
resolve.rs Extend visit to use visit_fn to visit fn expressions. 2011-06-29 09:04:00 -07:00
trans.rs Do not store a tag num for single-variant tags 2011-07-01 17:50:52 +02:00
ty.rs Move autoderefed_ty to ty.rs and rename it type_autoderef. 2011-07-01 12:39:57 +02:00
typeck.rs Implement autoderef for function calls. 2011-07-01 12:39:58 +02:00
visit.rs Re-enable tidy (it was broken) and fix various non-tidy things. 2011-06-29 15:14:55 -07:00
walk.rs Kill unused variables 2011-06-30 12:37:30 -07:00