about summary refs log tree commit diff
path: root/library/unwind/src
AgeCommit message (Expand)AuthorLines
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-18support for mips32r6 as a target_arch valuechenx97-1/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+1
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-1/+1
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+3
2023-04-04library/unwind: Add definitions for loongarch64zhaixiaojuan-0/+3
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+16
2023-03-03Match unmatched backticks in library/est31-1/+1
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+4
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-14Move most of unwind's build script to lib.rsbjorn3-0/+24
2022-11-13Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomccbors-6/+8
2022-11-12Bump unwinder private data size for AArch64 WindowsMateusz Mikuła-1/+4
2022-11-05Remove linuxkernel targetsAlex Gaynor-1/+0
2022-11-01Change the way libunwind is linked for `*-windows-gnullvm` targetsMateusz Mikuła-5/+4
2022-08-10add crt-static for androidBryanskiy-0/+20
2022-07-20Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomccDylan DPC-3/+3
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-3/+3
2022-07-01update cfg(bootstrap)sPietro Albini-1/+0
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-1/+1
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-19Auto merge of #97033 - nbdd0121:unwind3, r=Amanieubors-4/+1
2022-05-14Use re-export instead of inline wrapper in libunwindGary Guo-4/+1
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-0/+5
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-1/+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-10-23Repace use of `static_nobundle` with `native_link_modifiers`Mateusz Mikuła-1/+0
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-18/+29
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-05-26cleanup and fix compiling of libunwind12101111-4/+17
2021-03-01Change built-in kernel targets to be os = none throughoutJohn Ericson-1/+1
2021-01-27Support AArch64 ILP32 in libunwind bindingsAmanieu d'Antras-1/+4
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-1/+15
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-0/+4
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