about summary refs log tree commit diff
path: root/library/unwind/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-11-16unwind: add support for using `unwinding` crateSean Cross-0/+3
2023-11-02Remove obsolete support for linking unwinder on AndroidPeter Collingbourne-5/+1
2023-10-10Use pointers instead of `usize` addresses for landing padsniluxv-0/+1
2023-10-09Support AIX in Rust standard libraryQiu Chaofan-0/+4
2023-09-21added support for GNU/HurdSamuel Thibault-0/+4
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+16
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+4
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-4/+0
2022-11-05Remove linuxkernel targetsAlex Gaynor-1/+0
2022-11-01Change the way libunwind is linked for `*-windows-gnullvm` targetsMateusz Mikuła-4/+0
2022-08-10add crt-static for androidBryanskiy-0/+20
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-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
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-5/+7
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-1/+1
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
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-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-08-08Add back unwinding support for Sony PSPMarko Mijalkovic-1/+1
2020-07-27mv std libs to library/mark-0/+52