You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Luau team has been cooking for this week's release! 🍳
We have implemented an initial version of the [64-bit Integer
Type](https://rfcs.luau.org/type-long-integer.html)! Please keep in mind
that although the RFC has been accepted, we are currently in the process
of identifying and fixing bugs, which may require amending the original
RFC.
Additionally, we've been working on the following:
### Analysis
- Fix crash reported in luau-lang#2305.
- Reword type-function error messages.
- Fix various crashes found by fuzzer and in unit tests.
- Rework how we track generalizable free types.
### Runtime
- NCG: Propagate register tags across block chains.
- NCG: Fix a bug in how register information was set up when entering a
new block.
- NCG: Fix a bug where register tag information for non-live registers
was incorrectly propagated.
- NCG: Remove duplicate stores of doubles and integers.
- NCG: Unconditionally provide tags to read/write functions for buffers.
### Miscellaneous
- Various Makefile, lldb_formatter, and lldb-dap improvements.
---
Co-authored-by: Ariel Weiss <arielweiss@roblox.com>
Co-authored-by: David Cope <dcope@roblox.com>
Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com>
Co-authored-by: James McNellis <jmcnellis@roblox.com>
Co-authored-by: Sora Kanosue <skanosue@roblox.com>
Co-authored-by: Thomas Schollenberger <tschollenberger@roblox.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
---------
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
Co-authored-by: Ariel Weiss <arielweiss@roblox.com>
Co-authored-by: Andy Friesen <afriesen@roblox.com>
Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com>
Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com>
0 commit comments