mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 09:18:07 +00:00
67e9d85124
Some checks are pending
benchmark / callgrind (map[branch:main name:luau-lang/benchmark-data], ubuntu-22.04) (push) Waiting to run
build / macos (push) Waiting to run
build / macos-arm (push) Waiting to run
build / ubuntu (push) Waiting to run
build / windows (Win32) (push) Waiting to run
build / windows (x64) (push) Waiting to run
build / coverage (push) Waiting to run
build / web (push) Waiting to run
release / macos (push) Waiting to run
release / ubuntu (push) Waiting to run
release / windows (push) Waiting to run
release / web (push) Waiting to run
Implement RFC: 2-component vector constructor. This includes 2-component overload for `vector.create` and associated fastcall function, and its type definition. These features are controlled by a new feature flag `LuauVector2Constructor`. Additionally constant folding now supports two components when `LuauVector2Constants` feature flag is set. Note: this work does not include changes to CodeGen. Thus calls to `vector.create` with only two arguments are not natively compiled currently. This is left for future work. |
||
---|---|---|
.. | ||
test_AbsSum_abs.lua | ||
test_AbsSum_and_or.lua | ||
test_AbsSum_math_abs.lua | ||
test_Assert.lua | ||
test_Factorial.lua | ||
test_Failure_pcall_a_bar.lua | ||
test_Failure_pcall_game_Foo.lua | ||
test_Failure_xpcall_a_bar.lua | ||
test_Failure_xpcall_game_Foo.lua | ||
test_LargeTableCtor_array.lua | ||
test_LargeTableCtor_hash.lua | ||
test_LargeTableSum_loop_index.lua | ||
test_LargeTableSum_loop_ipairs.lua | ||
test_LargeTableSum_loop_iter.lua | ||
test_LargeTableSum_loop_pairs.lua | ||
test_MethodCalls.lua | ||
test_OOP_constructor.lua | ||
test_OOP_method_call.lua | ||
test_OOP_virtual_constructor.lua | ||
test_Pcall_call_return.lua | ||
test_Pcall_pcall_return.lua | ||
test_Pcall_pcall_yield.lua | ||
test_Pcall_xpcall_return.lua | ||
test_SqrtSum_exponent.lua | ||
test_SqrtSum_math_sqrt.lua | ||
test_SqrtSum_sqrt.lua | ||
test_SqrtSum_sqrt_getfenv.lua | ||
test_SqrtSum_sqrt_roundabout.lua | ||
test_string_lib.lua | ||
test_StringInterp.lua | ||
test_table_concat.lua | ||
test_TableCreate_nil.lua | ||
test_TableCreate_number.lua | ||
test_TableCreate_zerofill.lua | ||
test_TableFind_loop_ipairs.lua | ||
test_TableFind_table_find.lua | ||
test_TableInsertion_index_cached.lua | ||
test_TableInsertion_index_len.lua | ||
test_TableInsertion_table_insert.lua | ||
test_TableInsertion_table_insert_index.lua | ||
test_TableIteration.lua | ||
test_TableMarshal_select.lua | ||
test_TableMarshal_table_pack.lua | ||
test_TableMarshal_table_unpack_array.lua | ||
test_TableMarshal_table_unpack_range.lua | ||
test_TableMarshal_varargs.lua | ||
test_TableMove_empty_table.lua | ||
test_TableMove_same_table.lua | ||
test_TableMove_table_create.lua | ||
test_TableRemoval_table_remove.lua | ||
test_TableSort.lua | ||
test_ToNumberString.lua | ||
test_UpvalueCapture.lua | ||
test_VariadicSelect.lua | ||
test_vector_lib.lua |