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> |
||
---|---|---|
.. | ||
apicalls.luau | ||
assert.luau | ||
attrib.luau | ||
basic.luau | ||
bitwise.luau | ||
buffers.luau | ||
calls.luau | ||
clear.luau | ||
closure.luau | ||
constructs.luau | ||
coroutine.luau | ||
coverage.luau | ||
cyield.luau | ||
datetime.luau | ||
debug.luau | ||
debugger.luau | ||
errors.luau | ||
events.luau | ||
exceptions.luau | ||
gc.luau | ||
ifelseexpr.luau | ||
interrupt.luau | ||
iter.luau | ||
literals.luau | ||
locals.luau | ||
math.luau | ||
move.luau | ||
native.luau | ||
native_types.luau | ||
native_userdata.luau | ||
ndebug_upvalues.luau | ||
pcall.luau | ||
pm.luau | ||
safeenv.luau | ||
sort.luau | ||
strconv.luau | ||
stringinterp.luau | ||
strings.luau | ||
tables.luau | ||
tmerror.luau | ||
tpack.luau | ||
types.luau | ||
userdata.luau | ||
utf8.luau | ||
vararg.luau | ||
vector.luau | ||
vector_library.luau |