about summary refs log tree commit diff
path: root/library/unwind/src/unwinding.rs
AgeCommit message (Expand)AuthorLines
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-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+1
2024-02-22Use Itanium ABI for thrown exceptionsNoa-1/+1
2023-11-16unwind: add support for using `unwinding` crateSean Cross-0/+105