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
/
tests
Age
Commit message (
Expand
)
Author
2024-01-06
Run tests for wasm32-unknown-emscripten
Alex Orlenko
2023-12-14
Add lua emscripten support (#338)
ByteDream
2023-11-20
Update Luau+windows `require` dylib failed test
Alex Orlenko
2023-11-20
Integrate Luau package into mlua api.
Alex Orlenko
2023-11-16
Support binary modules for Luau on cfg(unix)
Alex Orlenko
2023-11-16
Rewrite Luau `require` function to support module loaders.
Alex Orlenko
2023-11-16
Support LuaJIT cdata type (produced by ffi module)
Alex Orlenko
2023-11-16
Support Luau buffer type and and library.
Alex Orlenko
2023-10-10
Add `Table::for_each` method for fast (faster than `pairs()`) table pairs tra...
Alex Orlenko
2023-10-10
Optimize table traversal (`pairs` iterator).
Alex Orlenko
2023-09-29
Update luajit (vendored) to 210.5.0
Alex Orlenko
2023-08-27
rustfmt 1.72+
Alex Orlenko
2023-08-27
Fix setting userdata (static) fields when it has __index metamethod/function.
Alex Orlenko
2023-08-24
Fix an edge case when using invalidated (relative) userdata index after proce...
Alex Orlenko
2023-08-20
impl IntoLuaMulti for StdResult<(), E>
Alex Orlenko
2023-08-15
Update non-static (scoped) userdata:
Alex Orlenko
2023-08-14
Add `Scope::create_any_userdata()`
Alex Orlenko
2023-08-12
Add `Lua::set_vector_metatable()` method (unstable)
Alex Orlenko
2023-08-12
Add `OwnedThread` type (unstable)
Alex Orlenko
2023-08-12
Support options for `Value::serialize()` implementation
Alex Orlenko
2023-08-07
Add new option `sort_keys` to `DeserializeOptions` (`Lua::from_value` method)
Alex Orlenko
2023-08-06
Cosmetic changes for the Value conversions + add tests
Alex Orlenko
2023-08-03
Optimize async functionality:
Alex Orlenko
2023-07-28
Update Luau compiler options
Alex Orlenko
2023-07-28
Fix warning when compiling chunk tests
Alex Orlenko
2023-07-27
Fix `AsChunk` trait to support capturing wrapped Lua types (`AnyUserData::wra...
Alex Orlenko
2023-07-26
Fix lua51/52 case in userdata tests
Alex Orlenko
2023-07-26
Set `__type` metatable field for Luau instead of `__name`.
Alex Orlenko
2023-07-22
Use c-unwind ABI (Rust 1.71+)
Alex Orlenko
2023-07-22
Fix loading luau code starting with \t
Alex Orlenko
2023-07-21
Do not rely on vendored feature when testing luajit memory limit
Alex Orlenko
2023-07-20
Make `module` and `vendored` features mutually exclusive
Alex Orlenko
2023-07-20
Drop openresty specific luajit extensions
Alex Orlenko
2023-07-20
Support vendored module mode for windows (raw-dylib linking)
Alex Orlenko
2023-07-16
Add `#[derive(FromLua)]` macro to opt-in into `FromLua<T> where T: 'static + ...
Alex Orlenko
2023-07-11
Rename `UserDataRegistrar` to `LuaUserDataRegistry`
Alex Orlenko
2023-07-10
Add `Error::runtime()` helper
Alex Orlenko
2023-07-10
Add `AnyUserData::wrap()` to more easy way of creating _any_ userdata in Lua.
Alex Orlenko
2023-07-10
Drop futures-timer dev-dependency
Alex Orlenko
2023-07-10
Add new module attribule `skip_memory_check` to improve performance
Alex Orlenko
2023-07-10
Update compile tests
Alex Orlenko
2023-07-09
Rename `AnyUserData::get_*_user_value` to `AnyUserData::*_user_value`.
Alex Orlenko
2023-07-09
Take &str as function name in `TableExt` and `AnyUserDataExt` traits
Alex Orlenko
2023-07-09
Refactor Lua 5.4 warnings to use &str instead of CStr
Alex Orlenko
2023-07-09
Always set hook on a current Lua context (state) and remove MainThreadNotAvai...
Alex Orlenko
2023-07-06
Make Debug interface more user friendly
Alex Orlenko
2023-06-26
Add `Table:is_empty()` function
Alex Orlenko
2023-06-26
Don't use any metamethods in `Table::sequence_values()` iterator.
Alex Orlenko
2023-06-21
impl UserData for Rc<T> and Arc<T> where T: UserData
Alex Orlenko
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
[next]