rust/src/comp/middle
Tim Chevalier f7a1006a07 Make resolve check for type-variable name-shadowing
Capturing a type argument in the enclosing scope should be an error --
this commit implements that check in resolve, avoiding a potential
assertion failure in trans.

Closes #648.
2011-07-12 13:42:05 -07:00
..
tstate rustc: Simplify tritv::copy; shaves a couple of seconds off typestate. 2011-07-12 11:47:32 -07:00
alias.rs rustc: Implement pointer dereference; add a test case 2011-07-11 15:19:16 -07:00
ast_map.rs Move visit to newtype-style nominal type 2011-07-11 13:53:50 +02:00
resolve.rs Make resolve check for type-variable name-shadowing 2011-07-12 13:42:05 -07:00
trans.rs Remove some obsolete comments. 2011-07-12 12:01:02 -07:00
ty.rs Improve impossible-case handling in ty::get_element_type 2011-07-08 22:25:57 -07:00
typeck.rs Add elipses, reorganize the macro components into their own AST node. 2011-07-11 18:52:50 -07:00