about summary refs log tree commit diff
path: root/library/unwind/src
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-41/+58
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-20/+14
2025-03-16make `_Unwind_Action` a type alias, not enumNoratrieb-20/+14
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-03-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+3
2025-02-18update `cfg(bootstrap)`Josh Stone-1/+1
2025-02-14unwind: Apply unsafe_op_in_unsafe_fnEric Huss-9/+12
2025-02-09Mark extern blocks as unsafeMichael Goulet-31/+31
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-1/+2
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-1/+2
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-1/+0
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-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
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/+1
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-2/+6
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-5/+116
2023-11-02Remove obsolete support for linking unwinder on AndroidPeter Collingbourne-5/+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