about summary refs log tree commit diff
path: root/library/panic_abort
AgeCommit message (Expand)AuthorLines
2021-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-4/+3
2021-11-10Use `target_family = "wasm"`Alex Crichton-2/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-1/+2
2021-09-28Add SOLID targetsTomoaki Kawada-0/+1
2021-08-05Use `C-unwind` ABI for `__rust_start_panic` in `panic_abort`hyd-dev-1/+2
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-4/+1
2021-04-09android: set abort messageThiƩbaud Weksteen-0/+57
2021-02-21Add license metadata for std dependenciesCharles E. Lehner-0/+3
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