luau/Ast/src
Arseny Kapoulkine b2f9f53ae3
Sync to upstream/release/542 (#649)
- Fix DeprecatedGlobal warning text in cases when the global is deprecated without a suggested alternative
- Fix an off-by-one error in type error text for incorrect use of string.format
- Reduce stack consumption further during parsing, hopefully eliminating stack overflows during parsing/compilation for good
- Mark interpolated string support as experimental (requires --fflags=LuauInterpolatedStringBaseSupport to enable)
- Simplify garbage collection treatment of upvalues, reducing cache misses during sweeping stage and reducing the cost of upvalue assignment (SETUPVAL); supersedes #643
- Simplify garbage collection treatment of sleeping threads
- Simplify sweeping of alive threads, reducing cache misses during sweeping stage
- Simplify management of string buffers, removing redundant linked list operations
2022-08-25 14:53:50 -07:00
..
Ast.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
Confusables.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Lexer.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
Location.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
Parser.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
StringUtils.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
TimeTrace.cpp Sync to upstream/release/522 (#450) 2022-04-07 14:29:01 -07:00