rust/src/test
Yuki Okushi a5b1d2252f
Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandry
Fixed conflict with drop elaboration and coverage

See
https://github.com/rust-lang/rust/issues/80045#issuecomment-745733339

Coverage statements are moved to the beginning of the BCB. This does
also affect what's counted before a panic, changing some results, but I
think these results may even be preferred? In any case, there are no
guarantees about what's counted when a panic occurs (by design).

r? `@tmandry`

FYI `@wesleywiser` `@ecstatic-morse`
2020-12-17 11:44:06 +09:00
..
assembly Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
auxiliary
codegen tests: codegen/transmute-scalar needs optimizations enabled. 2020-12-10 13:24:47 +02:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
compile-fail Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
debuginfo Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu 2020-11-21 22:46:50 +00:00
incremental Disable the constant debuginfo promotion pass by default 2020-12-14 19:56:10 -05:00
mir-opt Fixed conflict with drop elaboration and coverage 2020-12-15 23:33:47 -08:00
pretty Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
run-make Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mark-Simulacrum 2020-11-29 23:14:40 +00:00
run-make-fulldeps Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandry 2020-12-17 11:44:06 +09:00
run-pass-valgrind Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
rustdoc Allow since="TBD" for rustc_deprecated 2020-12-16 13:21:24 -05:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Use true ID for def_id. 2020-12-05 22:38:57 +00:00
rustdoc-ui Add tests for #[doc(keyword = "...")] and update other doc attributes tests 2020-12-02 20:01:06 +01:00
rustfix
ui Rollup merge of #80069 - jyn514:core-assert, r=dtolnay 2020-12-17 11:44:05 +09:00
ui-fulldeps Only deny doc_keyword in std and set it as "allow" by default 2020-12-03 16:48:17 +01:00
COMPILER_TESTS.md