Skip to content

2025.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 10:07
  • Allow attributes on enum values. #38
  • Fix a freeze after clicking button to add a toolchain. #37
    • improved latter by @zcg - thanks! #40
  • Allow newlines in between operators in expressions. #34
  • Introduce links in console when program panic's and shows backtrace. #12
  • Basic support for static methods. #24
    • Please file issues for missing features.
  • Update compile time pseudo variables:
    • Add @DIR, @LOCATION, @VCURRENTHASH, @VMODHASH, @BUILD_DATE, @BUILD_TIME, @BUILD_TIMESTAMP,
      @OS, @CCOMPILER, @BACKEND, @PLATFORM
  • Fix 'All stub element types should be created before index initialization is complete.' exception
  • Many small fixes and improvements