rust/src/test
bors 38cb37de72 auto merge of #16493 : kballard/rust/fix_drop_field_order, r=pnkfelix
When a struct implements Drop, its fields should still drop in
declaration order (just as they do when the struct does not implement
Drop).

Fixes #16492.
2014-08-15 22:36:15 +00:00
..
auxiliary auto merge of #16494 : pnkfelix/rust/fsk-quotstx-followup, r=alexcrichton 2014-08-15 10:26:18 +00:00
bench auto merge of #16435 : vadimcn/rust/windows, r=pcwalton 2014-08-15 00:46:19 +00:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakis 2014-08-15 06:26:23 +00:00
compile-fail-fulldeps auto merge of #16435 : vadimcn/rust/windows, r=pcwalton 2014-08-15 00:46:19 +00:00
debuginfo debuginfo: Add a "no_debug" attribute that allows to exclude functions from debuginfo generation. 2014-08-15 15:35:43 +02:00
pretty Rename Share to Sync 2014-08-07 08:54:38 -07:00
run-fail Remove obsolete stack growth tests 2014-08-04 21:52:57 -07:00
run-make rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
run-pass auto merge of #16493 : kballard/rust/fix_drop_field_order, r=pnkfelix 2014-08-15 22:36:15 +00:00
run-pass-fulldeps Followup to PR #16477: a run-pass regression test for Issue #15750. 2014-08-14 11:55:47 +02:00