rust/src/test
Huon Wilson e25d7069b5 rustc: make error messages containing generic more self-explanatory.
Unsuffixed literals like 1 and 1.1, and free type parameters sometimes
have to be printed in error messages, which ended up with <V0>, <VI0>
and <VF0>. This change puts the words "generic" and "integer"/"float"
into the message so it's not a completely black box.
2014-01-13 22:34:50 +11:00
..
auxiliary Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
bench Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail rustc: make error messages containing generic more self-explanatory. 2014-01-13 22:34:50 +11:00
debug-info Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
pretty test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
run-fail Remove ApproxEq and assert_approx_eq! 2014-01-09 15:41:46 +11:00
run-make Bump version to 0.10-pre 2014-01-12 17:45:22 -08:00
run-pass auto merge of #11506 : brson/rust/androidfixes, r=cmr 2014-01-12 19:36:37 -08:00
run-pass-fulldeps Stop using @ExtCtxt 2013-12-28 21:16:03 -07:00