rust/src/test
Niko Matsakis e9824c50ed impose inputs/ouputs on MIR after the fact
The input/output types found in `UniversalRegions` are not normalized.
The old code used to assign them directly into the MIR, which would
lead to errors when there was a projection in a argument or return
type. This also led to some special cases in the `renumber` code.

We now renumber uniformly but then pass the input/output types into
the MIR type-checker, which equates them with the types found in MIR.
This allows us to normalize at the same time.
2017-12-15 10:27:53 -05:00
..
codegen Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
codegen-units Update miri to rustc changes 2017-12-06 09:25:29 +01:00
compile-fail Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 2017-12-15 05:40:12 +00:00
compile-fail-fulldeps Do the same things for fulldeps tests 2017-12-14 23:26:40 +03:00
debuginfo Update miri to rustc changes 2017-12-06 09:25:29 +01:00
incremental move resolve_lifetimes into a proper query 2017-12-11 10:11:13 -05:00
mir-opt impose inputs/ouputs on MIR after the fact 2017-12-15 10:27:53 -05:00
parse-fail When attempting to write str with single quote suggest double quotes 2017-12-14 22:51:42 -08:00
pretty Fix fallout in tests. 2017-12-12 13:15:03 -08:00
run-fail Update miri to rustc changes 2017-12-06 09:25:29 +01:00
run-fail-fulldeps
run-make Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
run-pass Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 2017-12-15 05:40:12 +00:00
run-pass-fulldeps Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
run-pass-valgrind Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rustdoc Update miri to rustc changes 2017-12-06 09:25:29 +01:00
ui impose inputs/ouputs on MIR after the fact 2017-12-15 10:27:53 -05:00
ui-fulldeps Do the same things for fulldeps tests 2017-12-14 23:26:40 +03:00
COMPILER_TESTS.md Fix rebase 2017-12-14 23:54:08 +03:00