rust/src/test
Mazdak Farrokhzad fde341a4ef
Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril
Preserve generator and yield source for error messages

Previously, error messages after HIR lowering all referred
to generators and yield, regardless of whether the original
source was a generator or an async/await body. This change
tracks the kind of each generator and yield source in order
to provide appropriately tailored error messages.

Fixes #60615.
2019-06-19 01:52:13 +02:00
..
assembly Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
auxiliary
codegen Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung 2019-06-17 20:55:58 +02:00
codegen-units Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
compile-fail Create fewer basic blocks in match MIR lowering 2019-06-13 21:05:21 +01:00
debuginfo Fix CDB support tidy check line length failures. 2019-05-20 02:44:26 -07:00
incremental Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
mir-opt Add a test for simple matches 2019-06-13 21:05:21 +01:00
pretty Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
run-fail Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
run-make Make tests compatible with musl host 2019-05-10 16:12:47 +02:00
run-make-fulldeps Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
run-pass Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov 2019-06-19 01:52:09 +02:00
run-pass-fulldeps Rollup merge of #61898 - petrochenkov:sekind, r=eddyb 2019-06-19 01:52:10 +02:00
run-pass-valgrind Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
rustdoc Fix slice const generic length display 2019-06-07 15:54:16 +02:00
rustdoc-js Auto merge of #59910 - Centril:rollup-yjv7b06, r=Centril 2019-04-12 11:46:01 +00:00
rustdoc-js-std
rustdoc-ui Reblessed tests. 2019-06-05 21:09:27 +01:00
rustfix
ui Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril 2019-06-19 01:52:13 +02:00
ui-fulldeps Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
COMPILER_TESTS.md