about summary refs log tree commit diff
path: root/library/unwind
AgeCommit message (Expand)AuthorLines
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-24/+24
2022-11-13Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-SimulacrumManish Goregaokar-1/+1
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-09Upgrade cc to 1.0.76Tom Parker-Shemilt-1/+1
2022-11-05Remove linuxkernel targetsAlex Gaynor-1/+0
2022-11-02Remove std's transitive dependency on cfg-if 0.1Collin Baker-1/+1
2022-11-01Change the way libunwind is linked for `*-windows-gnullvm` targetsMateusz Mikuła-5/+4
2022-10-29Upgrade cc for working is_flag_supported on cross-compilesTom Parker-Shemilt-1/+1
2022-08-15unwind: don't build dependency when building for MiriRalf Jung-1/+7
2022-08-10add crt-static for androidBryanskiy-6/+21
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-1/+6
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-1/+0
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-04-04Rely on #[link] attribute for unwind on Fuchsia.Adam Perry-2/+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-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-11-30Android: -ldl must appear after -lgcc when linkingAmanieu d'Antras-0/+3
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-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