about summary refs log tree commit diff
path: root/library/unwind
AgeCommit message (Expand)AuthorLines
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-2/+3
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-2/+3
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-1/+0
2024-12-26unwinding: bump version to fix asmSean Cross-1/+1
2024-12-12Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkovMatthias Krüger-6/+8
2024-11-30Switch rtems target to panic unwindJan Sommer-1/+0
2024-11-27update cfgsBoxy-4/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-10-18Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomccMatthias Krüger-1/+1
2024-10-13unwind: update unwinding dependency to 0.2.3Sean Cross-1/+1
2024-10-08Use throw intrinsic from stdarch in wasm libunwindNoa-16/+11
2024-10-03control libunwind linkage mode via `crt-static` on gnullvm targetsMateusz Mikuła-6/+8
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-09-24Initial std library support for NuttXHuang Qi-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-5/+8
2024-09-03Port std library to RTEMSJan Sommer-0/+8
2024-08-30Squashed `aarch64_unknown_nto_qnx700` supportYuri Astrakhan-2/+9
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-06-19Stabilise c_unwindGary Guo-1/+1
2024-05-05Fix unwinding on 32-bit watchOS ARMMads Marquart-12/+12
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-3/+9
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-1/+1
2024-03-20Fix compile of wasm64-unknown-unknown targetAlex Crichton-1/+5
2024-03-20step cfgsMark Rousskov-1/+0
2024-03-18Support for visionOSAdam Gastineau-1/+1
2024-03-11Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviperJubilee-3/+74
2024-02-26Don't codegen wasm.throw unless with -Zbuild-stdNoa-1/+10
2024-02-25Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=NilstriebMatthias Krüger-1/+1
2024-02-24Stabilize `cfg_target_abi`Chris Denton-1/+1
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2024-02-22Use Itanium ABI for thrown exceptionsNoa-3/+65
2024-01-11Enable Static Builds for FreeBSDNathan Reller-1/+7
2023-11-16unwind: add support for using `unwinding` crateSean Cross-6/+120
2023-11-02Remove obsolete support for linking unwinder on AndroidPeter Collingbourne-33/+1
2023-10-10Use pointers instead of `usize` addresses for landing padsniluxv-7/+8
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-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+3
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