summary refs log tree commit diff
path: root/src/libpanic_unwind/gcc.rs
AgeCommit message (Expand)AuthorLines
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-1/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-06-08std: Avoid panics in rust_eh_personalityAlex Crichton-3/+11
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-4/+0
2016-12-29libpanic_unwind: UNWIND_DATA_REG for sparc64Jonathan A. Kollasch-0/+3
2016-11-07Remove mention of mipsel target_archWang Xuerui-1/+1
2016-10-18run rustfmt on libpanic_unwindSrinivas Reddy Thatiparthy-8/+13
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-09-09Add s390x supportUlrich Weigand-0/+3
2016-08-27fix cross compilation of stdJorge Aparicio-1/+1
2016-08-19Remove old stage0 compatibilityBrian Anderson-24/+0
2016-07-24Implement ARM personality routine in Rust.Vadim Chugunov-112/+159
2016-07-22Implement rust_eh_personality in Rust, remove rust_eh_personality_catch.Vadim Chugunov-93/+72
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-1/+2
2016-06-05run rustfmt on libpanic_unwind folderSrinivas Reddy Thatiparthy-96/+70
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+335