luau/Compiler/src
Andy Friesen a5c6a38b10
Sync to upstream/release/559 (#804)
* Fix autocompletion of if-then-else expressions
* Fix a potential crash surrounding improper use of `%*` in a string
format specifier
* All Python scripts now invoke Python via `python3` rather than
`python`.
* Improved error handling for string interpolation with too many
arguments.

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com>
2023-01-13 14:10:01 -08:00
..
BuiltinFolding.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
BuiltinFolding.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
Builtins.cpp Sync to upstream/release/550 (#723) 2022-10-21 10:54:01 -07:00
Builtins.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
BytecodeBuilder.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
Compiler.cpp Sync to upstream/release/559 (#804) 2023-01-13 14:10:01 -08:00
ConstantFolding.cpp Sync to upstream/release/546 (#681) 2022-09-23 12:17:25 -07:00
ConstantFolding.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
CostModel.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
CostModel.h Sync to upstream/release/536 (#592) 2022-07-14 15:52:26 -07:00
TableShape.cpp Sync to upstream/release/513 (#340) 2022-02-04 08:45:57 -08:00
TableShape.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ValueTracking.cpp Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
ValueTracking.h Sync to upstream/release/510 (#313) 2022-01-14 08:20:09 -08:00
lcode.cpp Sync to upstream/release/505 (#216) 2021-11-19 08:10:07 -08:00