rust/src/test
Marijn Haverbeke f8fa574864 Copy locals created by destructuring on the content of a box
This is required so that assigning to these locals doesn't clobber
the content of the box.

(A possible optimization would be to only do this copying for
locals that actually are assigned to.)
2011-08-02 12:09:15 +02:00
..
bench Add a task spawning benchmark 2011-07-29 22:45:01 -07:00
compile-fail Move ppaux::ty_to_str to new record syntax 2011-08-02 12:09:15 +02:00
compiletest Ignore whitespace in argument lists in compiletest 2011-08-01 16:41:20 -07:00
run-fail Fix damage done by the pretty-printer 2011-07-27 15:54:33 +02:00
run-pass Copy locals created by destructuring on the content of a box 2011-08-02 12:09:15 +02:00
stdtest Add std::str::is_whitespace 2011-08-01 18:55:51 -07:00