about summary refs log tree commit diff
path: root/library/panic_unwind/src/emcc.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2025-02-14panic_unwind: Apply unsafe_op_in_unsafe_fnEric Huss-28/+32
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-2/+2
2025-02-09Mark extern blocks as unsafeMichael Goulet-2/+2
2025-02-08Rustfmtbjorn3-5/+8
2025-01-20panic_unwind: add `#![warn(unreachable_pub)]`Urgau-2/+2
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-03-19SeqCst->Relaxed in panic_unwind/emcc.Mara Bos-1/+1
2023-04-29Partial stabilisation of `c_unwind`Gary Guo-1/+1
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