summary refs log tree commit diff
path: root/src/libpanic_unwind
AgeCommit message (Expand)AuthorLines
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-5/+7
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-12/+6
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-12/+6
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-6/+12
2018-01-04Make libpanic_unwind build on CloudABI.Ed Schouten-0/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-3/+34
2017-08-27Add missing dependency for WindowsTatsuyuki Ishi-1/+4
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-06-08std: Avoid panics in rust_eh_personalityAlex Crichton-30/+48
2017-05-06Fix definitions of ULONG_PTRJoshua Sheard-2/+2
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-4/+0
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-0/+1
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-0/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29libpanic_unwind: UNWIND_DATA_REG for sparc64Jonathan A. Kollasch-0/+3
2016-12-12Merge branch 'master' into redoxJeremy Soller-0/+1
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+1
2016-11-10Merge branch 'master' into redoxJeremy Soller-1/+1
2016-11-10Fixes for stdio and processes on RedoxJeremy Soller-0/+1
2016-11-07Remove mention of mipsel target_archWang Xuerui-1/+1
2016-10-18run rustfmt on libpanic_unwindSrinivas Reddy Thatiparthy-21/+20
2016-10-08Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichtonManish Goregaokar-1/+1
2016-10-07Fix a typo in a comment describing gcc.rs's eh_frame_registry moduleNick Fitzgerald-1/+1
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-36/+0
2016-09-30Document emscripten's unwind impl and remove unused functionBrian Anderson-6/+8
2016-09-30Rewrite emscripten unwinding to use libcxxBrian Anderson-11/+92
2016-09-30Preliminary wasm32 supportBrian Anderson-0/+4
2016-09-30Patch panic_unwind to compile, but this is surely brokenJan-Erik Rediger-0/+6
2016-09-09Add s390x supportUlrich Weigand-0/+3
2016-09-09Issue deprecation warnings for safe accesses to extern staticsVadim Petrochenkov-2/+2
2016-08-27fix cross compilation of stdJorge Aparicio-1/+1
2016-08-19Remove old stage0 compatibilityBrian Anderson-39/+0
2016-07-29Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichtonbors-112/+160
2016-07-26Fix typosVadim Chugunov-1/+1
2016-07-25Looser LSDA parsingVadim Chugunov-4/+3
2016-07-24Implement ARM personality routine in Rust.Vadim Chugunov-112/+160
2016-07-22Implement rust_eh_personality in Rust, remove rust_eh_personality_catch.Vadim Chugunov-134/+158
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-2/+4
2016-06-05run rustfmt on libpanic_unwind folderSrinivas Reddy Thatiparthy-190/+155
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-11/+3
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+1
2016-05-09rustc: Use C++ personalities on MSVCAlex Crichton-76/+257
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+1133