rust/src/test
bors a581c82bdc Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1
mir: don't attempt to promote Unpromotable constant temps.

Fixes #33537. This was a non-problem in regular functions, but we also promote in `const fn`s.
There we always qualify temps so you can't depend on `Unpromotable` temps being `NOT_CONST`.
2016-05-13 03:10:46 -07:00
..
codegen rustc: Implement custom panic runtimes 2016-05-09 08:22:36 -07:00
codegen-units Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik 2016-05-07 15:35:19 -04:00
compile-fail Auto merge of #33169 - swgillespie:issue32829, r=eddyb 2016-05-11 19:48:54 -07:00
compile-fail-fulldeps s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
debuginfo s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
incremental Fix test cases to reflect that #32014...went away 2016-04-06 16:38:29 -04:00
parse-fail Rollup merge of #33336 - birkenfeld:issue-27361, r=sfackler 2016-05-07 15:35:17 -04:00
pretty Fix fallout in tests 2016-03-30 22:00:48 +00:00
run-fail Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
run-fail-fulldeps Improve error message for let-in-expr-position 2016-01-26 13:55:46 +05:30
run-make Fix the sed invocation to also work with BSD sed. 2016-05-12 09:32:17 -07:00
run-pass Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1 2016-05-13 03:10:46 -07:00
run-pass-fulldeps rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. 2016-05-11 04:14:58 +03:00
run-pass-valgrind Add #[rustc_no_mir] to make tests pass with -Z orbit. 2016-03-17 22:48:07 +02:00
rustdoc Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn 2016-05-10 20:14:46 -07:00