rust/src/test
bors 1dec47711d auto merge of #13503 : edwardw/rust/lifetime-ice, r=nikomatsakis
When instantiating trait default methods for certain implementation,
`typeck` correctly combined type parameters from trait bound with those
from method bound, but didn't do so for lifetime parameters. Applies
the same logic to lifetime parameters.

Closes #13204
2014-04-16 20:31:25 -07:00
..
auxiliary auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw 2014-04-16 08:16:35 -07:00
bench Use the unsigned integer types for bitwise intrinsics. 2014-04-15 19:45:00 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #13418 : ktt3ja/rust/move-out-of, r=brson 2014-04-16 13:11:30 -07:00
debug-info debuginfo: Add a test case for issue #12886. 2014-04-16 12:22:38 +02:00
pretty Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
run-fail Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30
run-make pprust: Handle multi-stmt/no-expr ExprFnBlock 2014-04-16 16:02:18 +09:00
run-pass Combine lifetime parameters when instantiating default methods 2014-04-17 00:38:54 +08:00
run-pass-fulldeps Use new attribute syntax in python files in src/etc too (#13478) 2014-04-14 21:00:31 +05:30