rust/library/std
Noratrieb f20a6c70fb make _Unwind_Action a type alias, not enum
It's bitflags in practice, so an enum is unsound, as an enum must only
have the described values. The x86_64 psABI declares it as a `typedef
int _Unwind_Action`, which seems reasonable. I made a newtype first but
that was more annoying than just a typedef. We don't really use this
value for much other than a short check.
2025-03-16 21:32:41 +01:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src make _Unwind_Action a type alias, not enum 2025-03-16 21:32:41 +01:00
tests std: Apply deprecated_safe_2024 2025-02-13 13:10:28 -08:00
build.rs Disable f16 on Aarch64 without neon 2025-03-01 23:10:21 +00:00
Cargo.toml Update compiler-builtins to 0.1.148 2025-02-24 07:46:55 +00:00