Age | Commit message (Expand) | Author |
---|---|---|
2023-11-16 | Support binary modules for Luau on cfg(unix) | Alex Orlenko |
2023-07-21 | Support LUA_LIB_NAME in module mode for windows. | Alex Orlenko |
2023-07-20 | Make `module` and `vendored` features mutually exclusive | Alex Orlenko |
2023-07-20 | Support vendored module mode for windows (raw-dylib linking) | Alex Orlenko |
2023-06-20 | Remove `allow(dead_code)` from mlua-sys build scripts | Alex Orlenko |
2023-06-20 | Add a dedicated type for Luau vector. | Alex Orlenko |
2023-05-24 | Add new feature flag `luau-jit` to enable experimental Luau codegen backend | Alex Orlenko |
2023-04-12 | Move ffi module into mlua-sys crate | Alex Orlenko |