about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/foreign-exceptions
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-129/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-10-28Add -Zunstable-options instead of featureMateusz Mikuła-2/+0
2021-10-23Repace use of `static_nobundle` with `native_link_modifiers`Mateusz Mikuła-1/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-7/+6
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-15/+12
2020-01-11Abort if C++ tries to swallow a Rust panicAmanieu d'Antras-46/+0
2020-01-11Add a test to check that swallowed Rust panics are dropped properly.Amanieu d'Antras-1/+46
2019-11-03Make SEH exceptions use a rust_panic type instead of unsigned __int64*Amanieu d'Antras-1/+2
2019-11-03Hack to make C++ exceptions test work on i686-pc-windows-gnuAmanieu d'Antras-1/+4
2019-11-03Allow foreign exceptions to unwind through Rust codeAmanieu d'Antras-0/+132