mlua/tests
Michael Pfaff 061f84f702
Turn more comments into doc comments, improve debuggability
2023-07-16 14:39:35 -04:00
..
compile Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
module Update edition everywhere 2023-03-12 01:03:31 +00:00
async.rs Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
byte_string.rs Update test names 2021-06-18 23:13:56 +01:00
chunk.rs Add `Error::downcast_ref()` method 2023-03-19 00:22:51 +00:00
compile.rs Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
conversion.rs Replace macro-based implementation `ToLua` for arrays to const generics 2021-11-04 00:59:39 +00:00
debug.rs Include (known) userdata type to Value debug pretty-print 2023-05-28 01:12:42 +01:00
error.rs - Allow downcasting error wrapped into `Error::WithContext` 2023-05-08 23:39:53 +01:00
function.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
hooks.rs Revert "Make Debug interface more user friendly" 2023-07-06 13:32:11 -04:00
luau.rs Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00
memory.rs Don't call error handler for memory errors in coroutines 2023-03-30 17:29:57 +01:00
scope.rs Add create_userdata_ref/create_userdata_ref_mut for scope (#206) 2023-02-12 16:37:02 +00:00
serde.rs Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00
static.rs Fix "unused" warning in tests 2022-04-17 22:39:21 +01:00
string.rs Add OwnedString 2023-04-26 23:17:27 +01:00
table.rs Add `Table:is_empty()` function 2023-06-26 10:50:18 +01:00
tests.rs Revert "Make Debug interface more user friendly" 2023-07-06 13:32:11 -04: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 impl UserData for Rc<T> and Arc<T> where T: UserData 2023-06-21 01:30:09 +01:00
value.rs Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00