summary refs log tree commit diff
path: root/library/panic_unwind/src/seh.rs
AgeCommit message (Expand)AuthorLines
2023-04-29Partial stabilisation of `c_unwind`Gary Guo-1/+1
2022-10-23Implement Rust foreign exception protection for EMCC and SEHGary Guo-5/+15
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-10/+0
2022-08-23Use renamed atomic intrinsics in panic_unwindTomasz Miąsko-6/+9
2022-08-23Move personality functions to stdAmanieu d'Antras-10/+0
2022-08-23Fix comment on the SEH personality functionAmanieu d'Antras-2/+2
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-7/+5
2021-06-23Use HTTPS links where possibleSmitty-2/+2
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2020-09-20Correct file path after some restructures in compilerLzu Tao-1/+1
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-3/+9
2020-07-27mv std libs to library/mark-0/+331