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
2023-02-12
Drop `Lua::async_scope` as it's unsound
Alex Orlenko
2023-02-12
Add create_userdata_ref/create_userdata_ref_mut for scope (#206)
Alex Orlenko
2023-02-07
Fix clippy warnings
Alex Orlenko
2023-02-06
Force protected mode for long enough strings
Alex Orlenko
2023-02-03
Allow registering and creating custom userdata types that don't necessary imp...
Alex Orlenko
2023-01-06
Rename `to_lua_err` -> `into_lua_err`
Alex Orlenko
2023-01-06
Fix clippy warnings
Alex Orlenko
2023-01-06
Allow deserializing values from serializable UserData using `Lua::from_value(...
Alex Orlenko
2023-01-04
Better Debug for String
Alex Orlenko
2023-01-02
Add `Table::clear()` method
Alex Orlenko
2022-12-30
Rename wrapped_failure/thread cache to pool
Alex Orlenko
2022-12-30
Rename MultiValue cache to pool
Alex Orlenko
2022-12-24
Refactor `userdata::MetaMethod`.
Alex Orlenko
2022-12-22
Add `Function::wrap`/`Function::wrap_mut`/`Function::wrap_async` to wrap func...
Alex Orlenko
2022-12-20
Remove FromLua impl for UserData+Clone
Alex Orlenko
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
Add ?Sized to PartialEq for Lua String
Alex Orlenko
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-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
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-05
Add luaL_setfuncs to preserved functions
Alex Orlenko
2022-08-23
Check if chunk is empty in luaL_loadbufferx for Luau (fixes #200)
Alex Orlenko
[next]