rust/src/test
Flavio Percoco Premoli 82299c07de Rollup merge of #21504 - blackbeam:has_test_signature_fix, r=alexcrichton
Fix for `error: functions used as tests must have signature fn() -> ()` and `error: functions used as benches must have signature `fn(&mut Bencher) -> ()` in case of explicit return type declaration.
2015-01-24 10:42:40 +01:00
..
auxiliary rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
bench regex: Remove in-tree version 2015-01-23 21:04:10 -08:00
codegen
compile-fail Fix some grammar inconsistencies for the '..' range notation. 2015-01-22 19:55:15 +01:00
compile-fail-fulldeps tests: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 20:05:16 +02:00
debuginfo Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichton 2015-01-22 18:09:59 -05:00
pretty tests: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 20:05:16 +02:00
run-fail rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2 2015-01-21 11:51:10 -08:00
run-make Test fixes and rebase conflicts 2015-01-21 10:32:56 -08:00
run-pass Rollup merge of #21504 - blackbeam:has_test_signature_fix, r=alexcrichton 2015-01-24 10:42:40 +01:00
run-pass-fulldeps
run-pass-valgrind