about summary refs log tree commit diff
path: root/library/panic_unwind
AgeCommit message (Expand)AuthorLines
2024-03-19SeqCst->Relaxed in panic_unwind/emcc.Mara Bos-1/+1
2024-03-11Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviperJubilee-2/+2
2024-02-26miri: rename miri_start_panic → miri_start_unwindRalf Jung-3/+3
2024-02-23Get rid of some `#[allow(static_mut_refs)]`Pavel Grigorenko-22/+17
2024-02-22Use Itanium ABI for thrown exceptionsNoa-40/+2
2024-02-22Unconditionally pass -wasm-enable-ehNoa-6/+1
2024-02-22std support for wasm32 panic=unwindNoa-1/+44
2024-02-18Improve wording of static_mut_refObei Sideg-4/+6
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-2/+2
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+4
2023-11-16panic_unwind: support unwinding on xousSean Cross-0/+1
2023-10-10Use pointers instead of `usize` addresses for landing padsniluxv-1/+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-04-29Partial stabilisation of `c_unwind`Gary Guo-4/+4
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-19Rollup merge of #103989 - arlosi:arm32-panic, r=AmanieuMatthias Krüger-1/+2
2022-11-04Fix build of thumbv7a-pc-windows-msvcArlo Siemsen-1/+2
2022-11-02Remove std's transitive dependency on cfg-if 0.1Collin Baker-1/+1
2022-10-23Fix alloc sizeGary Guo-2/+1
2022-10-23Apply suggestionGary Guo-1/+1
2022-10-23Implement Rust foreign exception protection for EMCC and SEHGary Guo-15/+42
2022-10-23Prevent foreign Rust exceptions from being caughtGary Guo-3/+27
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-577/+0
2022-08-23Use renamed atomic intrinsics in panic_unwindTomasz Miąsko-6/+9
2022-08-23Remove custom frame info registration on i686-pc-windows-gnuAmanieu d'Antras-37/+0
2022-08-23Move personality functions to stdAmanieu d'Antras-540/+0
2022-08-23Fix comment on the SEH personality functionAmanieu d'Antras-2/+2
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-1/+1
2022-07-30Fix unwinding when debug assertions are enabledMads Marquart-1/+3
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-1/+1
2022-06-09Add underscores to rust_eh_personality arguments to mark them as unusedHood Chatham-5/+5
2022-06-08Remove __gxx_personality_v0 declarationHood Chatham-7/+0
2022-06-08Fix formatterHood Chatham-1/+0
2022-06-08Don't use __gxx_personality_v0 in panic_unwind on emscripten targetHood Chatham-1/+6
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-02-12library/panic_unwind: Define UNWIND_DATA_REG for m68kJohn Paul Adrian Glaubitz-0/+3
2022-01-21adapt L4Bender implementationBenjamin Lamowski-0/+4
2021-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-11-10Review commentsAlex Crichton-2/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-2/+3
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-10/+7
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0