about summary refs log tree commit diff
path: root/src/libunwind/Cargo.toml
AgeCommit message (Expand)AuthorLines
2019-10-19reduce version number to the smallest required versionStefan Lankes-1/+1
2019-10-18use latest version of libc, remove obsolete codeStefan Lankes-1/+1
2019-08-15Use libunwind from llvm-project submodule for musl targetsMarco A L Barbosa-2/+2
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-0/+1
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-0/+9
2019-02-04libunwind => 2018Taiki Endo-0/+1
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-2/+2
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2016-12-30std: Don't build docs for misc facade cratesAlex Crichton-0/+1
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+1
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+13