rust/src/test
Björn Steinbrink d4ca1cffce Fix volatile / atomic ops on bools and small aggregates
Boolean values and small aggregates have a different type in
args/allocas than in SSA values but the intrinsics for volatile and
atomic ops were missing the necessary casts to handle that.

Fixes #23550
2015-03-21 10:46:52 +01:00
..
auxiliary Add test case for stable import of invalid span information. 2015-03-19 18:52:30 +01:00
bench Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichto 2015-03-19 08:49:34 +05:30
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
debuginfo Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
parse-fail Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
pretty Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
run-fail RUST_TEST_TASKS -> RUST_TEST_THREADS 2015-03-19 15:42:56 -04:00
run-make [rustdoc] Fix source hyperlinks in docs 2015-03-18 14:07:22 -07:00
run-pass Fix volatile / atomic ops on bools and small aggregates 2015-03-21 10:46:52 +01:00
run-pass-fulldeps Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton 2015-03-17 15:21:22 +05:30
run-pass-valgrind Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00