mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +00:00
Widening and truncating integer casting to different signedness works better now. For example `(unsigned long)-1` is now translated to zig code that compiles correctly.