summary refs log tree commit diff
path: root/library/unwind/src
AgeCommit message (Expand)AuthorLines
2024-12-12Rollup merge of #122003 - mati865:gnullvm-build-libunwind, r=petrochenkovMatthias Krüger-6/+8
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
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
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+4
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-14Move most of unwind's build script to lib.rsbjorn3-0/+24
2022-11-13Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomccbors-6/+8
2022-11-12Bump unwinder private data size for AArch64 WindowsMateusz Mikuła-1/+4