1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-11 06:10:53 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Arseny Kapoulkine
944e8375aa
Sync to upstream/release/547 ()
- 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
2022-09-29 15:23:10 -07:00
Arseny Kapoulkine
c7eca27909
Sync to upstream/release/516 () 2022-02-24 15:53:37 -08:00
Arseny Kapoulkine
5b78465059
Sync to upstream/release/514 () 2022-02-17 17:18:01 -08:00
Arseny Kapoulkine
d01addc625 Sync to upstream/release/501 ()
Co-authored-by: Rodactor <rodactor@roblox.com>
2021-11-01 14:52:34 -07:00