luau/Common/include/Luau
Andy Friesen 63679f7288
Sync to upstream/release/579 (#943)
A pretty small changelist this week:

* When type inference fails to find any matching overload for a
function, we were declining to commit any changes to the type graph at
all. This was resulting in confusing type errors in certain cases. Now,
when a matching overload cannot be found, we always commit to the first
overload we tried.

JIT

* Fix missing variadic register invalidation in FALLBACK_GETVARARGS
* Add a missing null pointer check for the result of luaT_gettm

---------

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
2023-06-02 12:52:15 -07:00
..
Bytecode.h Sync to upstream/release/578 (#939) 2023-05-25 14:36:34 -07:00
Common.h Sync to upstream/release/560 (#810) 2023-01-20 12:27:03 -08:00
DenseHash.h Sync to upstream/release/561 (#820) 2023-01-27 14:28:31 -08:00
ExperimentalFlags.h Sync to upstream/release/579 (#943) 2023-06-02 12:52:15 -07:00