summary refs log tree commit diff
path: root/src/libpanic_unwind/gcc.rs
AgeCommit message (Expand)AuthorLines
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