rust/src/test
Brian Anderson a98ea4f3ef rustc: Run block cleanups on else if blocks
With the scheme used to translate 'else if' currently the if expression is
translated in a new (else) scope context. If that if expression wants to
result in a value that requires refcounting then it will need to drop the
refcount in the cleanups of the else block.
2011-05-17 22:25:24 -04:00
..
bench Finally rename std::_xxx to std::xxx 2011-05-17 20:41:41 +02:00
compile-fail Parser fix: 'fail' was eating the next token that came after it. 2011-05-17 05:40:17 +00:00
run-fail Rewrite everything to use [] instead of vec() in value position. 2011-05-16 18:21:22 -07:00
run-pass rustc: Run block cleanups on else if blocks 2011-05-17 22:25:24 -04:00