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
2023-12-06
Correct C return type for lua_error
Peter Marheine
2023-12-06
lua54: use changed return type for lua_rawlen
Peter Marheine
2023-12-03
Don't clone function name when calling async userdata method
Alex Orlenko
2023-12-02
(async) Move "pending" poll value from env to poll_future() results
Alex Orlenko
2023-12-01
Remove locals from __mlua_async_poll helper
Alex Orlenko
2023-12-01
Faster `Function::call()` for lua51/jit/luau
Alex Orlenko
2023-11-21
v0.9.2
Alex Orlenko
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
Include luau to ci module tests
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-24
Add lua_newuserdata_t helper to mlua-sys/luau
Alex Orlenko
2023-10-24
Remove MemoryState from ExtraData and retrieve using lua_getallocf (recently ...
Alex Orlenko
2023-10-12
Fix typo in `table_traversal_sequence` becnhmark
Alex Orlenko
2023-10-12
Optimize Table serialization (faster traversal)
Alex Orlenko
2023-10-12
Optimize iterating over array part of table
Alex Orlenko
2023-10-12
Add "table traversal sequence" benchmark
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-10-10
Add table traversal benchmark
Alex Orlenko
2023-10-10
Add serde benchmark
Alex Orlenko
2023-09-29
Update luajit (vendored) to 210.5.0
Alex Orlenko
2023-09-13
Update github CI actions/checkout to v4
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
v0.9.1
Alex Orlenko
2023-08-24
Fix an edge case when using invalidated (relative) userdata index after proce...
Alex Orlenko
2023-08-21
Update README
Alex Orlenko
2023-08-20
impl IntoLuaMulti for StdResult<(), E>
Alex Orlenko
2023-08-20
impl Default for Lua
Alex Orlenko
2023-08-17
v0.9.0
Alex Orlenko
2023-08-16
mlua-sys: v0.3.2
Alex Orlenko
2023-08-16
mlua_derive: v0.9.0
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
Update mutable_globals pointer type to const (luau 0.590)
Alex Orlenko
2023-08-12
Update doc for `deny_unsupported_types` option
Alex Orlenko
2023-08-12
Support options for `Value::serialize()` implementation
Alex Orlenko
2023-08-12
Update to Luau 0.590
Alex Orlenko
2023-08-07
Add new option `sort_keys` to `DeserializeOptions` (`Lua::from_value` method)
Alex Orlenko
2023-08-07
Hide clippy warning converting i32 to i32
Alex Orlenko
2023-08-06
Cosmetic changes for the Value conversions + add tests
Alex Orlenko
2023-08-06
Change `Table::raw_len()` output type to `usize`.
Alex Orlenko
2023-08-06
Add helper functions to Value (#299)
Akase Cho
2023-08-03
Faster table ops
Alex Orlenko
[next]