about summary refs log tree commit diff
path: root/library/unwind
AgeCommit message (Expand)AuthorLines
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-2/+2
2021-09-28Add SOLID targetsTomoaki Kawada-0/+1
2021-08-28build llvm libunwind.a in rustbuild12101111-154/+39
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-7/+8
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-13Upgrade `cc` crate to 1.0.69Yuki Okushi-1/+1
2021-06-01Support Android ndk versions `r23-beta3` and upTilmann Meyer-0/+14
2021-05-27Auto merge of #84124 - 12101111:libunwind, r=petrochenkovbors-76/+98
2021-05-26cleanup and fix compiling of libunwind12101111-76/+98
2021-05-24Update ccChris Denton-1/+1
2021-05-12update cc crateMateusz Mikuła-1/+1
2021-03-22Rollup merge of #82374 - clehner:licenses, r=joshtriplettDylan DPC-0/+2
2021-03-01Change built-in kernel targets to be os = none throughoutJohn Ericson-1/+1
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-2/+0
2021-02-21Add license metadata for std dependenciesCharles E. Lehner-0/+2
2021-01-27Support AArch64 ILP32 in libunwind bindingsAmanieu d'Antras-1/+4
2021-01-09Don't build in-tree llvm-libunwind if system-llvm-libunwind is enable12101111-0/+4
2020-11-22Drop support for cloudabi targetsLzu Tao-3/+0
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-1/+16
2020-10-09Remove useless `all` in cfgMateusz Mikuła-1/+1
2020-10-04Add comment explaining why libunwind doesn't need to link libgcc_ehJosh Triplett-0/+3
2020-10-04unwind: Move linux-gnu library linking to lib.rs and libcJosh Triplett-3/+5
2020-10-04Update libc to 0.2.79Josh Triplett-1/+1
2020-09-28library/{panic_,}unwind: Add definitions for sparc-unknow-linux-gnuJohn Paul Adrian Glaubitz-1/+1
2020-09-17library/unwind: Add missing )Alistair Francis-1/+1
2020-09-16library/unwind: Consolidate RV32 and RV64Alistair Francis-4/+1
2020-09-16library/unwind: Add support for RISC-V 32-bitAlistair Francis-0/+3
2020-08-08Add back unwinding support for Sony PSPMarko Mijalkovic-1/+1
2020-07-27mv std libs to library/mark-0/+515