rust/src/test
Manish Goregaokar 34ce376140 Rollup merge of #23365 - dotdash:array_loop_panic, r=eddyb
[expr; 0] currently exhibits inconsistent behaviour and [expr; n] with n > 1 triggers an LLVM assertion in case that \"expr\" diverges.
2015-03-15 10:23:44 +05:30
..
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 #23358 - rprichard:reject-empty-L, r=alexcrichton 2015-03-15 10:23:42 +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 Fix broken codegen for [expr; n] where "expr" diverges 2015-03-14 14:23:43 +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