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
/
types.rs
Age
Commit message (
Expand
)
Author
2023-11-16
Support Luau buffer type and and library.
Alex Orlenko
2023-08-03
Optimize async functionality:
Alex Orlenko
2023-07-31
New (unsafe and private) methods for IntoLua/FromLua traits: push_into_stack/...
Alex Orlenko
2023-07-11
Some doc improvements
Alex Orlenko
2023-07-09
Rename `AnyUserData::get_*_user_value` to `AnyUserData::*_user_value`.
Alex Orlenko
2023-07-09
Refactor Lua 5.4 warnings to use &str instead of CStr
Alex Orlenko
2023-07-08
Change Lua ref types Debug print from `Ref{index}` to `Ref{pointer}`
Alex Orlenko
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-05-29
Refactor application data container.
Alex Orlenko
2023-05-29
Use futures-core and futures-tasks via futures-util.
Alex Orlenko
2023-04-26
Various improvements for owned types, including:
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2023-03-30
Revert "Rename `Owned*::to_ref()` to `as_ref()`"
Alex Orlenko
2023-03-25
Add &Lua to luau interrupt callback (fixes #197)
Alex Orlenko
2023-03-02
Rename `Owned*::to_ref()` to `as_ref()`
Alex Orlenko
2023-02-15
Update LuaRef/LuaOwnedRef
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-18
Initial implementation of owned Lua types
Alex Orlenko
2022-11-07
Fix bug when recycled Registry slot can be set to Nil.
Alex Orlenko
2022-07-18
Use Luau tags to mark userdata objects as destructed
Alex Orlenko
2022-04-13
Define CallbackUpvalue/AsyncCallbackUpvalue as type alises to Upvalue
Alex Orlenko
2022-04-13
Refactor Lua instance structure.
Alex Orlenko
2022-04-08
Don't pass Lua handler to interrupt callback (Luau) as it's not safe.
Alex Orlenko
2022-03-30
Make LuaHook as Fn instead of FnMut to remove Mutex and improve performance
Alex Orlenko
2022-03-30
Support Luau interrupts (closes #138)
Alex Orlenko
2022-03-20
Initial Luau support
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-14
Add thread (coroutine) cache to reset and later reuse to execute async functi...
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-09-28
Refactor UserData metatables handling
Alex Orlenko
2021-09-28
Fix internal HookCallback type (missing optional Send)
Alex Orlenko
2021-06-30
Optimize callback creation
Alex Orlenko
2021-06-16
Implement Hash for RegistryKey. Closes #57
Alex Orlenko
2021-06-13
Fix clippy warnings && tests
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Refactor UserDataCell
Alex Orlenko
2021-04-27
cargo fmt and other minor fixes
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-06-06
Add hooks support (based on rlua v0.17 implementation)
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-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2019-09-29
Add dyn to trait objects
Alex Orlenko
2018-08-05
format with up-to-date rustfmt
kyren
[next]