summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-26Make build script work with FreeBSDtopic/freebsd-0.10cos
2024-06-25Optimize creation of userdata callbacks (registry)Alex Orlenko
2024-06-25Remove wrapped UserData impl (Rc/Arc/etc)Alex Orlenko
2024-06-24Move userdata-related top-level modules into the userdata moduleAlex Orlenko
2024-06-24Remove `parking_lot` feature flagAlex Orlenko
2024-06-24Refactor: WIPAlex Orlenko
2024-06-24Drop lifetime from IntoLuaAlex Orlenko
2024-06-24Rename `LuaRef` to `ValueRef`Alex Orlenko
2024-06-24Optimize various parts of the code to remove unnecessary clone calls.Alex Orlenko
2024-06-24Switch `MultiValue` to use `VecDeque` under the hood.Alex Orlenko
2024-06-24Take `&Value` in `Lua::push_value()`Alex Orlenko
2024-06-24Change `Value::Error` variant to store `Box<Error>` instead of `Error`.Alex Orlenko
2024-06-24Replace AtomicPtr with CellAlex Orlenko
2024-06-18v0.9.9masterAlex Orlenko
2024-06-18Fix some clippy warningsAlex Orlenko
2024-06-18Optimize `RegistryKey` internalsAlex Orlenko
2024-06-18Bump rustc-hash to 2.0Alex Orlenko
2024-06-12Do not allow already running coroutines to be reset or resumed.Alex Orlenko
2024-06-09Support Luau v0.629Alex Orlenko
2024-05-15v0.9.8Alex Orlenko
2024-05-15mlua_derive: v0.9.3Alex Orlenko
2024-05-15Update CHANGELOGAlex Orlenko
2024-05-15clippyAlex Orlenko
2024-05-14Fix serializing same table multiple times.Alex Orlenko
2024-05-04mlua-sys: v0.6.0Alex Orlenko
2024-05-04Add `Lua::set_fflag()` to control Luau feature flagsAlex Orlenko
2024-05-04Mark `lua_Callbacks` as non exhaustive (Luau)Alex Orlenko
2024-05-04Update `luau-src` to v0.9Alex Orlenko
2024-04-18Fix module imports for export (#394)Joris Willems
2024-04-17update build script to fix cross compilation of windows dlls from unix (#397)Eric Stokes
2024-04-05mlua-sys: v0.5.2Alex Orlenko
2024-04-05v0.9.7Alex Orlenko
2024-04-05Cosmetic changes for clippyAlex Orlenko
2024-04-05Minor improvements in serializing:Alex Orlenko
2024-04-05Add `Lua::create_ser_any_userdata()` functionAlex Orlenko
2024-03-28Implement `push_into_stack`/`from_stack` for `Option<T>`Alex Orlenko
2024-03-28Better Luau buffer type support.Alex Orlenko
2024-03-25chore: make clippy happy (#388)Yiyu Lin
2024-03-23Add deserialize json benchmarkAlex Orlenko
2024-03-23Do not use dependencies as implicit features.Alex Orlenko
2024-03-23Suppress Rust 1.77 dead_code false warnings.Alex Orlenko
2024-03-23Add `SerializeOptions::detect_serde_json_arbitrary_precision` to detect `serd...Alex Orlenko
2024-03-22Bump rustyline to 14.0Alex Orlenko
2024-03-22Update hyper examplesAlex Orlenko
2024-03-21update hyper to v1, and add shell command example (#384)19年梦醒
2024-03-21Update `reqwest` to 0.12Alex Orlenko
2024-03-21Add `Function::deep_clone()` (Luau only)Alex Orlenko
2024-03-20Remove redundant "match" when checking userdata type via `AnyUserData::is`.Alex Orlenko
2024-03-20Make `__idiv` metamethod available for luauAlex Orlenko
2024-03-16Assert that `luau_compile` returns non-null pointer.Alex Orlenko