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-05-05
Add chunk! macro support
Alex Orlenko
2021-05-05
Update lua state when polling futures
Alex Orlenko
2021-05-03
Update code docs
Alex Orlenko
2021-05-03
Add `LuaOptions` to customize Lua/Rust behaviour.
Alex Orlenko
2021-05-03
Implement/Derive `Debug` for Lua and few other structs
Alex Orlenko
2021-05-03
Store `safe` property in Extra state to inherit into Lua structs made from po...
Alex Orlenko
2021-05-02
Improve growing the auxiliary stack of the ref thread:
Alex Orlenko
2021-05-02
Allocate Waker slot in Registry in re-use it (instead of creating new userdat...
Alex Orlenko
2021-05-02
Make AsyncPollPending internal value as LightUserData
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Refactor UserDataCell
Alex Orlenko
2021-04-27
Add more checks for destructed userdata in AnyUserData
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-27
Fix some clippy warnings & minor changes
Alex Orlenko
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
[next]