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-04-15
Merge pull request #145 from zh-jq/patch-v0.7.4
Alex Orlenko
2022-04-14
Fix clippy warnings
Alex Orlenko
2022-04-14
Refactor `AsChunk` trait.
Alex Orlenko
2022-04-14
Remove Luau compiler options from Chunk in favour of setting Compiler instance.
Alex Orlenko
2022-04-13
Update collectgarbage for Luau: support more options
Alex Orlenko
2022-04-13
Define CallbackUpvalue/AsyncCallbackUpvalue as type alises to Upvalue
Alex Orlenko
2022-04-13
Update compile tests
Alex Orlenko
2022-04-13
Add tests for static Lua instance
Alex Orlenko
2022-04-13
Revert "Remove Lua::into_static/from_static"
Alex Orlenko
2022-04-13
Refactor Lua instance structure.
Alex Orlenko
2022-04-13
Refactor `main_state` handling
Alex Orlenko
2022-04-13
support luajit version 2.0.4
zhangjingqiang
2022-04-08
Don't cast *const to *mut (for pointers comparison)
Alex Orlenko
2022-04-08
(minor) Fix capturing variables in protect_lua closures
Alex Orlenko
2022-04-08
Implement Hash for Lua String
Alex Orlenko
2022-04-08
Fix Luau documentation in docs.rs
Alex Orlenko
2022-04-08
Don't pass Lua handler to interrupt callback (Luau) as it's not safe.
Alex Orlenko
2022-04-03
v0.8.0-beta.3
Alex Orlenko
2022-04-03
Fix doc test
Alex Orlenko
2022-03-31
Update Luau to 0.521
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 minimum `lua-src` version to 544
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
v0.8.0-beta.2
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-23
Enable Thread::reset for Luau
Alex Orlenko
2022-03-23
Update luau-src to 0.2.1 to fix performance issues related to longjmp
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
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
[next]