Commit graph

8 commits

Author SHA1 Message Date
Petri Häkkinen
acc22608b8 Fixed unused variable warning on mac os. 2021-11-18 11:39:55 +02:00
Petri Häkkinen
3ed5b6313c Eliminate LUA_FLOAT4_VECTORS. LUA_VECTOR_SIZE is enough for the few remaining cases. 2021-11-18 10:53:59 +02:00
Petri Häkkinen
0d3761dca1 Eliminate loops in vector ops. 2021-11-18 10:12:42 +02:00
Petri Häkkinen
72009dd5be Clean up: replace lots of #ifdefs with for loops. 2021-11-16 13:22:45 +02:00
Petri Häkkinen
dcbb8e6fba Proof of concept: extend vectors to 4 components when using LUA_FLOAT4_VECTORS define in lauconf.h. 2021-11-16 11:43:27 +02:00
Arseny Kapoulkine
d47b2f1dfe
Sync to upstream/release/504 (#200)
- Type mismatch errors now show detailed information for compound types, highlighting the mismatching component
- Fix string.pack bug on ARM when packing negative numbers using unsigned formats
- Implement bit32.countlz/countrz (RFC RFC: bit32.countlz/countrz #89)
- Minor compiler throughput optimization (~2% faster compilation)
- Improve transpiler behavior for edge cases and better test coverage (not exposed through CLI at the moment)
- Improve error recovery when parsing invalid assignments
- Build fixes for fuzzing targets
2021-11-12 06:27:34 -08:00
LoganDark
7ca09ec100
Fix lbuiltins.cpp comment (#180) 2021-11-08 11:09:30 -08:00
Arseny Kapoulkine
d01addc625 Sync to upstream/release/501 (#20)
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-01 14:52:34 -07:00