about summary refs log tree commit diff
path: root/library/unwind/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-1/+0
2025-07-31Use `core` via `rustc-std-workspace-core` in `library/panic*`Trevor Gross-2/+1
2025-06-11Upgrade the standard library `unwinding` versionTrevor Gross-1/+1
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-1/+1
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-1/+1
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-1/+1
2025-04-29unwind: bump `unwinding` dependency to 0.2.6Sean Cross-1/+1
2025-03-11Migrate unwind to Rust 2024Eric Huss-1/+1
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-1/+1
2024-12-26unwinding: bump version to fix asmSean Cross-1/+1
2024-11-27update cfgsBoxy-4/+1
2024-10-13unwind: update unwinding dependency to 0.2.3Sean Cross-1/+1
2024-09-03Port std library to RTEMSJan Sommer-0/+7
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+3
2023-11-16unwind: add support for using `unwinding` crateSean Cross-1/+4
2023-11-02Remove obsolete support for linking unwinder on AndroidPeter Collingbourne-3/+0
2022-11-13Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-SimulacrumManish Goregaokar-1/+1
2022-11-09Upgrade cc to 1.0.76Tom Parker-Shemilt-1/+1
2022-11-02Remove std's transitive dependency on cfg-if 0.1Collin Baker-1/+1
2022-10-29Upgrade cc for working is_flag_supported on cross-compilesTom Parker-Shemilt-1/+1
2021-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-13Upgrade `cc` crate to 1.0.69Yuki Okushi-1/+1
2021-05-27Auto merge of #84124 - 12101111:libunwind, r=petrochenkovbors-0/+7
2021-05-26cleanup and fix compiling of libunwind12101111-0/+7
2021-05-24Update ccChris Denton-1/+1
2021-05-12update cc crateMateusz MikuĊ‚a-1/+1
2021-02-21Add license metadata for std dependenciesCharles E. Lehner-0/+2
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-0/+1
2020-10-04Update libc to 0.2.79Josh Triplett-1/+1
2020-07-27mv std libs to library/mark-0/+25