summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-12Move ffi module into mlua-sys crateAlex Orlenko
2023-04-12Update tarpaulin settingsAlex Orlenko
2023-04-11Add pretty-print to the Debug formatting to Value to Table.Alex Orlenko
2023-04-10Allow deserializing Lua null into unit(`()`) or unit struct. See #264Alex Orlenko
2023-04-08Add `Thread::set_hook()` functionAlex Orlenko
2023-04-05Refactor `HookTriggers` (make it const)Alex Orlenko
2023-04-05Add `must_use` to `AsyncThread`Alex Orlenko
2023-03-30Update READMEAlex Orlenko
2023-03-30Prepare v0.9.0-beta.1Alex Orlenko
2023-03-30Revert "Rename `Owned*::to_ref()` to `as_ref()`"Alex Orlenko
2023-03-30Update rustyline dependencyAlex Orlenko
2023-03-30Don't call error handler for memory errors in coroutinesAlex Orlenko
2023-03-28ClippyAlex Orlenko
2023-03-28More user-friendly error message about missing value for `name` attribute in ...Alex Orlenko
2023-03-28Switch to syn 2.0Alex Orlenko
2023-03-26Update Error docAlex Orlenko
2023-03-26Support setting memory limit for Lua 5.1/JIT/LuauAlex Orlenko
2023-03-25ClippyAlex Orlenko
2023-03-25Add &Lua to luau interrupt callback (fixes #197)Alex Orlenko
2023-03-19Seal LuaSerdeExt/TableExt/AnyUserDataExtAlex Orlenko
2023-03-19Add `Error::downcast_ref()` methodAlex Orlenko
2023-03-17Tests for the `ErrorContext` traitAlex Orlenko
2023-03-17Add `ErrorContext` extension trait to attach additional context to `Error`Alex Orlenko
2023-03-16Rename `error` to `cause` in `Error::BadArgument`Alex Orlenko
2023-03-14Improve error reporting when calling Rust functions from Lua.Alex Orlenko
2023-03-12Update README and CHANGELOGAlex Orlenko
2023-03-12Update edition everywhereAlex Orlenko
2023-03-10Fast metatable check for Lua::push_userdata_refAlex Orlenko
2023-03-04Optimize userdata methods call when __index and fields_getters are nilAlex Orlenko
2023-03-03Rename rust_module in tests to test_moduleAlex Orlenko
2023-03-03Add Waker lifetime to WakerGuardAlex Orlenko
2023-03-03Async: Don't clone function when executing it from recycled threadAlex Orlenko
2023-03-03Async: store pointer to Waker in extra data rather than in Lua ref threadAlex Orlenko
2023-03-02Rename `Owned*::to_ref()` to `as_ref()`Alex Orlenko
2023-03-02Update exports in libs and preludeAlex Orlenko
2023-02-26Add `UserDataRef` and `UserDataRefMut` types that implement `FromLua`Alex Orlenko
2023-02-25Add AnyUserDataExt to preludeAlex Orlenko
2023-02-22Fix potential deadlock when trying to reuse dropped RegistryKey.Alex Orlenko
2023-02-18Add `AnyUserDataExt` trait with auxiliary functions for `AnyUserData`Alex Orlenko
2023-02-15Update LuaRef/LuaOwnedRefAlex Orlenko
2023-02-12Return evicted value to `Lua::set_app_data` if it's already present.Alex Orlenko
2023-02-12Drop `Lua::async_scope` as it's unsoundAlex Orlenko
2023-02-12Add create_userdata_ref/create_userdata_ref_mut for scope (#206)Alex Orlenko
2023-02-07Fix clippy warningsAlex Orlenko
2023-02-06Force protected mode for long enough stringsAlex Orlenko
2023-02-03Allow registering and creating custom userdata types that don't necessary imp...Alex Orlenko
2023-01-06Rename `to_lua_err` -> `into_lua_err`Alex Orlenko
2023-01-06Fix clippy warningsAlex Orlenko
2023-01-06Allow deserializing values from serializable UserData using `Lua::from_value(...Alex Orlenko
2023-01-04Update READMEAlex Orlenko