mlua/tests
2022-03-23 21:13:48 +00:00
..
compile Update compile tests (messages) 2021-11-27 13:42:22 +00:00
module Add target.aarch64-apple-darwin conf to module examples 2021-10-11 18:07:34 +01:00
async.rs Fix __index and __newindex wrappers for Luau 2022-03-21 01:08:40 +00:00
byte_string.rs Update test names 2021-06-18 23:13:56 +01:00
compile.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
conversion.rs Replace macro-based implementation ToLua for arrays to const generics 2021-11-04 00:59:39 +00:00
function.rs Initial Luau support 2022-03-20 20:30:20 +00:00
hooks.rs Initial Luau support 2022-03-20 20:30:20 +00:00
luau.rs Support readonly table attribute (luau) 2022-03-22 21:33:29 +00:00
macros.rs Add chunk! macro support 2021-05-05 22:13:51 +01:00
memory.rs Initial Luau support 2022-03-20 20:30:20 +00:00
scope.rs Update test names 2021-06-18 23:13:56 +01:00
serde.rs Add Luau vector datatype support 2022-03-22 21:14:06 +00:00
string.rs Update test names 2021-06-18 23:13:56 +01:00
table.rs Add call() function to TableExt to call tables with __call metamethod as functions 2021-11-21 23:47:45 +00:00
tests.rs Return binary chunks support in safe mode. 2022-03-21 01:08:47 +00:00
thread.rs Enable Thread::reset for Luau 2022-03-23 21:13:48 +00:00
types.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
userdata.rs Initial Luau support 2022-03-20 20:30:20 +00:00
value.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00