summary refs log tree commit diff
path: root/library/panic_abort
AgeCommit message (Expand)AuthorLines
2020-12-21slightly more typed interface to panic implementationRalf Jung-1/+3
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-1/+0
2020-09-18support panic=abort in MiriRalf Jung-1/+1
2020-09-18Remove unused libc feature gateest31-1/+0
2020-08-30Rollup merge of #75990 - rylev:arm-fastfail, r=alexcrichtonDylan DPC-3/+14
2020-08-29Explicitly look for 'thumb-mode' before using __fastfail on 'arm'Ryan Levick-1/+1
2020-08-28Back to opcode for 32 bit ARM __fastfailRyan Levick-1/+1
2020-08-28Switch to asm! macro and use brk instruction on ARMRyan Levick-4/+4
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+11
2020-08-27Add __fastfail for Windows on arm/aarch64Ryan Levick-2/+13
2020-08-10Fix up docsRyan Levick-12/+5
2020-08-10Call into fastfail on abort in libpanic_abort on Windows x86(_64)Ryan Levick-0/+14
2020-07-27mv std libs to library/mark-0/+137