Age | Commit message (Expand) | Author |
2024-06-18 | Fix some clippy warnings | Alex Orlenko |
2024-06-18 | Optimize `RegistryKey` internals | Alex Orlenko |
2024-06-12 | Do not allow already running coroutines to be reset or resumed. | Alex Orlenko |
2024-06-09 | Support Luau v0.629 | Alex Orlenko |
2024-05-15 | clippy | Alex Orlenko |
2024-05-14 | Fix serializing same table multiple times. | Alex Orlenko |
2024-05-04 | Add `Lua::set_fflag()` to control Luau feature flags | Alex Orlenko |
2024-05-04 | Update `luau-src` to v0.9 | Alex Orlenko |
2024-04-05 | Cosmetic changes for clippy | Alex Orlenko |
2024-04-05 | Minor improvements in serializing: | Alex Orlenko |
2024-04-05 | Add `Lua::create_ser_any_userdata()` function | Alex Orlenko |
2024-03-28 | Implement `push_into_stack`/`from_stack` for `Option<T>` | Alex Orlenko |
2024-03-28 | Better Luau buffer type support. | Alex Orlenko |
2024-03-25 | chore: make clippy happy (#388) | Yiyu Lin |
2024-03-23 | Suppress Rust 1.77 dead_code false warnings. | Alex Orlenko |
2024-03-23 | Add `SerializeOptions::detect_serde_json_arbitrary_precision` to detect `serd... | Alex Orlenko |
2024-03-21 | Add `Function::deep_clone()` (Luau only) | Alex Orlenko |
2024-03-20 | Remove redundant "match" when checking userdata type via `AnyUserData::is`. | Alex Orlenko |
2024-03-20 | Make `__idiv` metamethod available for luau | Alex Orlenko |
2024-02-29 | Implement `IntoLua` for `RegistryKey` | Alex Orlenko |
2024-02-29 | Add `LUA_TCDATA` to `util::to_string()` helper | Alex Orlenko |
2024-02-11 | Optimize table array traversal during serialization | Alex Orlenko |
2024-02-10 | Impl `FromLua` for `RegistryKey` | Alex Orlenko |
2024-02-07 | Implement `IntoLua` for `&Value` | Alex Orlenko |
2024-02-03 | Impl `IntoLua::push_into_stack` for integers | Alex Orlenko |
2024-02-02 | Add `REF_STACK_RESERVE` constant | Alex Orlenko |
2024-02-02 | Add `to_pointer` function to `Function`/`Table`/`Thread` | Alex Orlenko |
2024-02-01 | Impl push_into_stack for StdResult | Alex Orlenko |
2024-01-27 | Add inline to FromLua<bool>::from_stack | Alex Orlenko |
2024-01-26 | Add fastpath `push_into_stack`/`from_stack` methods for `bool` type | Alex Orlenko |
2024-01-26 | Add `Lua::push()` helper | Alex Orlenko |
2024-01-25 | Impl Into/FromLua for `OwnedString` | Alex Orlenko |
2024-01-25 | Impl Into/FromLua for `OwnedThread` | Alex Orlenko |
2024-01-23 | Implement IntoLua for ref to String/Table/Function/AnyUserData | Alex Orlenko |
2024-01-20 | Implement IntoLua for `&RegistryKey` | Alex Orlenko |
2024-01-20 | Expose internal `POLL_PENDING` constant (hidden) | Alex Orlenko |
2024-01-10 | Fix edge case when loading many-in-one module from thread without using its s... | Alex Orlenko |
2024-01-06 | Fix docsrs attr for Thread::reset | Alex Orlenko |
2024-01-06 | Fix (nightly) warning in doc | Alex Orlenko |
2023-12-03 | Don't clone function name when calling async userdata method | Alex Orlenko |
2023-12-02 | (async) Move "pending" poll value from env to poll_future() results | Alex Orlenko |
2023-12-01 | Remove locals from __mlua_async_poll helper | Alex Orlenko |
2023-12-01 | Faster `Function::call()` for lua51/jit/luau | Alex Orlenko |
2023-11-20 | Integrate Luau package into mlua api. | Alex Orlenko |
2023-11-16 | Support binary modules for Luau on cfg(unix) | Alex Orlenko |
2023-11-16 | Rewrite Luau `require` function to support module loaders. | Alex Orlenko |
2023-11-16 | Support LuaJIT cdata type (produced by ffi module) | Alex Orlenko |
2023-11-16 | Support Luau buffer type and and library. | Alex Orlenko |
2023-10-24 | Add lua_newuserdata_t helper to mlua-sys/luau | Alex Orlenko |
2023-10-24 | Remove MemoryState from ExtraData and retrieve using lua_getallocf (recently ... | Alex Orlenko |