rust/src/test
bors 588f7db8ef Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1
nll part 5

Next round of changes from the nll-master branch.

Extensions:

- we now propagate ty-region-outlives constraints out of closures and into their creator when necessary
- we fix a few ICEs that can occur by doing liveness analysis (and the resulting normalization) during type-checking
- we handle the implicit region bound that assumes that each type `T` outlives the fn body
- we handle normalization of inputs/outputs in fn signatures

Not included in this PR (will come next):

- handling `impl Trait`
- tracking causal information
- extended errors

r? @arielb1
2017-12-20 03:58:15 +00:00
..
codegen rustc_trans: approximate ABI alignment for padding/union fillers. 2017-12-15 11:35:32 +02:00
codegen-units Update miri to rustc changes 2017-12-06 09:25:29 +01:00
compile-fail Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 2017-12-20 03:58:15 +00:00
compile-fail-fulldeps Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
debuginfo Update miri to rustc changes 2017-12-06 09:25:29 +01:00
incremental incr.comp.: Mark DepKind node as input. 2017-12-18 15:40:07 +01:00
mir-opt more concise debug output when dumping the value of a region 2017-12-15 10:27:54 -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 Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
run-pass Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 2017-12-19 07:05:05 +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 Fix ?Sized where bound not being displayed at the correct place 2017-12-18 10:44:26 +01:00
ui Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 2017-12-20 03:58:15 +00: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