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-05-16
Cache bytecode for internal Lua chunks
Alex Orlenko
2022-05-15
Refactor `Function::bind` implementation.
Alex Orlenko
2022-05-12
Fix Send impl
Alex Orlenko
2022-05-09
Add Iter metamethod for Luau (available from 0.526)
Alex Orlenko
2022-05-07
Update to Luau 0.526
Alex Orlenko
2022-04-27
Assert stack for Luau in `callback_error_ext` when operating on a cached wrap...
Alex Orlenko
2022-04-25
v0.8.0-beta.4
Alex Orlenko
2022-04-18
Add `Function::info()` to get information about functions.
Alex Orlenko
2022-04-17
More parking_lot ci tests
Alex Orlenko
2022-04-17
Merge pull request #147 from sondr3/parking_lot
Alex Orlenko
2022-04-17
Faster lua_rotate for Lua < 5.3
Alex Orlenko
2022-04-16
Add parking_lot dependency and feature
Sondre Aasemoen
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
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-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
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
[next]