summary refs log tree commit diff
path: root/library/std/src/personality/gcc.rs
AgeCommit message (Expand)AuthorLines
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-1/+1
2023-05-07Prevent aborting guard from aborting the process in a forced unwindGary Guo-0/+3
2023-05-07Parse catch filter in personality functionGary Guo-4/+4
2023-04-08Define UNWIND_DATA_REG for loongarch64zhaixiaojuan-0/+3
2023-01-28Replace libc::{type} with crate::ffi::{type}Ayush Singh-1/+2
2022-11-12Use correct EH personality on `*-windows-gnu-*`Mateusz MikuĊ‚a-1/+1
2022-08-23Move personality functions to stdAmanieu d'Antras-0/+279