rust/src/test
Tim Chevalier 7c34550931 Make _|_ type binopable
But don't actually generate code that does the operation. That means
hoisting the check I added in my last commit from trans_compare
up into trans_eager_binop (don't generate any code if one operand
has type _|_ ).

Closes #777
2011-08-02 18:06:46 -07:00
..
bench Don't pp extra lines after block open when preserving whitespace. Closes #759 2011-08-02 17:49:11 -07:00
compile-fail Move ppaux::ty_to_str to new record syntax 2011-08-02 12:09:15 +02:00
compiletest Use ioivec::read_whole_file_str in a few places 2011-08-02 10:39:14 -07:00
pretty Don't pp extra lines after block open when preserving whitespace. Closes #759 2011-08-02 17:49:11 -07:00
run-fail Pretty-print fn constraints more correctish 2011-08-02 17:49:11 -07:00
run-pass Make _|_ type binopable 2011-08-02 18:06:46 -07:00
stdtest Add std::str::is_whitespace 2011-08-01 18:55:51 -07:00