luau/Analysis/src
rblanckaert 61766a692c
Sync to upstream/release/529 (#505)
* Adds a currently unused x86-64 assembler as a prerequisite for possible future JIT compilation
* Fix a bug in table iteration (closes Possible table iteration bug #504)
* Improved warning method when function is used as a type
* Fix a bug with unsandboxed iteration with pairs()
* Type of coroutine.status() is now a union of value types
* Bytecode output for tests/debugging now has labels
* Improvements to loop unrolling cost estimation
* Report errors when the key obviously doesn't exist in the table
2022-05-26 15:08:16 -07:00
..
AstQuery.cpp Fix findAstAncestry when position is at eof (#490) 2022-05-18 16:26:05 -07:00
Autocomplete.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
BuiltinDefinitions.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Clone.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Config.cpp Sync to upstream/release/514 (#372) 2022-02-17 17:18:01 -08:00
EmbeddedBuiltinDefinitions.cpp Make coroutine.status use a string literal (#500) 2022-05-24 11:29:17 -07:00
Error.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Frontend.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
Instantiation.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
IostreamHelpers.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
JsonEncoder.cpp Fix JsonEncoder for AstExprTable (#454) 2022-04-08 11:26:47 -07:00
Linter.cpp Sync to upstream/release/525 (#467) 2022-04-28 18:24:24 -07:00
LValue.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Module.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
Normalize.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
Quantify.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
RequireTracer.cpp Sync to upstream/release/506 (#270) 2021-12-02 22:41:04 -08:00
Scope.cpp Sync to upstream/release/514 (#357) 2022-02-11 11:02:09 -08:00
Substitution.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Symbol.cpp Sync to upstream/release/501 (#20) 2021-11-01 14:52:34 -07:00
ToDot.cpp Sync to upstream/release/524 (#462) 2022-04-21 14:44:27 -07:00
TopoSortStatements.cpp Sync to upstream/release/523 (#459) 2022-04-14 16:57:43 -07:00
ToString.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
Transpiler.cpp Sync to upstream/release/524 (#462) 2022-04-21 14:44:27 -07:00
TxnLog.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
TypeArena.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
TypeAttach.cpp Sync to upstream/release/524 (#462) 2022-04-21 14:44:27 -07:00
TypedAllocator.cpp Sync to upstream/release/514 (#372) 2022-02-17 17:18:01 -08:00
TypeInfer.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00
TypePack.cpp Sync to upstream/release/523 (#459) 2022-04-14 16:57:43 -07:00
TypeUtils.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
TypeVar.cpp Sync to upstream/release/527 (#491) 2022-05-19 17:02:24 -07:00
Unifiable.cpp Sync to upstream/release/504 (#200) 2021-11-12 06:27:34 -08:00
Unifier.cpp Sync to upstream/release/529 (#505) 2022-05-26 15:08:16 -07:00