mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
d47b2f1dfe
- 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 |
||
---|---|---|
.. | ||
basic.lua | ||
compiler.cpp | ||
format.cpp | ||
linter.cpp | ||
luau.proto | ||
parser.cpp | ||
proto.cpp | ||
protoprint.cpp | ||
prototest.cpp | ||
syntax.dict | ||
transpiler.cpp | ||
typeck.cpp |