luau/CLI
Arseny Kapoulkine 2f989fc049
Sync to upstream/release/512 (#330)
- Improve refinement support for unions, in particular it's now possible to implement tagged unions as a union of tables where individual branches use a string literal type for one of the fields.
- Fix `string.split` type information
- Optimize `select(_, ...)` to run in constant time (~2.7x faster on VariadicSelect benchmark)
- Improve debug line information for multi-line assignments
- Improve compilation of table literals when table keys are constant expressions/variables
- Use forward GC barrier for `setmetatable` which slightly accelerates GC progress
2022-01-27 15:46:05 -08:00
..
Analyze.cpp Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
Coverage.cpp Sync to upstream/release/507-pre (#286) 2021-12-10 14:05:05 -08:00
Coverage.h Sync to upstream/release/507-pre (#286) 2021-12-10 14:05:05 -08:00
FileUtils.cpp Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
FileUtils.h luau-analyze: Add support for reading source code from stdin (#325) 2022-01-25 08:25:01 -08:00
Profiler.cpp Sync to upstream/release/507-pre (#286) 2021-12-10 14:05:05 -08:00
Profiler.h Sync to upstream/release/507-pre (#286) 2021-12-10 14:05:05 -08:00
Repl.cpp Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
Repl.h Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
ReplEntry.cpp Sync to upstream/release/512 (#330) 2022-01-27 15:46:05 -08:00
Web.cpp Sync to upstream/release/509 (#303) 2022-01-06 17:46:53 -08:00