rust/src/test
bors 7627e3d31d Auto merge of #40409 - mbrubeck:calloc, r=sfackler
Specialize Vec::from_elem to use calloc

Fixes #38723.  This specializes the implementation for `u8` only, but it could be extended to other zeroable types if desired.

I haven't tested this extensively, but I did verify that it gives the expected performance boost for large `vec![0; n]` allocations with both alloc_system and jemalloc, on Linux.  (I have not tested or even built the Windows code.)
2017-04-16 19:13:52 +00:00
..
codegen Rollup merge of #40702 - mrhota:global_asm, r=nagisa 2017-04-14 17:41:03 -04:00
codegen-units translate drop glue using MIR 2017-03-18 02:53:08 +02:00
compile-fail update tests slightly 2017-04-14 22:05:11 -04:00
compile-fail-fulldeps Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
debuginfo update gdbr tests 2017-03-09 22:12:36 +01:00
incremental ICH: Replace old, transitive metadata hashing with direct hashing approach. 2017-04-12 11:47:26 +02:00
mir-opt borrowck::mir::dataflow: ignore unwind edges of empty drops 2017-04-08 22:46:50 +03:00
parse-fail Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1 2017-04-12 14:45:41 +02:00
pretty Update pretty test for derive attributes 2017-02-05 12:22:29 +10:30
run-fail
run-fail-fulldeps Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
run-make Fix pairs of doubles using an illegal <8 x i8> vector. 2017-04-11 11:33:30 +03:00
run-pass Auto merge of #40409 - mbrubeck:calloc, r=sfackler 2017-04-16 19:13:52 +00:00
run-pass-fulldeps Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv 2017-04-14 17:41:05 -04:00
ui Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakis 2017-04-12 14:45:45 +02:00
ui-fulldeps/custom-derive Separate "ui-fulldeps" tests from "ui" tests 2017-03-04 21:38:26 +03:00
COMPILER_TESTS.md Move COMPILER_TESTS.md out of the root directory 2017-02-25 00:13:00 -06:00