1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-04 19:00:54 +01:00
luau/CLI
vegorov-rbx 3ecd3a82ab
Sync to upstream/release/580 ()
* Added luau-compile executable target to build/test compilation without
having full REPL included.

In our new typechecker:
* Fixed the order in which constraints are checked to get more
deterministic errors in different environments
* Fixed `isNumber`/`isString` checks to fix false positive errors in
binary comparisons
* CannotCallNonFunction error is reported when calling an intersection
type of non-functions
 
In our native code generation (jit):
* Outlined X64 return instruction code to improve code size
* Improved performance of return instruction on A64
* Added construction of a dominator tree for future optimizations
2023-06-09 10:08:00 -07:00
..
Analyze.cpp Sync to upstream/release/575 () 2023-05-05 14:52:49 -07:00
Ast.cpp Sync to upstream/release/575 () 2023-05-05 14:52:49 -07:00
Compile.cpp Sync to upstream/release/580 () 2023-06-09 10:08:00 -07:00
Coverage.cpp Sync to upstream/release/513 () 2022-02-04 08:45:57 -08:00
Coverage.h Sync to upstream/release/507-pre () 2021-12-10 14:05:05 -08:00
FileUtils.cpp Sync to upstream/release/525 () 2022-04-28 18:24:24 -07:00
FileUtils.h luau-analyze: Add support for reading source code from stdin () 2022-01-25 08:25:01 -08:00
Flags.cpp Sync to upstream/release/537 () 2022-07-21 14:16:54 -07:00
Flags.h Sync to upstream/release/537 () 2022-07-21 14:16:54 -07:00
Profiler.cpp Sync to upstream/release/548 () 2022-10-06 17:23:29 -07:00
Profiler.h Sync to upstream/release/507-pre () 2021-12-10 14:05:05 -08:00
Reduce.cpp Sync to upstream/release/577 () 2023-05-19 12:37:30 -07:00
Repl.cpp Sync to upstream/release/576 () 2023-05-12 10:50:47 -07:00
Repl.h Sync to upstream/release/514 () 2022-02-11 11:02:09 -08:00
ReplEntry.cpp Sync to upstream/release/538 () 2022-07-28 21:24:07 -07:00
Web.cpp Sync to upstream/release/509 () 2022-01-06 17:46:53 -08:00