index
:
mlua
main
master
topic/bsd-0.10.1
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
2024-06-18
v0.9.9
master
Alex Orlenko
2024-06-18
Fix some clippy warnings
Alex Orlenko
2024-06-18
Optimize `RegistryKey` internals
Alex Orlenko
2024-06-18
Bump rustc-hash to 2.0
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
v0.9.8
Alex Orlenko
2024-05-15
mlua_derive: v0.9.3
Alex Orlenko
2024-05-15
Update CHANGELOG
Alex Orlenko
2024-05-15
clippy
Alex Orlenko
2024-05-14
Fix serializing same table multiple times.
Alex Orlenko
2024-05-04
mlua-sys: v0.6.0
Alex Orlenko
2024-05-04
Add `Lua::set_fflag()` to control Luau feature flags
Alex Orlenko
2024-05-04
Mark `lua_Callbacks` as non exhaustive (Luau)
Alex Orlenko
2024-05-04
Update `luau-src` to v0.9
Alex Orlenko
2024-04-18
Fix module imports for export (#394)
Joris Willems
2024-04-17
update build script to fix cross compilation of windows dlls from unix (#397)
Eric Stokes
2024-04-05
mlua-sys: v0.5.2
Alex Orlenko
2024-04-05
v0.9.7
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
Add deserialize json benchmark
Alex Orlenko
2024-03-23
Do not use dependencies as implicit features.
Alex Orlenko
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-22
Bump rustyline to 14.0
Alex Orlenko
2024-03-22
Update hyper examples
Alex Orlenko
2024-03-21
update hyper to v1, and add shell command example (#384)
19年梦醒
2024-03-21
Update `reqwest` to 0.12
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-03-16
Assert that `luau_compile` returns non-null pointer.
Alex Orlenko
2024-02-29
Implement `IntoLua` for `RegistryKey`
Alex Orlenko
2024-02-29
v0.9.6
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-11
Refactor benchmarks
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-27
Fix crash when initializing Luau sandbox without stdlibs (#361)
Alex Orlenko
[next]