summary refs log tree commit diff
path: root/library/unwind/src/libunwind.rs
AgeCommit message (Expand)AuthorLines
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-1/+1
2022-11-22Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomccDylan DPC-1/+4
2022-11-15Reduce exceptions overallocation on non Windows x86_64Mateusz Mikuła-1/+4
2022-11-15Fix building of `aarch64-pc-windows-gnullvm`Mateusz Mikuła-1/+1
2022-11-12Bump unwinder private data size for AArch64 WindowsMateusz Mikuła-1/+4
2022-11-01Change the way libunwind is linked for `*-windows-gnullvm` targetsMateusz Mikuła-1/+4
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-3/+3
2022-05-14Use re-export instead of inline wrapper in libunwindGary Guo-4/+1
2022-03-07Rollup merge of #93350 - gburgessiv:master, r=Mark-SimulacrumMatthias Krüger-0/+4
2022-02-12library/unwind: Define unwinder_private_data_size for m68kJohn Paul Adrian Glaubitz-0/+3
2022-01-26libunwind: readd link attrs to _Unwind_BacktraceGeorge Burgess IV-0/+4
2021-08-28build llvm libunwind.a in rustbuild12101111-13/+22
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-6/+7
2021-01-27Support AArch64 ILP32 in libunwind bindingsAmanieu d'Antras-1/+4
2020-10-09Remove useless `all` in cfgMateusz Mikuła-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-07-27mv std libs to library/mark-0/+279