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
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
2023-06-19
Implement `PartialEq<[T]>` for tables
Alex Orlenko
2023-06-15
Update `UserDataMethods::add_async_method()` functions to take `&T` as second...
Alex Orlenko
2023-06-07
Fix setting Luau version number in `_VERSION` env var
Alex Orlenko
2023-06-07
Add `UserDataFields::add_field()` method to add static fields to UserData.
Alex Orlenko
2023-06-04
Don't keep poll function in environment globals when polling async functions.
Alex Orlenko
2023-06-03
Support getting and setting environment for Lua functions.
Alex Orlenko
2023-05-30
Update `FunctionInfo` doc and interface
Alex Orlenko
2023-05-29
Refactor application data container.
Alex Orlenko
2023-05-28
Include (known) userdata type to Value debug pretty-print
Alex Orlenko
2023-05-27
Add `Value::to_string()` method similar to `luaL_tolstring`.
Alex Orlenko
2023-05-25
Set `__name` field in userdata metatable if not provided
Alex Orlenko
2023-05-21
Update to Lua 5.4.6
Alex Orlenko
2023-05-08
- Allow downcasting error wrapped into `Error::WithContext`
Alex Orlenko
2023-05-06
Add `Value::NULL` constant
Alex Orlenko
2023-05-03
Add `OwnedAnyUserData::take()`
Alex Orlenko
2023-04-27
Update compile tests
Alex Orlenko
2023-04-26
Add OwnedString
Alex Orlenko
2023-04-26
Various improvements for owned types, including:
Alex Orlenko
2023-04-23
Check for reference leak detection only in mlua integratin tests.
Alex Orlenko
2023-04-14
Remove unstable feature flag from Function::wrap/wrap_mut/wrap_async
Alex Orlenko
[next]