Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | Refactor `AsChunk` trait | Alex Orlenko | |
2022-12-19 | Refactor LuaInner state | Alex Orlenko | |
Add static_assertions to check for auto traits impl on compilation stage Bump MSRV to 1.63 (required for `Ref::filter_map`) | |||
2022-12-03 | Redefine `_VERSION` for Luau to include version number. | Alex Orlenko | |
https://github.com/khvzak/mlua/discussions/228 | |||
2022-06-29 | Set source name to full file path in Luau require | Alex Orlenko | |
2022-04-13 | Update collectgarbage for Luau: support more options | Alex Orlenko | |
2022-03-31 | Move some Luau functionality to a new module | Alex Orlenko | |
Immplement native "vector" function to construct vectors |