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-04-03
v0.8.0-beta.3
Alex Orlenko
2022-04-03
Fix doc test
Alex Orlenko
2022-03-31
Add `set_mutable_globals` to Luau compiler
Alex Orlenko
2022-03-31
Move some Luau functionality to a new module
Alex Orlenko
2022-03-31
Add vector_lib/vector_ctor options to Luau Compiler (hidden)
Alex Orlenko
2022-03-31
Fix tests
Alex Orlenko
2022-03-31
Increase internal caches size
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-28
Sandboxing support
Alex Orlenko
2022-03-26
Remove Lua::into_static/from_static
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-23
Enable Thread::reset for Luau
Alex Orlenko
2022-03-23
Use `lua_xpush` for Luau
Alex Orlenko
2022-03-22
Support `readonly` table attribute (luau)
Alex Orlenko
2022-03-22
Add Luau vector datatype support
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-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
[next]