Skip to content

0.594

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 00:25
c7c986b

Analysis Changes

  • Fixed generic variadic function unification succeeding when it should have reported an error

Other Changes

  • Fixed Frontend::markDirty not working on modules that were not typechecked yet
  • Fix build & test conformance issues on mingw32/gcc and mingw64/clang by @jdpatdiscord in #1023
  • Update syntax.md by @zeux in #1035

New Type Solver

  • Implemented semantic subtyping check for function types

Native Code Generation

  • Improved performance of numerical loops with a constant step
  • Simplified IR for bit32.extract calls extracting first/last bits
  • Improved performance of NaN checks