about summary refs log tree commit diff
path: root/src/libunwind
AgeCommit message (Expand)AuthorLines
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+1
2016-10-22Add Fuchsia supportRaph Levien-0/+4
2016-09-30Rewrite emscripten unwinding to use libcxxBrian Anderson-1/+1
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+1
2016-09-26Rollup merge of #36727 - kallisti5:master, r=AatchJonathan Turner-0/+1
2016-09-25Report which required build-time environment variable is not setJake Goulding-1/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+1
2016-09-09Add s390x supportUlrich Weigand-0/+3
2016-08-27fix cross compilation of stdJorge Aparicio-0/+3
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