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
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
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
v0.9.5
Alex Orlenko
2024-01-25
Update compile tests messages
Alex Orlenko
2024-01-25
Impl Into/FromLua for `OwnedString`
Alex Orlenko
2024-01-25
Update authors
Alex Orlenko
2024-01-25
Update itertools dependency
Alex Orlenko
2024-01-25
Fix `FromLua` derive proc macro to cover more cases
Alex Orlenko
2024-01-25
Update Luau to 0.609 (luau-src v0.8.0)
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-23
Update codecov links after moving repo
Alex Orlenko
2024-01-23
Fix typos in examples/guided_tour
Alex Orlenko
2024-01-20
Implement IntoLua for `&RegistryKey`
Alex Orlenko
2024-01-20
Expose internal `POLL_PENDING` constant (hidden)
Alex Orlenko
2024-01-18
Increase luau max stack size to 1M from 100k
Alex Orlenko
2024-01-10
v0.9.4
Alex Orlenko
2024-01-10
Include skip_memory_check code only when the corresponding attribute set for ...
Alex Orlenko
2024-01-10
Fix edge case when loading many-in-one module from thread without using its s...
Alex Orlenko
2024-01-08
v0.9.3
Alex Orlenko
2024-01-08
Update README & CHANGELOG
Alex Orlenko
[next]