mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
944e8375aa
- Type aliases can no longer override primitive types; attempts to do that will result in a type error - Fix misleading type error messages for mismatches in expression list length during assignment - Fix incorrect type name display in certain cases - setmetatable/getmetatable are now ~2x faster - tools/perfstat.py can be used to display statistics about profiles captured via --profile switch |
||
---|---|---|
.. | ||
basic.lua | ||
compiler.cpp | ||
format.cpp | ||
linter.cpp | ||
luau.proto | ||
number.cpp | ||
parser.cpp | ||
proto.cpp | ||
protoprint.cpp | ||
prototest.cpp | ||
syntax.dict | ||
transpiler.cpp | ||
typeck.cpp |