about summary refs log tree commit diff
path: root/library/panic_unwind/src/seh.rs
AgeCommit message (Expand)AuthorLines
2025-07-08Win: Use exceptions with empty data for SEH panic exception copiesGeorge Tokmaji-4/+14
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-6/+6
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-35/+43
2025-02-09Mark extern blocks as unsafeMichael Goulet-3/+3
2025-01-20panic_unwind: add `#![warn(unreachable_pub)]`Urgau-16/+16
2024-10-14Remove allowing static_mut_refs lintmu001999-2/+0
2024-09-25Use `&raw` in the standard libraryJosh Stone-18/+15
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+2
2024-09-05update cfgsBoxy-6/+0
2024-07-22library: vary unsafety in bootstrapping for SEHJubilee Young-0/+6
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+1
2024-04-11Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...niluxv-41/+71
2024-02-23Get rid of some `#[allow(static_mut_refs)]`Pavel Grigorenko-22/+17
2024-02-18Improve wording of static_mut_refObei Sideg-4/+6
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+4
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