rust/src/test
Brian Anderson 53982b64f3 rollup merge of #19787: akiss77/fix-i8-c_char
On AArch64, libc::c_char is u8. There are some places in the code where i8 is assumed, which causes compilation errors.

(AArch64 is not officially supported yet, but this change does not hurt any other targets and makes the code future-proof.)
2014-12-15 06:45:35 -08:00
..
auxiliary Add a bunch of new tests per Alex's suggestion. 2014-12-14 11:11:55 -05:00
bench Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rollup merge of #19763: csouth3/remove-featuregates 2014-12-15 06:45:34 -08:00
compile-fail-fulldeps Reviewer comments 2014-12-12 19:29:17 +13:00
debuginfo Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
pretty Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00
run-fail Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
run-make Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
run-pass rollup merge of #19787: akiss77/fix-i8-c_char 2014-12-15 06:45:35 -08:00
run-pass-fulldeps rustc: Prepend a length to all metadata 2014-12-08 14:29:24 -08:00
run-pass-valgrind Move some tests to run-pass-valgrind 2014-10-23 13:52:34 +13:00