about summary refs log tree commit diff
path: root/library/std/src/sys/personality
AgeCommit message (Expand)AuthorLines
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-16Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubileeJacob Pratt-2/+2
2025-03-16make `_Unwind_Action` a type alias, not enumNoratrieb-2/+2
2025-03-12Fix panic handler for cygwinBerrysoft-1/+4
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-6/+3
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-1/+1
2024-11-30Switch rtems target to panic unwindJan Sommer-1/+1
2024-11-29update link to "C++ Exceptions under the hood" blogMartin Kröning-1/+1
2024-09-24Initial std library support for NuttXHuang Qi-1/+1
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-9/+10
2024-09-03Port std library to RTEMSJan Sommer-1/+1
2024-07-29Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d...Matthias Krüger-53/+61
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+6
2024-07-26Fix doc nitsJohn Arundel-2/+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-07-22std: unsafe-wrap personality::dwarf::ehJubilee Young-53/+61
2024-07-16std: unwrapped unsafe is VERBOTEN!Jubilee-1/+1
2024-07-16std: Use read_unaligned for reading DWARFJubilee Young-14/+12
2024-05-05Fix unwinding on 32-bit watchOS ARMMads Marquart-3/+11
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-1/+1
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+1
2024-03-18Support for visionOSAdam Gastineau-1/+1
2024-02-22std support for wasm32 panic=unwindNoa-4/+4
2024-01-13std: move personality implementation out of PALjoboet-0/+709
2024-01-11std: begin moving platform support modules into `pal`joboet-709/+0
2023-12-15Cfg remove lang items in doctestCameron Steffen-1/+1
2023-11-16std: personality: support gcc personality on XousSean Cross-0/+1
2023-10-10Rewrite `read_encoded_pointer` conforming to strict provenanceniluxv-28/+69
2023-10-10Use pointers instead of `usize` addresses for landing padsniluxv-34/+41
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/+652