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
2022-03-20
Refactor ffi module
Alex Orlenko
2022-03-20
Fix async userdata __index, __newindex metamethods
Tarik02
2022-03-01
v0.7.4
Alex Orlenko
2022-02-15
Update `create_registry_value` doc
Alex Orlenko
2022-02-14
Optimize `Lua::create_registry_value` by reusing previously expired registry ...
Alex Orlenko
2022-02-14
Add Lua::replace_registry_value
Alex Orlenko
2022-02-12
Recognize LuaJIT TCDATA type to generate correct panic message.
Alex Orlenko
2022-02-12
Grow/check Lua stack in unpack
Alex Orlenko
2022-01-29
Optimize async calls:
Alex Orlenko
2022-01-19
v0.7.3
Alex Orlenko
2022-01-17
v0.7.2
Alex Orlenko
2022-01-16
Always restore original Lua state after creating Future in async call.
Alex Orlenko
2022-01-08
Pass Box wrapped pointer to allocator fn instead of reference
Alex Orlenko
2021-12-28
Fix clippy warnings
Alex Orlenko
2021-12-23
v0.7.1
Alex Orlenko
2021-12-23
Generate traceback from level 0 (instead of 1)
Alex Orlenko
2021-12-01
Hide (doc) into_static/from_static methods
Alex Orlenko
2021-11-30
Update lifetimes for few functions in Lua
Alex Orlenko
2021-11-25
v0.7.0
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-25
More performance optimizations
Alex Orlenko
2021-11-23
Update `Lua::unload` doc & fix clippy warnings
Alex Orlenko
2021-11-23
Add unload() to remove module
Alexander Polakov
2021-11-21
Add `call()` function to `TableExt` to call tables with `__call` metamethod a...
Alex Orlenko
2021-11-21
Add `get_named_user_value` and `set_named_user_value` to `AnyUserData`
Alex Orlenko
2021-11-16
Move hook_proc under `Lua::set_hook` to use callback_error_ext
Alex Orlenko
2021-11-16
Add set_warning_function/remove_warning_function/warning functions to Lua for...
Alex Orlenko
2021-11-16
Update callback_error_ext (+ fix callback multi states handling)
Alex Orlenko
2021-11-14
Update comments
Alex Orlenko
2021-11-14
Add thread (coroutine) cache to reset and later reuse to execute async functi...
Alex Orlenko
2021-11-14
Include `StdLib` to prelude
Alex Orlenko
2021-11-14
Rename wrapped_failures pool to cache
Alex Orlenko
2021-11-12
Performance optimization: cache and reuse `MultiValue` containers
Alex Orlenko
2021-11-12
Update callback_error(_ext)
Alex Orlenko
2021-11-12
Optimize MultiValue allocations (recycle old container)
Alex Orlenko
2021-11-09
Update `hook::Debug` struct
Alex Orlenko
2021-11-09
Add `Lua::inspect_stack` to get information about the interpreter runtime stack.
Alex Orlenko
2021-11-08
Add `set_nth_user_value` and `get_nth_user_value` to `AnyUserData`
Alex Orlenko
2021-11-07
Refactor `Error::CallbackError` reporting and include source to
Alex Orlenko
2021-11-07
Add optional Send to Lua::app_data
Alex Orlenko
2021-11-07
Switch Table::serialize to FxHashSet
Alex Orlenko
2021-11-07
Merge branch 'dev'
Alex Orlenko
2021-11-06
Fix recursive tables serialization when using `serde::ser::Serialize`
Alex Orlenko
2021-11-04
Refactor a bit conversion int->number
Alex Orlenko
2021-11-04
Publish `AnyUserData::take`
Alex Orlenko
2021-11-04
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
Alex Orlenko
2021-11-04
Make (De)SerializeOptions as const
Alex Orlenko
2021-11-04
Replace macro-based implementation `ToLua` for arrays to const generics
Alex Orlenko
2021-11-04
Add async meta methods for all Lua except 51
Alex Orlenko
2021-10-19
Add new "application data" api
Alex Orlenko
[next]