about summary refs log tree commit diff
path: root/src/libunwind/build.rs
AgeCommit message (Expand)AuthorLines
2020-04-14Add illumos triplePatrick Mooney-0/+2
2020-03-05Link to libgcc dynamically on windows-gnu when using dylib cratesAmanieu d'Antras-2/+7
2019-12-22Format the worldMark Rousskov-3/+3
2019-10-30Fix libunwind build: Define __LITTLE_ENDIAN__ for LE targetsVojtech Kral-0/+6
2019-08-16Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichtonMazdak Farrokhzad-1/+5
2019-08-15add sparc64-unknown-openbsd targetSébastien Marie-1/+5
2019-08-15Use libunwind from llvm-project submodule for musl targetsMarco A L Barbosa-4/+12
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-5/+3
2019-08-06redox: convert to target_family unixJeremy Soller-1/+1
2019-07-25libunwind: Use libunwind when targeting UWPHugo Beauzée-Luyssen-1/+3
2019-07-07Re-add bootstrap attribute to libunwind for llvm-libunwind featurePetr Hosek-3/+5
2019-07-04Switch master to 1.38Mark Rousskov-5/+3
2019-07-02Use link attributes on extern "C" blocks with llvm-libuwindPetr Hosek-3/+5
2019-05-20Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwindPetr Hosek-5/+2
2019-05-13Remove bitrig support from rustMarcel Hellwig-2/+0
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