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
Age
Commit message (
Expand
)
Author
2022-03-22
Add Luau vector datatype support
Alex Orlenko
2022-03-22
v0.8.0-beta.1
Alex Orlenko
2022-03-22
Update README
Alex Orlenko
2022-03-22
Fix clippy warnings
Alex Orlenko
2022-03-21
Prepare v0.8.0-beta.1
Alex Orlenko
2022-03-21
Add `require` function to Luau
Alex Orlenko
2022-03-21
Move StaticUserData* implementation from `lua` module to the new `userdata_impl`
Alex Orlenko
2022-03-21
Replace compat53_countlevels with lua_stackdepth for Luau
Alex Orlenko
2022-03-21
Update to luau 0.519
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
Update luaL_traceback for Luau
Alex Orlenko
2022-03-21
Fix __index and __newindex wrappers for Luau
Alex Orlenko
2022-03-20
More ffi module refactoring
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-03-01
v0.7.4
Alex Orlenko
2022-03-01
Fix "find_dummy" compile error if no lua feature selected
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-29
Fix tests for Lua 5.4.4
Alex Orlenko
2022-01-19
v0.7.3
Alex Orlenko
2022-01-19
Fix cross compilation (bug introduced in 84a174c)
Alex Orlenko
2022-01-17
v0.7.2
Alex Orlenko
2022-01-17
Update README
Alex Orlenko
2022-01-16
Update CHANGELOG
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-28
Allow `pkg-config` to omit include paths if they equals to standard.
Alex Orlenko
2021-12-28
Refactor `build/find_normal.rs` to include error messages instead of `unwrap()`
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-29
Lift minimum Rust requirement to 1.53+
Alex Orlenko
2021-11-27
Update CI (switch to ubuntu-20.04 and add luajit52)
Alex Orlenko
2021-11-27
Update README (remove ref to benchmarks)
Alex Orlenko
2021-11-27
Update compile tests (messages)
Alex Orlenko
2021-11-25
v0.7.0
Alex Orlenko
2021-11-25
Update dependencies
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-25
Update README & CHANGELOG
Alex Orlenko
2021-11-25
More performance optimizations
Alex Orlenko
[next]