about summary refs log tree commit diff
path: root/library/panic_unwind/src/gcc.rs
AgeCommit message (Expand)AuthorLines
2022-10-23Apply suggestionGary Guo-1/+1
2022-10-23Prevent foreign Rust exceptions from being caughtGary Guo-3/+27
2022-08-23Remove custom frame info registration on i686-pc-windows-gnuAmanieu d'Antras-34/+0
2022-08-23Move personality functions to stdAmanieu d'Antras-228/+0
2022-07-30Fix unwinding when debug assertions are enabledMads Marquart-1/+3
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-1/+1
2022-02-12library/panic_unwind: Define UNWIND_DATA_REG for m68kJohn Paul Adrian Glaubitz-0/+3
2021-06-23Use HTTPS links where possibleSmitty-4/+4
2020-11-05Fix even more URLsGuillaume Gomez-3/+3
2020-09-28library/{panic_,}unwind: Add definitions for sparc-unknow-linux-gnuJohn Paul Adrian Glaubitz-1/+1
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-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-13/+13
2020-07-27mv std libs to library/mark-0/+346