about summary refs log tree commit diff
path: root/library/panic_unwind/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-08-20Migrate `panic_unwind` to use `cfg_select!`Josh Stone-1/+0
2025-07-31Use `core` via `rustc-std-workspace-core` in `library/panic*`Trevor Gross-3/+2
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-1/+1
2025-03-11Migrate panic_unwind to Rust 2024Eric Huss-1/+1
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-1/+1
2024-11-27update cfgsBoxy-4/+1
2024-09-03Port std library to RTEMSJan Sommer-0/+7
2024-06-16use rustc-dep-of-std in panic_unwindLzu Tao-1/+1
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+3
2022-11-02Remove std's transitive dependency on cfg-if 0.1Collin Baker-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-02-21Add license metadata for std dependenciesCharles E. Lehner-0/+3
2020-07-27mv std libs to library/mark-0/+18