nac3/nac3core/src
David Mak 536ed2146c [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-12-09 12:51:39 +08:00
..
codegen [meta] Remove all mentions of build_int_cast 2024-12-09 12:51:39 +08:00
toplevel core/toplevel: update tests 2024-11-27 14:31:57 +08:00
typecheck [meta] Cleanup from upgrading Rust version 2024-11-19 13:43:57 +08:00
lib.rs [core_derive] Initial implementation 2024-11-20 15:35:55 +08:00
symbol_resolver.rs [core] Add generator to SymbolResolver::get_symbol_value 2024-10-04 13:20:29 +08:00