Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | clippy | Alex Orlenko | |
2023-05-27 | Add `Value::to_string()` method similar to `luaL_tolstring`. | Alex Orlenko | |
It uses `__tostring` metamethod if set. Closes #279 | |||
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: v0.1.1 | 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 documentation url to mlua-sys | 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 | |