mirror of
https://github.com/luau-lang/luau.git
synced 2025-08-26 11:27:08 +01:00
# What's Changed? This week comes with many improvements to the new type solver and an important fix to the garbage collection to make it more robust in memory constrained scenarios. # Runtime - Garbage collection will no longer run out of memory itself, which could have happened when resizing arrays to a smaller size # New Type Solver - Type refinements on external types should now work and should no longer normalize the type into `never` - Improved error reporting when `string.format` is used with a dynamic format string - Updated type signature of `getmetatable` library function to use the corresponding type function and produce better type inference - Restored a type mismatch error when converting function types with different number of generic parameters, like `() -> ()` into `<T>() -> ()` - Types resulting from compound assignments have been simplified, reducing cyclic type introduction and inference failures - Fixed function generic types leaking into tables during bidirectional type inference (Fixes #1808 and #1821 ) - Stability and performance improvements (Fixes #1860 ) # Internal Contributors Co-authored-by: Andy Friesen <afriesen@roblox.com> Co-authored-by: Ariel Weiss <aaronweiss@roblox.com> Co-authored-by: Hunter Goldstein <hgoldstein@roblox.com> Co-authored-by: Sora Kanosue <skanosue@roblox.com> Co-authored-by: Varun Saini <vsaini@roblox.com> Co-authored-by: Vighnesh Vijay <vvijay@roblox.com> Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com> |
||
---|---|---|
.. | ||
lapi.cpp | ||
lapi.h | ||
laux.cpp | ||
lbaselib.cpp | ||
lbitlib.cpp | ||
lbuffer.cpp | ||
lbuffer.h | ||
lbuflib.cpp | ||
lbuiltins.cpp | ||
lbuiltins.h | ||
lbytecode.h | ||
lcommon.h | ||
lcorolib.cpp | ||
ldblib.cpp | ||
ldebug.cpp | ||
ldebug.h | ||
ldo.cpp | ||
ldo.h | ||
lfunc.cpp | ||
lfunc.h | ||
lgc.cpp | ||
lgc.h | ||
lgcdebug.cpp | ||
linit.cpp | ||
lmathlib.cpp | ||
lmem.cpp | ||
lmem.h | ||
lnumprint.cpp | ||
lnumutils.h | ||
lobject.cpp | ||
lobject.h | ||
loslib.cpp | ||
lperf.cpp | ||
lstate.cpp | ||
lstate.h | ||
lstring.cpp | ||
lstring.h | ||
lstrlib.cpp | ||
ltable.cpp | ||
ltable.h | ||
ltablib.cpp | ||
ltm.cpp | ||
ltm.h | ||
ludata.cpp | ||
ludata.h | ||
lutf8lib.cpp | ||
lveclib.cpp | ||
lvm.h | ||
lvmexecute.cpp | ||
lvmload.cpp | ||
lvmutils.cpp |