about summary refs log tree commit diff
path: root/library/unwind
AgeCommit message (Expand)AuthorLines
2025-07-31Use `core` via `rustc-std-workspace-core` in `library/panic*`Trevor Gross-2/+1
2025-06-11Upgrade the standard library `unwinding` versionTrevor Gross-1/+1
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-1/+1
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-2/+2
2025-04-29unwind: bump `unwinding` dependency to 0.2.6Sean Cross-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-13Rollup merge of #138162 - ehuss:library-2024, r=cuviperMatthias Krüger-1/+1
2025-03-12Fix panic handler for cygwinBerrysoft-3/+6
2025-03-11Migrate unwind to Rust 2024Eric Huss-1/+1
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-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