rust/src/test
bors 80a2306aee auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonw
The included test case would essentially never finish compiling without this
patch. It recursies twice at every ExprParen meaning that the branching factor
is 2^n

The included test case will take so long to parse on the old compiler that it'll
surely never let this crop up again.
2014-01-20 20:06:23 -08:00
..
auxiliary auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson 2014-01-19 00:36:48 -08:00
bench
codegen
compile-fail auto merge of #11661 : huonw/rust/fixed-length-instantiation, r=thestinger 2014-01-20 06:16:29 -08:00
debug-info
pretty
run-fail
run-make
run-pass auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonw 2014-01-20 20:06:23 -08:00
run-pass-fulldeps auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonw 2014-01-20 04:11:32 -08:00