summary refs log tree commit diff
path: root/src/libunwind
AgeCommit message (Expand)AuthorLines
2016-08-10[emscripten] Disable code paths that don't work on emscriptenJan-Erik Rediger-1/+0
2016-07-30arm-musl: statically link to libunwindJorge Aparicio-1/+1
2016-07-24Implement ARM personality routine in Rust.Vadim Chugunov-139/+153
2016-07-22Implement rust_eh_personality in Rust, remove rust_eh_personality_catch.Vadim Chugunov-0/+8
2016-05-29run rustfmt on libunwindSrinivas Reddy Thatiparthy-28/+20
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+329