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
/
lua.rs
Age
Commit message (
Expand
)
Author
2022-05-16
Cache bytecode for internal Lua chunks
Alex Orlenko
2022-05-12
Fix Send impl
Alex Orlenko
2022-04-27
Assert stack for Luau in `callback_error_ext` when operating on a cached wrap...
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
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
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-03-31
Move some Luau functionality to a new module
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
Add Luau vector datatype support
Alex Orlenko
2022-03-22
Fix clippy warnings
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
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-20
More ffi module refactoring
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2022-03-20
Refactor ffi module
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-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-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
Update docs
Alex Orlenko
2021-11-25
More performance optimizations
Alex Orlenko
2021-11-23
Update `Lua::unload` doc & fix clippy warnings
Alex Orlenko
2021-11-23
Add unload() to remove module
Alexander Polakov
2021-11-16
Move hook_proc under `Lua::set_hook` to use callback_error_ext
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
[next]