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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-01-20
v0.5.1
Alex Orlenko
2021-01-20
Fix numeric types conversion for 32bit lua. Fix #27
Alex Orlenko
2021-01-16
Remove unused exports from glue.{c,rs} && Fix some clippy warnings
Alex Orlenko
2020-12-31
v0.5.0
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-12-29
Re-export mlua_derive
Alex Orlenko
2020-12-29
Add serialization example & update others
Alex Orlenko
2020-12-22
Don't try to disable c modules without `package` loaded. Fix #24
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-09-27
impl `ToLua` and `FromLua` for `HashSet` and `BTreeSet`
Kai Schmidt
2020-07-30
Update `set_memory_limit` doc
Alex Orlenko
2020-07-28
Fix compilation warnings on nightly rust
Alex Orlenko
2020-07-28
Add ChunkMode enum to mark chunks as text or binary
Alex Orlenko
2020-07-27
Add Function::dump() to dump lua function to a binary chunk
Alex Orlenko
2020-07-27
Make Lua::load load binary chunks when unsafe
Eidolon
2020-06-08
0.4.1 release
Alex Orlenko
2020-06-07
Enable hooks support for LuaJIT
Alex Orlenko
2020-06-07
Fix LuaJIT 2.1 libraries loading
Alex Orlenko
2020-06-07
Refactor main_state handling
Alex Orlenko
2020-06-07
Fix clippy warnings
Alex Orlenko
2020-06-07
New `module` feature
Alex Orlenko
2020-06-06
Dirty hack to get lua 5.1 main state
Alex Orlenko
2020-06-06
Add `has_metamethod` to `AnyUserData`
Alex Orlenko
2020-06-06
Add hooks support (based on rlua v0.17 implementation)
Alex Orlenko
2020-06-06
Update docs
Alex Orlenko
2020-06-06
Add LuaJIT 2.0.5 stable support
Alex Orlenko
2020-05-15
Remove deprecated Table::call
Alex Orlenko
2020-05-15
Update documentation
Alex Orlenko
2020-05-15
Remove redundant lifetimes
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-12
Provide safe and unsafe Lua modes:
Alex Orlenko
2020-05-12
Use Rust allocator for new Lua states that allows to set memory limit
Alex Orlenko
2020-05-12
Add MetaMethod::Close to support Lua 5.4 to-be-closed variables
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-05-11
Lua 5.4 FFI
Alex Orlenko
2020-05-11
Scope support (including async)
Alex Orlenko
2020-05-11
Hide Lua "Send" capability under the optional "send" feature flag
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-05-11
Bind Futures lifetimes to 'lua rather than 'static.
Alex Orlenko
2020-05-11
Don't allow 'callback outlive 'lua
Alex Orlenko
2020-04-29
Add ToLua implementation for slices and arrays
Alex Orlenko
2020-04-28
Get yield function in the moment of async callback creation.
Alex Orlenko
2020-04-28
Fix bugs with metatable cache:
Alex Orlenko
2020-04-20
Update documentation
Alex Orlenko
2020-04-19
Minor refactor
Alex Orlenko
2020-04-19
Add TableExt trait with call_method/function methods
Alex Orlenko
2020-04-18
Add family of `call_async` function
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-04-15
Cherry-pick changes from rlua:
Alex Orlenko
2020-01-25
Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by default
Alex Orlenko
[prev]
[next]