about summary refs log tree commit diff
path: root/src/libunwind/build.rs
AgeCommit message (Expand)AuthorLines
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-1/+66
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-22Do not assume dynamic linking for musl/mips[el] targetsMarco A L Barbosa-1/+1
2017-12-26Link against -lunwind on CloudABI.Ed Schouten-0/+2
2017-11-26make OpenBSD to use libc++ instead of (e)stdc++Sébastien Marie-1/+1
2017-08-22Update libunwind dependencies for muslSamuel Holland-1/+1
2017-08-03Make backtraces work on Redox, copying Unix implementationIan Douglas Scott-0/+2
2017-04-22Haiku: fix initial platform supportJessica Hamilton-0/+2
2017-03-30libgcc_eh may depend on libpthread.Vadim Chugunov-1/+2
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-0/+1
2017-02-11Add Solaris as recognized ostypeShawn Walker-Salas-0/+2
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-2/+0
2016-10-22Add Fuchsia supportRaph Levien-0/+2
2016-09-25Report which required build-time environment variable is not setJake Goulding-1/+1
2016-07-30arm-musl: statically link to libunwindJorge Aparicio-1/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+39