nac3/nac3core
David Mak 814dda55d7 [meta] Remove all mentions of build_int_cast
build_int_cast performs signed extension or truncation depending on the
source and target int lengths. This is usually not what we want - We
want zero-extension instead.

Replace all instances of build_int_cast with
build_int_z_extend_or_bit_cast to fix this issue.
2024-11-29 17:19:43 +08:00
..
irrt [core] irrt: Update some IRRT implementation 2024-11-21 14:26:58 +08:00
nac3core_derive [core_derive] Ignore doctest in example 2024-11-22 00:00:05 +08:00
src [meta] Remove all mentions of build_int_cast 2024-11-29 17:19:43 +08:00
Cargo.toml [core_derive] Initial implementation 2024-11-20 15:35:55 +08:00
build.rs [meta] Cleanup from upgrading Rust version 2024-11-19 13:43:57 +08:00