rust/src/test
Guillaume Gomez 6dd64d38a3
Rollup merge of #102721 - nbdd0121:panic, r=Amanieu
Prevent foreign Rust exceptions from being caught

Fix #102715

Use the address of a static variable (which is guaranteed to be unique per copy of std) to tell apart if a Rust exception comes from local or foreign Rust code, and abort for the latter.
2022-10-29 14:18:02 +02:00
..
assembly Stabilize asm_sym 2022-10-17 22:38:37 +01:00
auxiliary
codegen Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco 2022-10-28 16:27:56 +00:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors 2022-10-13 22:39:05 +00:00
mir-opt Bless tests 2022-10-13 17:24:27 +01:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Support raw-dylib functions being used inside inlined functions 2022-10-24 16:17:38 -07:00
run-make-fulldeps Ignore test on mingw32 2022-10-27 18:22:40 +01:00
run-pass-valgrind Fix test 2022-10-13 17:46:33 +01:00
rustdoc Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=notriddle 2022-10-28 07:06:42 +02:00
rustdoc-gui Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddle 2022-10-28 07:06:45 +02:00
rustdoc-js
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rustdoc-Json: List impls for primitives 2022-09-26 18:06:48 +01:00
rustdoc-ui rustdoc: parse self-closing tags and attributes in invalid_html_tags 2022-10-24 17:52:35 -07:00
ui Rollup merge of #103704 - xxchan:xxchan/applicable-bug, r=compiler-errors 2022-10-29 08:57:37 +02:00
ui-fulldeps Allow specifying multiple alternative suggestions 2022-10-23 18:59:13 +02:00
COMPILER_TESTS.md