rust/src/test
Markus Siemens 2bf553c3e0 Implement Vec::from_elem (RFC 832)
Implement `Vec::from_elem` by making the `vec![element; len]` macro
more powerful (see RFC 832).

Closes #22414
2015-02-17 21:49:31 +01:00
..
auxiliary Rollup merge of #22418 - japaric:diagnostics, r=nikomatsakis 2015-02-17 06:25:03 +05:30
bench tests: work around #21721 some more by replacing some unit types with [u8; 0]. 2015-02-16 17:13:48 +02:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Rollup merge of #22418 - japaric:diagnostics, r=nikomatsakis 2015-02-17 06:25:03 +05:30
compile-fail-fulldeps Warn when linking a plugin into a non-plugin crate 2015-02-12 12:44:31 -08:00
debuginfo Rollup merge of #22360 - wg:master, r=alexcrichton 2015-02-17 06:23:36 +05:30
parse-fail rollup merge of #21918: ranma42/replace-be 2015-02-10 08:41:30 -08:00
pretty Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
run-fail cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
run-make Rollup merge of #22360 - wg:master, r=alexcrichton 2015-02-17 06:23:36 +05:30
run-pass Implement Vec::from_elem (RFC 832) 2015-02-17 21:49:31 +01:00
run-pass-fulldeps Warn when linking a plugin into a non-plugin crate 2015-02-12 12:44:31 -08:00
run-pass-valgrind Fallout of io => old_io 2015-01-26 16:01:16 -08:00