Skip to content

v3.8.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:18
1ecb61d

3.8.3 (2026-07-05)

Bug Fixes

  • add range checks to cast between int/uint and i64/u64 (#2026) (fab59e3)
  • add runtime panic for invalid bit shift amounts (#2025) (37afcb3)
  • emit E5039 for const expression overflow, suppress C error (#2028) (1c517f1)
  • overflow-check range loop step increment (#2027) (248316f)
  • reject incompatible bigint types in arithmetic and comparison (#2004) (ab27912)
  • reject string index assignment with E3004 instead of leaking C error (#2005) (594dd13)