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-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
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-30
Rename MultiValue cache to pool
Alex Orlenko
2022-12-30
Update criterion
Alex Orlenko
2022-12-30
Don't use unstable features in examples
Alex Orlenko
2022-12-24
Refactor `userdata::MetaMethod`.
Alex Orlenko
2022-12-22
Enable `unstable` feature flag in CI
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
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-18
Check for invalid args when parsing `#[lua_module(...)]` proc macro
Alex Orlenko
2022-12-18
Add ?Sized to PartialEq for Lua String
Alex Orlenko
2022-12-18
feat: Support custom name of `lua_module`
rise0chen
[prev]
[next]