about summary refs log tree commit diff
path: root/library/panic_unwind/src/emcc.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Fix alloc sizeGary Guo-2/+1
2022-10-23Implement Rust foreign exception protection for EMCC and SEHGary Guo-10/+27
2022-08-23Move personality functions to stdAmanieu d'Antras-16/+0
2022-06-09Add underscores to rust_eh_personality arguments to mark them as unusedHood Chatham-5/+5
2022-06-08Remove __gxx_personality_v0 declarationHood Chatham-7/+0
2022-06-08Fix formatterHood Chatham-1/+0
2022-06-08Don't use __gxx_personality_v0 in panic_unwind on emscripten targetHood Chatham-1/+6
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-16/+30
2020-07-27mv std libs to library/mark-0/+121