rust/src/test
bors 3249de8c4f auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton
This pull request fixes #11083. The problem was that recursive type definitions were not properly handled for enum types, leading to problems with LLVM's metadata "uniquing". This bug has already been fixed for struct types some time ago (#9658) but I seem to have forgotten about enums back then. I added the offending code from issue #11083 as a test case.
2014-01-02 09:02:01 -08:00
..
auxiliary Conservatively export all trait methods and impls 2013-12-31 12:42:13 -08:00
bench Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton 2014-01-01 22:12:11 -08:00
debug-info debuginfo: Add test case for recursive enum types (issue #11083) 2014-01-02 15:38:57 +01:00
pretty Handle more cases in the heap lints 2013-12-14 22:56:33 -08:00
run-fail std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. 2013-12-19 09:26:13 +11:00
run-make Implement volatile_load and volatile_store intrinsics. 2013-12-31 02:54:25 +04:00
run-pass auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton 2014-01-01 20:56:54 -08:00
run-pass-fulldeps Stop using @ExtCtxt 2013-12-28 21:16:03 -07:00