rust/src/test
bors fda71f2630 auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton
A typed arena is a type of arena that can only allocate objects of one
type. It is 3x faster than the existing arena and 13x faster than malloc
on Mac.

r? @brson
2014-01-08 04:26:36 -08:00
..
auxiliary test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
bench libextra: Introduce typed arenas. 2014-01-07 16:44:41 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton 2014-01-07 01:51:39 -08:00
debug-info debuginfo: Add test case for recursive enum types (issue #11083) 2014-01-02 15:38:57 +01:00
pretty test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
run-fail Don't abort the process in native::start 2014-01-05 09:20:31 -08:00
run-make Don't attempt duplicate outputs 2014-01-06 09:23:24 -08:00
run-pass auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson 2014-01-07 09:41:35 -08:00
run-pass-fulldeps Stop using @ExtCtxt 2013-12-28 21:16:03 -07:00