Commit 8c604b6
committed
Update Luau submodule to 0.712
1 parent a5ee4bf commit 8c604b6
1 file changed
Lines changed: 1 addition & 1 deletion
- Analysis/include/Luau/ExpectedTypeVisitor.h+12
- Analysis/include/Luau/Generalization.h+1-9
- Analysis/include/Luau/TypeChecker2.h+1-3
- Analysis/include/Luau/TypeFunction.h+12-1
- Analysis/include/Luau/Unifier2.h+3-1
- Analysis/src/AstQuery.cpp+35-104
- Analysis/src/BuiltinDefinitions.cpp+8-28
- Analysis/src/BuiltinTypeFunctions.cpp+26-3
- Analysis/src/ConstraintGenerator.cpp+18-22
- Analysis/src/ConstraintSolver.cpp+165-64
- Analysis/src/DataFlowGraph.cpp+7-14
- Analysis/src/EmbeddedBuiltinDefinitions.cpp+1-30
- Analysis/src/Error.cpp+13-29
- Analysis/src/ExpectedTypeVisitor.cpp+34-1
- Analysis/src/FragmentAutocomplete.cpp+25-164
- Analysis/src/Frontend.cpp+27-9
- Analysis/src/Generalization.cpp+33-180
- Analysis/src/Linter.cpp+1-65
- Analysis/src/Module.cpp+1-11
- Analysis/src/Normalize.cpp+1-1
- Analysis/src/StructuralTypeEquality.cpp+7-12
- Analysis/src/Substitution.cpp+6-21
- Analysis/src/Subtyping.cpp+34-9
- Analysis/src/ToDot.cpp+4-18
- Analysis/src/ToString.cpp+123-329
- Analysis/src/Type.cpp+9-22
- Analysis/src/TypeChecker2.cpp+9-5
- Analysis/src/TypeFunction.cpp+23-5
- Analysis/src/TypeFunctionRuntime.cpp+20-49
- Analysis/src/TypeFunctionRuntimeBuilder.cpp+2-4
- Analysis/src/TypePath.cpp+5-14
- Analysis/src/TypeUtils.cpp+5-22
- Analysis/src/Unifier.cpp+2-9
- Analysis/src/Unifier2.cpp+55-7
- Ast/include/Luau/Ast.h+9-1
- Ast/src/Parser.cpp+20-21
- CodeGen/src/BytecodeAnalysis.cpp+4-9
- CodeGen/src/EmitCommonX64.h+1-1
- CodeGen/src/IrLoweringA64.cpp+2-3
- CodeGen/src/IrLoweringX64.cpp+8-46
- CodeGen/src/IrRegAllocA64.cpp+8-55
- CodeGen/src/IrRegAllocA64.h+1-2
- CodeGen/src/IrRegAllocX64.cpp+3-5
- CodeGen/src/IrTranslateBuiltins.cpp+5-59
- CodeGen/src/IrTranslation.cpp+7-33
- CodeGen/src/IrUtils.cpp+1-2
- CodeGen/src/OptimizeConstProp.cpp+6-6
- Compiler/src/BytecodeBuilder.cpp+16-22
- Compiler/src/Compiler.cpp+22-45
- Compiler/src/ConstantFolding.cpp+58-109
- Compiler/src/CostModel.cpp+12-35
- VM/include/lua.h+1-5
- fuzz/linter.cpp-2
- fuzz/proto.cpp-1
- tests/AstQuery.test.cpp+3-8
- tests/Autocomplete.test.cpp+64
- tests/Compiler.test.cpp+79-7
- tests/Conformance.test.cpp-6
- tests/Error.test.cpp+4-16
- tests/Fixture.cpp+2
- tests/Fixture.h+7
- tests/FragmentAutocomplete.test.cpp+196-2
- tests/Frontend.test.cpp+1-5
- tests/Generalization.test.cpp+26-9
- tests/IrBuilder.test.cpp-2
- tests/IrLowering.test.cpp+18-12
- tests/Linter.test.cpp+1-2
- tests/Normalize.test.cpp+11-7
- tests/Parser.test.cpp+22-15
- tests/ToDot.test.cpp+1-5
- tests/ToString.test.cpp+2-33
- tests/TypeFunction.test.cpp+29-21
- tests/TypeFunction.user.test.cpp+4-35
- tests/TypeInfer.aliases.test.cpp+2-9
- tests/TypeInfer.anyerror.test.cpp-1
- tests/TypeInfer.builtins.test.cpp+30-88
- tests/TypeInfer.cfa.test.cpp+4-15
- tests/TypeInfer.classes.test.cpp+29-92
- tests/TypeInfer.functions.test.cpp+171-219
- tests/TypeInfer.generics.test.cpp+63-37
- tests/TypeInfer.intersectionTypes.test.cpp+283-703
- tests/TypeInfer.loops.test.cpp+1-5
- tests/TypeInfer.modules.test.cpp+10-41
- tests/TypeInfer.operators.test.cpp+1-5
- tests/TypeInfer.primitives.test.cpp+2-10
- tests/TypeInfer.provisional.test.cpp+57-20
- tests/TypeInfer.refinements.test.cpp+3-13
- tests/TypeInfer.singletons.test.cpp+17-50
- tests/TypeInfer.tables.test.cpp+276-260
- tests/TypeInfer.test.cpp+1-19
- tests/TypeInfer.typeInstantiations.test.cpp+5-19
- tests/TypeInfer.typePacks.test.cpp+14-43
- tests/TypeInfer.typestates.test.cpp+1-5
- tests/TypeInfer.unionTypes.test.cpp+57-131
- tests/TypePath.test.cpp-2
0 commit comments