rust/src/test
bors b8ec4c4d11 Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix
Exit arm scopes

Due to a bug in the HIR CFG construction, borrows for arm scopes were incorrectly leaking into other arms.
This PR also includes some drive-by improvements to `-Zunpretty=hir,identified` that would have been helpful while investigating this.

Closes #62107
2019-07-09 13:10:31 +00: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 Stabilize profile-guided optimization. 2019-06-21 09:54:58 +02:00
codegen-units Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
compile-fail Make WhileTrue into an EarlyLintPass lint. 2019-07-06 06:43:58 +02:00
debuginfo Fix CDB support tidy check line length failures. 2019-05-20 02:44:26 -07:00
incremental while_{let_}loops/change_{break,continue}: typeck_tables_of clean. 2019-07-06 06:43:58 +02:00
mir-opt Bless mir-opt/while-storage.rs. 2019-07-06 06:43:58 +02:00
pretty Introduce `#[rustc_dummy]` attribute and use it in tests 2019-06-08 23:55:25 +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: Remove `dylib` crate type from most rustc crates 2019-07-07 03:23:00 +02:00
run-pass Collect library features from non-exported macros 2019-07-07 13:04:07 +03:00
run-pass-fulldeps Link compiler plugins to rustc_driver 2019-07-07 03:23:02 +02:00
run-pass-valgrind Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
rustdoc rustdoc: set cfg(doctest) when collecting doctests 2019-07-06 21:37:17 -05:00
rustdoc-js
rustdoc-js-std
rustdoc-ui force single-threaded text execution 2019-07-06 21:41:11 -05:00
rustfix
ui Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix 2019-07-09 13:10:31 +00:00
ui-fulldeps Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
COMPILER_TESTS.md