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
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
2018-03-28
New approach for ref types, use an auxillary thread stack
kyren
2018-03-12
Documentation updates for new handle behavior, and some minor cleanup
kyren
2018-03-11
A lot of performance changes.
kyren
2018-03-06
Update docs to include warning about RegistryKey in callbacks
kyren
2018-02-11
shave this yak some more, make `Callback` type alias have two lifetimes
kyren
2018-02-11
Add some extra warnings about the reference cycle dangers of `RegistryKey`
kyren
2018-02-09
Move all tests into a tests/ subfolder
kyren
2018-02-09
Error correctly on too many arguments / returns / binds / recursions
kyren
2018-02-08
Make the `Scope` lifetimes more sensible
kyren
2018-02-07
Don't keep the unref list around forever after Lua is dropped
kyren
2018-02-06
Lots of changes, not sure if actually safe yet.
kyren
2018-02-06
Slightly different strategy with RegistryKey values
kyren
2018-02-06
experimentally make `RegistryKey` Send
kyren
2018-01-26
ACTUALLY expose `RegistryKey` API
kyren
2017-12-17
Add automatic Lua "user accessible registry" keys
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren
2017-12-04
Move function and thread into their own modules, auto-formatting
kyren
2017-10-23
auto-formatting
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren