mlua/tests
Tarik02 d4f8dce597
Fix async userdata __index, __newindex metamethods
2022-03-20 20:03:47 +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 async userdata __index, __newindex metamethods 2022-03-20 20:03:47 +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 Add new functions: `lua.load_from_function()` and `lua.create_c_function()` 2021-07-05 00:03:18 +01:00
hooks.rs Simplify interface of `hook::HookTriggers` 2021-08-18 18:49:17 +01:00
macros.rs Add chunk! macro support 2021-05-05 22:13:51 +01:00
memory.rs More tests for arc/rc wrapped userdata 2021-06-19 00:03:09 +01:00
scope.rs Update test names 2021-06-18 23:13:56 +01:00
serde.rs Fix recursive tables serialization when using `serde::ser::Serialize` 2021-11-06 21:12:00 +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 Add Lua::replace_registry_value 2022-02-14 20:51:24 +00:00
thread.rs Fix tests for Lua 5.4.4 2022-01-29 12:36:09 +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 Add `get_named_user_value` and `set_named_user_value` to `AnyUserData` 2021-11-21 23:42:47 +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