index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2023-06-26
Don't use any metamethods in `Table::sequence_values()` iterator.
Alex Orlenko
2023-06-21
impl UserData for Rc<T> and Arc<T> where T: UserData
Alex Orlenko
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-06-19
Implement `PartialEq<[T]>` for tables
Alex Orlenko
2023-06-15
Update `UserDataMethods::add_async_method()` functions to take `&T` as second...
Alex Orlenko
2023-06-07
Fix setting Luau version number in `_VERSION` env var
Alex Orlenko
2023-06-07
Add `UserDataFields::add_field()` method to add static fields to UserData.
Alex Orlenko
2023-06-04
Don't keep poll function in environment globals when polling async functions.
Alex Orlenko
2023-06-03
Support getting and setting environment for Lua functions.
Alex Orlenko
2023-05-30
Update `FunctionInfo` doc and interface
Alex Orlenko
2023-05-29
Refactor application data container.
Alex Orlenko
2023-05-28
Include (known) userdata type to Value debug pretty-print
Alex Orlenko
2023-05-27
Add `Value::to_string()` method similar to `luaL_tolstring`.
Alex Orlenko
2023-05-25
Set `__name` field in userdata metatable if not provided
Alex Orlenko
2023-05-21
Update to Lua 5.4.6
Alex Orlenko
2023-05-08
- Allow downcasting error wrapped into `Error::WithContext`
Alex Orlenko
2023-05-06
Add `Value::NULL` constant
Alex Orlenko
2023-05-03
Add `OwnedAnyUserData::take()`
Alex Orlenko
2023-04-27
Update compile tests
Alex Orlenko
2023-04-26
Add OwnedString
Alex Orlenko
2023-04-26
Various improvements for owned types, including:
Alex Orlenko
2023-04-23
Check for reference leak detection only in mlua integratin tests.
Alex Orlenko
2023-04-14
Remove unstable feature flag from Function::wrap/wrap_mut/wrap_async
Alex Orlenko
2023-04-11
Add pretty-print to the Debug formatting to Value to Table.
Alex Orlenko
2023-04-10
Allow deserializing Lua null into unit(`()`) or unit struct. See #264
Alex Orlenko
2023-04-08
Add `Thread::set_hook()` function
Alex Orlenko
2023-04-05
Refactor `HookTriggers` (make it const)
Alex Orlenko
2023-03-30
Don't call error handler for memory errors in coroutines
Alex Orlenko
2023-03-26
Support setting memory limit for Lua 5.1/JIT/Luau
Alex Orlenko
2023-03-25
Add &Lua to luau interrupt callback (fixes #197)
Alex Orlenko
2023-03-19
Add `Error::downcast_ref()` method
Alex Orlenko
2023-03-17
Tests for the `ErrorContext` trait
Alex Orlenko
2023-03-14
Improve error reporting when calling Rust functions from Lua.
Alex Orlenko
2023-03-12
Update edition everywhere
Alex Orlenko
2023-03-03
Rename rust_module in tests to test_module
Alex Orlenko
2023-02-26
Add `UserDataRef` and `UserDataRefMut` types that implement `FromLua`
Alex Orlenko
2023-02-18
Add `AnyUserDataExt` trait with auxiliary functions for `AnyUserData`
Alex Orlenko
2023-02-12
Drop `Lua::async_scope` as it's unsound
Alex Orlenko
2023-02-12
Add create_userdata_ref/create_userdata_ref_mut for scope (#206)
Alex Orlenko
2023-02-03
Allow registering and creating custom userdata types that don't necessary imp...
Alex Orlenko
2023-01-06
Rename `to_lua_err` -> `into_lua_err`
Alex Orlenko
2023-01-06
Allow deserializing values from serializable UserData using `Lua::from_value(...
Alex Orlenko
2023-01-04
Better Debug for String
Alex Orlenko
2023-01-02
Add `Table::clear()` method
Alex Orlenko
2022-12-30
Rename wrapped_failure/thread cache to pool
Alex Orlenko
2022-12-24
Refactor `userdata::MetaMethod`.
Alex Orlenko
2022-12-22
Add `Function::wrap`/`Function::wrap_mut`/`Function::wrap_async` to wrap func...
Alex Orlenko
2022-12-21
Fix module tests
Alex Orlenko
2022-12-20
Remove FromLua impl for UserData+Clone
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
[next]