rust/src/test
bors 7c28dd080c auto merge of #16059 : epdtry/rust/mono-item-dedup, r=alexcrichton
Currently, each time a function is monomorphized, all items within that function are translated.  This is unnecessary work because the inner items already get translated when the function declaration is visited by `trans_item`.  This patch adds a flag to the `FunctionContext` to prevent translation of items during monomorphization.
2014-07-30 20:51:22 +00:00
..
auxiliary Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
bench Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelix 2014-07-29 17:41:41 +00:00
compile-fail-fulldeps test: Try to fix a failing snapshot test 2014-07-15 14:00:37 -07:00
debuginfo Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
pretty auto merge of #16037 : erickt/rust/quote_arm, r=acrichto 2014-07-30 13:01:10 +00:00
run-fail Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
run-make avoid redundant translation of items during monomorphization 2014-07-30 12:07:26 -07:00
run-pass auto merge of #15944 : alexcrichton/rust/task-dont-die, r=brson 2014-07-30 17:06:18 +00:00
run-pass-fulldeps syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00