about summary refs log tree commit diff
path: root/library/unwind/src/libunwind.rs
AgeCommit message (Expand)AuthorLines
2025-08-16Indent some code inside `cfg_select!`Josh Triplett-174/+178
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-14/+17
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-1/+1
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-3/+6
2025-03-16Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubileeJacob Pratt-10/+7
2025-03-16make `_Unwind_Action` a type alias, not enumNoratrieb-10/+7
2025-03-12Fix panic handler for cygwinBerrysoft-3/+6
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-1/+4
2025-02-14unwind: Apply unsafe_op_in_unsafe_fnEric Huss-9/+11
2025-02-09Mark extern blocks as unsafeMichael Goulet-8/+8
2024-10-03control libunwind linkage mode via `crt-static` on gnullvm targetsMateusz Mikuła-6/+3
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-5/+8
2024-05-05Fix unwinding on 32-bit watchOS ARMMads Marquart-12/+12
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+1
2024-03-18Support for visionOSAdam Gastineau-1/+1
2024-03-11Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviperJubilee-1/+1
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2024-02-22Use Itanium ABI for thrown exceptionsNoa-1/+1
2023-11-16unwind: add support for using `unwinding` crateSean Cross-5/+8
2023-10-10Use pointers instead of `usize` addresses for landing padsniluxv-7/+7
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+3
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-04library/unwind: Add definitions for loongarch64zhaixiaojuan-0/+3
2023-03-03Match unmatched backticks in library/est31-1/+1
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