about summary refs log tree commit diff
path: root/library/panic_unwind/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-01-20panic_unwind: add `#![warn(unreachable_pub)]`Urgau-0/+1
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
2024-11-30Switch rtems target to panic unwindJan Sommer-1/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+0
2024-09-24Initial std library support for NuttXHuang Qi-1/+1
2024-09-03Port std library to RTEMSJan Sommer-1/+1
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-01Use the native unwind function in miri where possiblebjorn3-21/+13
2024-06-19Stabilise c_unwindGary Guo-1/+1
2024-04-11Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...niluxv-0/+2
2024-02-22Use Itanium ABI for thrown exceptionsNoa-7/+1
2024-02-22Unconditionally pass -wasm-enable-ehNoa-6/+1
2024-02-22std support for wasm32 panic=unwindNoa-1/+12
2023-11-16panic_unwind: support unwinding on xousSean Cross-0/+1
2023-09-20Rename BoxMeUp to PanicPayload.Mara Bos-2/+2
2023-08-23Bump cfg(bootstrap)Mark Rousskov-2/+1
2023-08-07stabilize abi_thiscallBenedikt Radtke-1/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-03-26Remove unnecessary raw pointer in __rust_start_panic argbjorn3-2/+2
2022-12-30Replace libstd, libcore, liballoc in docs.jonathanCogan-2/+2
2022-11-04Fix build of thumbv7a-pc-windows-msvcArlo Siemsen-1/+2
2022-08-23Remove custom frame info registration on i686-pc-windows-gnuAmanieu d'Antras-3/+0
2022-08-23Move personality functions to stdAmanieu d'Antras-2/+0
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-14Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom`Gary Guo-1/+1
2022-01-21adapt L4Bender implementationBenjamin Lamowski-0/+4
2021-11-10Review commentsAlex Crichton-2/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-0/+1
2021-09-28Add SOLID targetsTomoaki Kawada-0/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-1/+2
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-3/+2
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-1/+0
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-4/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2020-12-25fix another comment, and make __rust_start_panic code a bit more semantically...Ralf Jung-2/+2
2020-12-21slightly more typed interface to panic implementationRalf Jung-2/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-1/+0
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-0/+1
2020-09-18Remove unused libc feature gateest31-1/+0
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-0/+3
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+3
2020-08-24[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...Dylan McKay-1/+1
2020-08-08Add back unwinding support for Sony PSPMarko Mijalkovic-1/+1
2020-07-27mv std libs to library/mark-0/+110