rust/src/test
bors 09cebc25a3 auto merge of #16999 : brson/rust/fannkuch, r=alexcrichton
From the discussion on reddit:
http://www.reddit.com/r/rust/comments/2fenlg/benchmark_improvement_fannkuchredux/

This adds two variants: the primary, that uses an unsafe block, and a secondary
that is completely safe.

The one with the unsafe block matches clang's performance and beats gcc's.
2014-09-07 00:31:28 +00:00
..
auxiliary add tests for separate compilation 2014-09-05 09:18:57 -07:00
bench Optimize Slice::reverse 2014-09-05 14:12:20 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #17003 : nick29581/rust/impl, r=pcwalton 2014-09-06 14:51:26 +00:00
compile-fail-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
debuginfo test: Ignore failing gdb pretty tests 2014-09-02 08:34:00 -07:00
pretty Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
run-fail auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis 2014-09-05 17:36:25 +00:00
run-make don't leave unwanted temporary files with --emit=ir/asm 2014-09-05 09:18:57 -07:00
run-pass auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw 2014-09-06 08:01:33 +00:00
run-pass-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00