rust/src/test
bors 18366f4e8a Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis
Allow Drop types in const's too, with #![feature(drop_types_in_const)].

Implements the remaining amendment, see #33156. cc @SergioBenitez

r? @nikomatsakis
2017-09-09 11:48:57 +00:00
..
codegen add test for not optimized `pow` with constant power 2017-09-02 19:10:00 +03:00
codegen-units
compile-fail Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis 2017-09-09 11:48:57 +00:00
compile-fail-fulldeps feature error span on attr. for fn_must_use, SIMD/align, macro reëxport 2017-08-28 00:58:41 -07:00
debuginfo
incremental Ignore failing tests harder 2017-09-05 07:37:28 -07:00
mir-opt Auto merge of #44249 - pnkfelix:debugflag-emit-end-regions, r=arielb1 2017-09-07 13:06:12 +00:00
parse-fail Auto merge of #43425 - matklad:lambda-restrictions, r=eddyb 2017-08-31 23:26:47 +00:00
pretty
run-fail Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09:00
run-fail-fulldeps
run-make rustc: Attempt to handle super long linker invocations 2017-09-05 21:07:02 -07:00
run-pass Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis 2017-09-09 11:48:57 +00:00
run-pass-fulldeps better explanatory comment for the pprust-expr-roundtrip test 2017-09-06 10:30:00 -04:00
run-pass-valgrind
rustdoc Fix tests 2017-09-01 20:07:04 +12:00
ui Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis 2017-09-09 11:48:57 +00:00
ui-fulldeps Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
COMPILER_TESTS.md