about summary refs log tree commit diff
path: root/library/std/src/sys/personality/gcc.rs
AgeCommit message (Expand)AuthorLines
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-10/+12
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-1/+1
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-1/+4
2025-03-16make `_Unwind_Action` a type alias, not enumNoratrieb-2/+2
2025-03-12Fix panic handler for cygwinBerrysoft-1/+4
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-11-29update link to "C++ Exceptions under the hood" blogMartin Kröning-1/+1
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-6/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-24std: update comments on gcc personality fnJubilee Young-10/+32
2024-07-24std: unsafe-wrap gcc::rust_eh_personality and implJubilee Young-131/+148
2024-05-05Fix unwinding on 32-bit watchOS ARMMads Marquart-2/+3
2024-03-18Support for visionOSAdam Gastineau-1/+1
2024-01-13std: move personality implementation out of PALjoboet-0/+293
2024-01-11std: begin moving platform support modules into `pal`joboet-293/+0
2023-10-10Use pointers instead of `usize` addresses for landing padsniluxv-5/+4
2023-09-30Fix broken linkscui fliter-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+3
2023-07-18support for mips32r6 as a target_arch valuechenx97-1/+6
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+1
2023-07-09move personality to sysGus Caplan-0/+286