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
Age
Commit message (
Expand
)
Author
2023-04-12
Move ffi module into mlua-sys crate
Alex Orlenko
2023-04-12
Update tarpaulin settings
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-04-05
Add `must_use` to `AsyncThread`
Alex Orlenko
2023-03-30
Update README
Alex Orlenko
2023-03-30
Prepare v0.9.0-beta.1
Alex Orlenko
2023-03-30
Revert "Rename `Owned*::to_ref()` to `as_ref()`"
Alex Orlenko
2023-03-30
Update rustyline dependency
Alex Orlenko
2023-03-30
Don't call error handler for memory errors in coroutines
Alex Orlenko
2023-03-28
Clippy
Alex Orlenko
2023-03-28
More user-friendly error message about missing value for `name` attribute in ...
Alex Orlenko
2023-03-28
Switch to syn 2.0
Alex Orlenko
2023-03-26
Update Error doc
Alex Orlenko
2023-03-26
Support setting memory limit for Lua 5.1/JIT/Luau
Alex Orlenko
2023-03-25
Clippy
Alex Orlenko
2023-03-25
Add &Lua to luau interrupt callback (fixes #197)
Alex Orlenko
2023-03-19
Seal LuaSerdeExt/TableExt/AnyUserDataExt
Alex Orlenko
2023-03-19
Add `Error::downcast_ref()` method
Alex Orlenko
2023-03-17
Tests for the `ErrorContext` trait
Alex Orlenko
2023-03-17
Add `ErrorContext` extension trait to attach additional context to `Error`
Alex Orlenko
2023-03-16
Rename `error` to `cause` in `Error::BadArgument`
Alex Orlenko
2023-03-14
Improve error reporting when calling Rust functions from Lua.
Alex Orlenko
2023-03-12
Update README and CHANGELOG
Alex Orlenko
2023-03-12
Update edition everywhere
Alex Orlenko
2023-03-10
Fast metatable check for Lua::push_userdata_ref
Alex Orlenko
2023-03-04
Optimize userdata methods call when __index and fields_getters are nil
Alex Orlenko
2023-03-03
Rename rust_module in tests to test_module
Alex Orlenko
2023-03-03
Add Waker lifetime to WakerGuard
Alex Orlenko
2023-03-03
Async: Don't clone function when executing it from recycled thread
Alex Orlenko
2023-03-03
Async: store pointer to Waker in extra data rather than in Lua ref thread
Alex Orlenko
2023-03-02
Rename `Owned*::to_ref()` to `as_ref()`
Alex Orlenko
2023-03-02
Update exports in libs and prelude
Alex Orlenko
2023-02-26
Add `UserDataRef` and `UserDataRefMut` types that implement `FromLua`
Alex Orlenko
2023-02-25
Add AnyUserDataExt to prelude
Alex Orlenko
2023-02-22
Fix potential deadlock when trying to reuse dropped RegistryKey.
Alex Orlenko
2023-02-18
Add `AnyUserDataExt` trait with auxiliary functions for `AnyUserData`
Alex Orlenko
2023-02-15
Update LuaRef/LuaOwnedRef
Alex Orlenko
2023-02-12
Return evicted value to `Lua::set_app_data` if it's already present.
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-07
Fix clippy warnings
Alex Orlenko
2023-02-06
Force protected mode for long enough strings
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
Fix clippy warnings
Alex Orlenko
2023-01-06
Allow deserializing values from serializable UserData using `Lua::from_value(...
Alex Orlenko
2023-01-04
Update README
Alex Orlenko
[prev]
[next]