about summary refs log tree commit diff
path: root/src/libpanic_unwind
AgeCommit message (Expand)AuthorLines
2019-11-12Remove no longer needed mutabilityMark Rousskov-1/+1
2019-11-12Snap cfgsMark Rousskov-22/+2
2019-11-11Remove trampoline, pass `ret` and `unwind` when handling intrinsicsAaron Hill-8/+0
2019-11-11Fix tidyAaron Hill-2/+0
2019-11-11Move to miri.rs and re-export itAaron Hill-4/+9
2019-11-11Add commentAaron Hill-0/+2
2019-11-11Add miri trampoline, fix handling of intrinsic returnAaron Hill-0/+3
2019-11-11Use proper intrinsic typeAaron Hill-2/+1
2019-11-11More work on miri_start_panicAaron Hill-1/+9
2019-11-11Fix up intrinsic implementationAaron Hill-2/+6
2019-11-11Add explicit Miri support to libpanic_unwindAaron Hill-1/+16
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-0/+1
2019-11-03Make Emscripten unwinding use a valid type_infoAmanieu d'Antras-12/+45
2019-11-03Make SEH exceptions use a rust_panic type instead of unsigned __int64*Amanieu d'Antras-136/+46
2019-11-03Allow foreign exceptions to unwind through Rust codeAmanieu d'Antras-254/+173
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-7/+7
2019-10-22Apply clippy::needless_return suggestionsMateusz Mikuła-7/+7
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+24
2019-08-02libpanic_unwind: Unconfigure tests during normal buildVadim Petrochenkov-18/+22
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-0/+3
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-4/+4
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-39/+2
2019-04-12Stabilize the `alloc` crate.Simon Sapin-2/+0
2019-02-13libpanic_unwind => 2018: remove unused extern crate.Mazdak Farrokhzad-3/+0
2019-02-13libpanic_unwind => 2018Mazdak Farrokhzad-12/+13
2019-02-10rustc: doc commentsAlexander Regueiro-12/+12
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2018-12-25Remove licensesMark Rousskov-100/+0
2018-12-19Adding unwinding support for x86_64_fortanix_unknown_sgx target.Vardhan Thigle-1/+1
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-5/+5
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-1/+1
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-13Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichtonbors-1/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-07Fix tidy errorsJordan Rhee-2/+0
2018-09-04Add target thumbv7a-pc-windows-msvcJordan Rhee-1/+3
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-3/+3
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-1/+1
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2018-08-15Start adding an `aarch64-pc-windows-msvc` targetAlex Crichton-29/+71
2018-08-09[nll] libpanic_unwind: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-05Fix failure on msvcvarkor-1/+0
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-11Deny bare trait objects in in src/libpanic_unwindljedrz-17/+18
2018-05-18NetBSD on EABI ARM does not use ARM EHABIJonathan A. Kollasch-2/+2