rust/src/test
Marijn Haverbeke 6ba4eacddf Make resolve recognize upvars
Upvars are now marked with def_upvar throughout, not just when going
through freevars::lookup_def. This makes things less error-prone. One
thing to watch out for is that def_upvar is used in `for each` bodies
too, when they refer to a local outside the body.
2011-09-01 16:32:44 +02:00
..
bench Convert benchmarks to istrs. Issue #855 2011-08-31 16:24:08 -07:00
compile-fail Make resolve recognize upvars 2011-09-01 16:32:44 +02:00
compiletest Convert uses of #fmt to #ifmt. Issue #855 2011-08-31 11:44:06 -07:00
pretty Reformat 2011-08-20 11:04:00 -07:00
run-fail Start paring down std::str. Issue #855 2011-08-31 16:24:09 -07:00
run-pass Start paring down std::str. Issue #855 2011-08-31 16:24:09 -07:00
stdtest Start paring down std::str. Issue #855 2011-08-31 16:24:09 -07:00