luau/Analysis/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
..
Anyification.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
ApplyTypeFunction.cpp Sync to upstream/release/540 (#635) 2022-08-11 14:01:33 -07:00
AstJsonEncoder.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
AstQuery.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
Autocomplete.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
BuiltinDefinitions.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
Clone.cpp Sync to upstream/release/540 (#635) 2022-08-11 14:01:33 -07:00
Config.cpp Sync to upstream/release/514 (#372) 2022-02-17 17:18:01 -08:00
Constraint.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
ConstraintGraphBuilder.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
ConstraintSolver.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
ConstraintSolverLogger.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
EmbeddedBuiltinDefinitions.cpp Sync to upstream/release/538 (#616) 2022-07-28 21:24:07 -07:00
Error.cpp Sync to upstream/release/533 (#560) 2022-06-23 18:56:00 -07:00
Frontend.cpp Pass environment scope to autocomplete typechecker (#610) 2022-08-23 11:53:02 -07:00
Instantiation.cpp Sync to upstream/release/540 (#635) 2022-08-11 14:01:33 -07:00
IostreamHelpers.cpp Sync to upstream/release/533 (#560) 2022-06-23 18:56:00 -07:00
JsonEmitter.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
Linter.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
LValue.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Module.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
Normalize.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
Quantify.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
RequireTracer.cpp Sync to upstream/release/532 (#545) 2022-06-16 18:05:14 -07:00
Scope.cpp Sync to upstream/release/540 (#635) 2022-08-11 14:01:33 -07:00
Substitution.cpp Sync to upstream/release/540 (#635) 2022-08-11 14:01:33 -07:00
Symbol.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
ToDot.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
TopoSortStatements.cpp Sync to upstream/release/523 (#459) 2022-04-14 16:57:43 -07:00
ToString.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
Transpiler.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
TxnLog.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
TypeArena.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
TypeAttach.cpp Sync to upstream/release/539 (#625) 2022-08-04 15:35:33 -07:00
TypeChecker2.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
TypedAllocator.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
TypeInfer.cpp String interpolation (#614) 2022-08-24 12:01:00 -07:00
TypePack.cpp Sync to upstream/release/535 (#584) 2022-07-07 18:22:39 -07:00
TypeUtils.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00
TypeVar.cpp Sync to upstream/release/542 (#649) 2022-08-25 14:53:50 -07:00
Unifiable.cpp Sync to upstream/release/538 (#616) 2022-07-28 21:24:07 -07:00
Unifier.cpp Sync to upstream/release/541 (#644) 2022-08-18 14:32:08 -07:00