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-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-18
Check for invalid args when parsing `#[lua_module(...)]` proc macro
Alex Orlenko
2022-12-18
Add ?Sized to PartialEq for Lua String
Alex Orlenko
2022-12-18
feat: Support custom name of `lua_module`
rise0chen
2022-12-18
Replace `impl AsRef<str>` with simple `&str`
Alex Orlenko
2022-12-18
Use `impl AsRef<str>` for userdata methods/fields instead of generic param.
Alex Orlenko
2022-12-18
Do not clear usevalues when taking value out of userdata.
Alex Orlenko
2022-12-18
Initial implementation of owned Lua types
Alex Orlenko
2022-12-18
upgrade bstr from 0.2 to 1.0
Joel Natividad
2022-12-15
Fix subtraction overflow when calculating index for `MultiValue::get()`.
Alex Orlenko
2022-12-09
Fix lifetime of `DebugNames` in `Debug::names()` and `DebugSource` in `Debug:...
Alex Orlenko
2022-12-03
Redefine `_VERSION` for Luau to include version number.
Alex Orlenko
2022-12-03
Update Luau to 0.555 (luau-src 0.5.0)
Alex Orlenko
2022-11-07
v0.8.6
Alex Orlenko
2022-11-07
Fix bug when recycled Registry slot can be set to Nil.
Alex Orlenko
2022-10-30
v0.8.5
Alex Orlenko
2022-10-30
Better checks and tests when trying to modify a Luau readonly table
Alex Orlenko
2022-10-29
Fix `Table::raw_push` for luau when readonly
Alex Orlenko
2022-10-28
Fix getting caller information from Lua::load
Alex Orlenko
2022-10-23
Add push/pop methods to Table
Alex Orlenko
2022-10-23
Minor serde optimizations
Alex Orlenko
2022-10-23
Optimize `Lua::create_table` to use reference thread if possible
Alex Orlenko
2022-10-23
Optimize `Lua::create_string` to use reference thread if possible
Alex Orlenko
2022-10-22
Optimize tables:
Alex Orlenko
2022-10-22
Fix typo
Alex Orlenko
2022-10-22
Strings optimizations: get access to bytes directly from ref thread.
Alex Orlenko
2022-10-22
Replace Lua::ref_thread_exec
Alex Orlenko
2022-10-22
Update formatting (Lua registry values)
Alex Orlenko
2022-10-22
Check that allocation does not exceed isize::MAX
Alex Orlenko
2022-10-09
v0.8.4
Alex Orlenko
2022-10-09
Fix clippy warnings
Alex Orlenko
2022-10-09
Update push_userdata_ref
Alex Orlenko
2022-10-09
Don't allocate extra byte for userdata (luau)
Alex Orlenko
2022-10-08
Update to Luau 0.548 (luau-src >=0.4)
Alex Orlenko
2022-09-13
Update CI
Alex Orlenko
2022-09-05
Add luaL_setfuncs to preserved functions
Alex Orlenko
2022-08-23
Update compile tests
Alex Orlenko
2022-08-23
Fix error message in tests (luau)
Alex Orlenko
2022-08-23
Check if chunk is empty in luaL_loadbufferx for Luau (fixes #200)
Alex Orlenko
2022-08-23
Fix typo in doc comment
Trisha
2022-08-02
v0.8.3
Alex Orlenko
2022-08-02
Fallback to Lua internal allocator if unable to create Lua VM with Rust one.
Alex Orlenko
2022-08-01
Fix Lua assertion when inspecting another thread stack.
Alex Orlenko
2022-08-01
Check that Lua state is non-null in init_from_ptr()
Alex Orlenko
2022-08-01
Check that lua_newstate() returns non-null Lua state
Alex Orlenko
2022-07-31
Close to-be-closed variables for Lua 5.4 when using call_async functions
Alex Orlenko
2022-07-25
v0.8.2
Alex Orlenko
[next]