luau/VM/src
vegorov-rbx d141a5c48d
Sync to upstream/release/572 (#899)
* Fixed exported types not being suggested in autocomplete
* `T...` is now convertible to `...any` (Fixes
https://github.com/Roblox/luau/issues/767)
* Fixed issue with `T?` not being convertible to `T | T` or `T?`
(sometimes when internal pointer identity is different)
* Fixed potential crash in missing table key error suggestion to use a
similar existing key
* `lua_topointer` now returns a pointer for strings

C++ API Changes:
* `prepareModuleScope` callback has moved from TypeChecker to Frontend
* For LSPs, AstQuery functions (and `isWithinComment`) can be used
without full Frontend data

A lot of changes in our two experimental components as well.

In our work on the new type-solver, the following issues were fixed:
* Fixed table union and intersection indexing
* Correct custom type environments are now used
* Fixed issue with values of `free & number` type not accepted in
numeric operations

And these are the changes in native code generation (JIT):
* arm64 lowering is almost complete with support for 99% of IR commands
and all fastcalls
* Fixed x64 assembly encoding for extended byte registers
* More external x64 calls are aware of register allocator
* `math.min`/`math.max` with more than 2 arguments are now lowered to IR
as well
* Fixed correctness issues with `math` library calls with multiple
results in variadic context and with x64 register conflicts
* x64 register allocator learnt to restore values from VM memory instead
of always using stack spills
* x64 exception unwind information now supports multiple functions and
fixes function start offset in Dwarf2 info
2023-04-14 11:06:22 -07:00
..
lapi.cpp Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
lapi.h Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
laux.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
lbaselib.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lbitlib.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lbuiltins.cpp Sync to upstream/release/570 (#885) 2023-03-31 11:42:49 -07:00
lbuiltins.h Sync to upstream/release/551 (#727) 2022-10-28 03:37:29 -07:00
lbytecode.h Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
lcommon.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lcorolib.cpp Sync to upstream/release/544 (#669) 2022-09-08 15:14:25 -07:00
ldblib.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
ldebug.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
ldebug.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
ldo.cpp Sync to upstream/release/571 (#895) 2023-04-07 14:01:29 -07:00
ldo.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lfunc.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
lfunc.h Sync to upstream/release/545 (#674) 2022-09-15 15:38:17 -07:00
lgc.cpp Sync to upstream/release/548 (#699) 2022-10-06 17:23:29 -07:00
lgc.h Sync to upstream/release/545 (#674) 2022-09-15 15:38:17 -07:00
lgcdebug.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
linit.cpp Sync to upstream/release/516 (#397) 2022-02-24 15:53:37 -08:00
lmathlib.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
lmem.cpp Sync to upstream/release/519 (#422) 2022-03-17 17:46:04 -07:00
lmem.h Sync to upstream/release/521 (#443) 2022-03-31 14:01:51 -07:00
lnumprint.cpp Sync to upstream/release/517 (#408) 2022-03-04 08:36:33 -08:00
lnumutils.h Sync to upstream/release/552 (#735) 2022-11-04 10:33:22 -07:00
lobject.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
lobject.h Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
loslib.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
lperf.cpp Sync to upstream/release/562 (#828) 2023-02-03 11:26:13 -08:00
lstate.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
lstate.h Sync to upstream/release/569 (#878) 2023-03-24 11:03:04 -07:00
lstring.cpp Sync to upstream/release/545 (#674) 2022-09-15 15:38:17 -07:00
lstring.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lstrlib.cpp Sync to upstream/release/566 (#853) 2023-03-03 12:21:14 -08:00
ltable.cpp Sync to upstream/release/572 (#899) 2023-04-14 11:06:22 -07:00
ltable.h Sync to upstream/release/538 (#616) 2022-07-28 21:24:07 -07:00
ltablib.cpp Sync to upstream/release/571 (#895) 2023-04-07 14:01:29 -07:00
ltm.cpp Sync to upstream/release/547 (#690) 2022-09-29 15:23:10 -07:00
ltm.h Sync to upstream/release/547 (#690) 2022-09-29 15:23:10 -07:00
ludata.cpp Add lua_getuserdatadtor (#870) 2023-04-11 12:46:55 -07:00
ludata.h Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
lutf8lib.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
lvm.h Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
lvmexecute.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00
lvmload.cpp Sync to upstream/release/549 (#707) 2022-10-14 12:48:41 -07:00
lvmutils.cpp Sync to upstream/release/567 (#860) 2023-03-10 12:21:07 -08:00