rust/src/test
kennytm 44670448b2 Rollup merge of #46780 - varkor:contrib-5, r=arielb1
Fix ICE when calling non-functions within closures

The visitor for walking function bodies did not previously properly
handle error-cases for function calls. These are now ignored,
preventing the panic. This fixes #46771.
2017-12-22 02:50:47 +08: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 Rollup merge of #46780 - varkor:contrib-5, r=arielb1 2017-12-22 02:50:47 +08: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 Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1 2017-12-20 23:26:20 +00:00
parse-fail Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03: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 #46754 - cramertj:refactor-arg-impl, r=nikomatsakis 2017-12-21 08:04:57 +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 Rollup merge of #46787 - varkor:contrib-6, r=QuietMisdreavus 2017-12-20 21:21:56 +08:00
ui Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkov 2017-12-21 13:18:20 +01: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