summaryrefslogtreecommitdiff
path: root/tests/luau.rs
AgeCommit message (Expand)Author
2023-03-25Add &Lua to luau interrupt callback (fixes #197)Alex Orlenko
2022-10-30Better checks and tests when trying to modify a Luau readonly tableAlex Orlenko
2022-10-22Fix typoAlex Orlenko
2022-08-23Fix error message in tests (luau)Alex Orlenko
2022-06-29Set source name to full file path in Luau requireAlex Orlenko
2022-05-24Add `Function::coverage` for Luau to obtain coverage reportAlex Orlenko
2022-04-14Remove Luau compiler options from Chunk in favour of setting Compiler instance.Alex Orlenko
2022-04-08Don't pass Lua handler to interrupt callback (Luau) as it's not safe.Alex Orlenko
2022-03-31Move some Luau functionality to a new moduleAlex Orlenko
2022-03-30Support Luau interrupts (closes #138)Alex Orlenko
2022-03-28Sandboxing supportAlex Orlenko
2022-03-22Support `readonly` table attribute (luau)Alex Orlenko
2022-03-22Add Luau vector datatype supportAlex Orlenko
2022-03-21Add `require` function to LuauAlex Orlenko