summaryrefslogtreecommitdiff
path: root/src/luau.rs
AgeCommit message (Collapse)Author
2022-12-19Refactor `AsChunk` traitAlex Orlenko
2022-12-19Refactor LuaInner stateAlex 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-03Redefine `_VERSION` for Luau to include version number.Alex Orlenko
https://github.com/khvzak/mlua/discussions/228
2022-06-29Set source name to full file path in Luau requireAlex Orlenko
2022-04-13Update collectgarbage for Luau: support more optionsAlex Orlenko
2022-03-31Move some Luau functionality to a new moduleAlex Orlenko
Immplement native "vector" function to construct vectors