about summary refs log tree commit diff
path: root/library/panic_unwind/src
AgeCommit message (Expand)AuthorLines
2021-09-28Add SOLID targetsTomoaki Kawada-0/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-1/+2
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-10/+7
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-1/+0
2021-06-23Use HTTPS links where possibleSmitty-10/+10
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-4/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2020-12-25fix another comment, and make __rust_start_panic code a bit more semantically...Ralf Jung-2/+2
2020-12-21slightly more typed interface to panic implementationRalf Jung-2/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-11-05Fix even more URLsGuillaume Gomez-7/+7
2020-09-28library/{panic_,}unwind: Add definitions for sparc-unknow-linux-gnuJohn Paul Adrian Glaubitz-1/+1
2020-09-25Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obkJonas Schievink-1/+1
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-1/+0
2020-09-20Correct file path after some restructures in compilerLzu Tao-1/+1
2020-09-19Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514Ralf Jung-1/+1
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-2/+3
2020-09-18Remove unused libc feature gateest31-1/+0
2020-09-16library/panic_unwind: Consolidate RV32 and RV64Alistair Francis-4/+1
2020-09-16library/panic_unwind: Add UNWIND_DATA_REG for RISC-V 32-bitAlistair Francis-0/+3
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-44/+59
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-44/+59
2020-08-24[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...Dylan McKay-1/+1
2020-08-08Add back unwinding support for Sony PSPMarko Mijalkovic-1/+1
2020-07-27mv std libs to library/mark-0/+1260