mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
- Fix rare type checking bugs with invalid generic types escaping the module scope - Fix type checking of variadic type packs in certain cases - Implement type normalization, which resolves a large set of various issues with unions/intersections in type checker - Improve parse errors for trailing commas in function calls and type lists - Reduce profiling skew when using --profile with very high frequencies - Improve performance of `lua_getinfo` (`debug.info`, `debug.traceback` and profiling overhead are now 20% faster/smaller) - Improve performance of polymorphic comparisons (1-2% lift on some benchmarks) - Improve performance of closure creation (1-2% lift on some benchmarks) - Improve string comparison performance (4% lift on string sorting) |
||
|---|---|---|
| .. | ||
| natvis | ||
| faillist.txt | ||
| gdb_printers.py | ||
| heapgraph.py | ||
| heapstat.py | ||
| lldb_formatters.lldb | ||
| lldb_formatters.py | ||
| lvmexecute_split.py | ||
| numprint.py | ||
| patchtests.py | ||
| perfgraph.py | ||
| perfstat.py | ||
| svg.py | ||
| test_dcr.py | ||
| tracegraph.py | ||