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
/
tests
Age
Commit message (
Expand
)
Author
2022-03-22
Add Luau vector datatype support
Alex Orlenko
2022-03-21
Add `require` function to Luau
Alex Orlenko
2022-03-21
Return binary chunks support in safe mode.
Alex Orlenko
2022-03-21
Move chunks structs to a new module.
Alex Orlenko
2022-03-21
Enable `Lua::inspect_stack` for Luau
Alex Orlenko
2022-03-21
Fix __index and __newindex wrappers for Luau
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2022-03-20
Refactor ffi module
Alex Orlenko
2022-03-20
Fix async userdata __index, __newindex metamethods
Tarik02
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-01-29
Fix tests for Lua 5.4.4
Alex Orlenko
2021-11-27
Update compile tests (messages)
Alex Orlenko
2021-11-23
Update tests
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
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
Add thread (coroutine) cache to reset and later reuse to execute async functi...
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
Merge branch 'dev'
Alex Orlenko
2021-11-06
Fix recursive tables serialization when using `serde::ser::Serialize`
Alex Orlenko
2021-11-04
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
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
2021-10-11
Add `target.aarch64-apple-darwin` conf to module examples
Alex Orlenko
2021-10-05
Add (hidden) method `UserData::take()` to take out value from userdata
Alex Orlenko
2021-10-04
Add serializing i128/u128 types.
Alex Orlenko
2021-09-28
Fix table traversal used in recursion detection.
Alex Orlenko
2021-09-16
Update compile tests error messages
Alex Orlenko
2021-09-15
Add `DeserializeOptions` struct to control deserializer behavior.
Alex Orlenko
2021-08-18
Simplify interface of `hook::HookTriggers`
Alex Orlenko
2021-08-17
Add `Debug::event()` to the hook's Debug structure
Alex Orlenko
2021-07-13
Update trybuild messages
Alex Orlenko
2021-07-05
Add new functions: `lua.load_from_function()` and `lua.create_c_function()`
Alex Orlenko
2021-06-25
Fix converting Lua sequence table to HashSet/BTreeSet
Alex Orlenko
2021-06-21
Add limited recursion test to increase coverage
Alex Orlenko
2021-06-19
More tests for arc/rc wrapped userdata
Alex Orlenko
2021-06-18
Update test names
Alex Orlenko
2021-06-17
Improve code coverage
Alex Orlenko
2021-06-16
Implement Hash for RegistryKey. Closes #57
Alex Orlenko
2021-06-13
Fix clippy warnings && tests
Alex Orlenko
2021-06-13
Improve module mode:
Alex Orlenko
2021-06-04
Add `String::to_string_lossy`
Alex Orlenko
2021-06-03
Implement `UserData` for Rc<RefCell>/Arc<Mutex>/Arc<RwLock> wrappers
Alex Orlenko
2021-05-18
Allow multiple entrypoints in a single module share the same Lua state.
Alex Orlenko
2021-05-05
Add chunk! macro support
Alex Orlenko
[next]