rust/src/test
Björn Steinbrink 3a8f989dbb Always evaluate the expression in [expr; n]
In case that there is a destination for the array, like in
"let x = [expr; n]", we currently don't evaluate the given expression if
n is zero. That's inconsistent with all other cases, including "[expr;
0]" without a destination.

Fixes #23354
2015-03-14 14:19:29 +01:00
..
auxiliary Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
bench Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Rollup merge of #21468 - sanxiyn:dead-variant, r= 2015-03-13 18:12:05 +05:30
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
debuginfo Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton 2015-03-13 18:11:13 +05:30
parse-fail Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis 2015-03-12 20:13:23 +00:00
pretty syntax: Remove deprecated unicode escapes 2015-03-06 14:11:09 -08:00
run-fail Always evaluate the expression in [expr; n] 2015-03-14 14:19:29 +01:00
run-make rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
run-pass Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
run-pass-fulldeps syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
run-pass-valgrind Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00