rust/src/test
Tyler Mandry 9058bf2100 Make use of possibly uninitialized data a hard error
This is one of the behaviors we no longer allow in NLL. Since it can
lead to undefined behavior, I think it's definitely worth making it a
hard error without waiting to turn off migration mode (#58781).

Closes #60450.

My ulterior motive here is making it impossible to leave variables
partially initialized across a yield (see discussion at #63035), so
tests are included for that.
2019-08-05 14:57:12 -07:00
..
assembly Ignore NVPTX tests 2019-06-12 23:09:08 +02:00
auxiliary rustc_target: avoid negative register counts in the SysV x86_64 ABI. 2019-07-05 13:24:25 +03:00
codegen Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton 2019-07-16 23:05:06 +00:00
codegen-units Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
compile-fail rustc_mir: follow FalseUnwind's real_target edge in qualify_consts. 2019-07-11 12:28:02 +03:00
debuginfo Fix CDB support tidy check line length failures. 2019-05-20 02:44:26 -07:00
incremental normalize use of backticks in compiler messages for librustc_incremental 2019-07-20 20:57:45 +02:00
mir-opt Remove tests for -Zlower-128bit-ops 2019-07-20 14:38:50 +02:00
pretty pprust: Support macro macros 2019-07-15 12:42:07 +03:00
run-fail compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
run-make Make tests compatible with musl host 2019-05-10 16:12:47 +02:00
run-make-fulldeps rustc: codegen: Build import library for all windows targets 2019-07-25 21:30:08 +02:00
run-pass Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb 2019-07-26 18:56:45 +02:00
run-pass-fulldeps Make newtype_index hygienic and use allow_internal_unstable 2019-07-13 10:25:57 +01:00
run-pass-valgrind Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
rustdoc Remove MacroKind::ProcMacroStub 2019-07-11 00:12:07 +03: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 normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
rustfix
ui Make use of possibly uninitialized data a hard error 2019-08-05 14:57:12 -07:00
ui-fulldeps normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
COMPILER_TESTS.md