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
/
mlua-sys
/
src
Age
Commit message (
Expand
)
Author
2023-12-06
lua54: use changed return type for lua_rawlen
Peter Marheine
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-08-12
Update to Luau 0.590
Alex Orlenko
2023-07-28
Bump luau-src to v0.6.0+luau588
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
Support LUA_LIB_NAME in module mode for windows.
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-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-06-07
Fix setting Luau version number in `_VERSION` env var
Alex Orlenko
2023-05-27
clippy
Alex Orlenko
2023-05-27
Add `Value::to_string()` method similar to `luaL_tolstring`.
Alex Orlenko
2023-05-24
Add new feature flag `luau-jit` to enable experimental Luau codegen backend
Alex Orlenko
2023-05-21
Update to Lua 5.4.6
Alex Orlenko
2023-04-24
mlua-sys: use luau-src v0.5.6+luau573
Alex Orlenko
2023-04-14
cargo fmt
Alex Orlenko
2023-04-14
mlua-sys: clippy
Alex Orlenko
2023-04-13
Add missing `doc_cfg` feature to mlua-sys
Alex Orlenko
2023-04-12
Move ffi module into mlua-sys crate
Alex Orlenko