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