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
/
lua.rs
Age
Commit message (
Expand
)
Author
2021-04-27
Add `UserDataFields` API.
Alex Orlenko
2021-04-16
Serialize only known (registered) userdata.
Alex Orlenko
2021-04-15
Improve panic handling (check for twice resumed panics)
Alex Orlenko
2021-03-03
Optimise async callbacks (polling)
Alex Orlenko
2021-03-03
Fix bug in returning nil-prefixed multi values from async function
Alex Orlenko
2021-02-22
Remove `registered_userdata_mt` check
Alex Orlenko
2021-02-21
Optimize callbacks
Alex Orlenko
2021-02-21
Fix scoped async destruction of partially polled futures
Alex Orlenko
2020-12-31
Update documentation
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-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-06
Dirty hack to get lua 5.1 main state
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
Update documentation
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-11
Add Lua 5.4 (rc2) support
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-28
Get yield function in the moment of async callback creation.
Alex Orlenko
2020-04-19
Minor refactor
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
2019-12-26
Add support of loading a specified set of standard libraries
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-11-04
Move lua 5.1 support under new "lua51" feature
Alex Orlenko
2019-11-04
Fix examples and docs
Alex Orlenko
2019-10-17
Impl Drop for Lua
Alex Orlenko
2019-10-17
Don't store extra data in the lua_State extra space
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-02
Add mlua_derive proc macro module
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-30
Use main state to store extra data and auxiliary registries
Alex Orlenko
2019-09-29
Allow to catch rust panics via pcall
Alex Orlenko
[prev]
[next]