Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-04 | Add `Lua::set_fflag()` to control Luau feature flags | Alex Orlenko | |
2024-01-27 | Fix crash when initializing Luau sandbox without stdlibs (#361) | Alex Orlenko | |
2024-01-06 | Run tests for wasm32-unknown-emscripten | Alex Orlenko | |
2023-11-20 | Update Luau+windows `require` dylib failed test | Alex Orlenko | |
2023-11-20 | Integrate Luau package into mlua api. | Alex Orlenko | |
Eg. `Lua::load_from_std_lib` with `StdLib::PACKAGE` is now supported for Luau. | |||
2023-11-16 | Rewrite Luau `require` function to support module loaders. | Alex Orlenko | |
Also add `package` library with `path`/`loaded`/`loaders`. | |||
2023-11-16 | Support Luau buffer type and and library. | Alex Orlenko | |
Buffer is an object that represents a fixed-size mutable block of memory and added to Luau 0.601. See https://luau-lang.org/library#buffer-library for more details. | |||
2023-08-12 | Add `Lua::set_vector_metatable()` method (unstable) | Alex Orlenko | |
2023-07-28 | Update Luau compiler options | Alex Orlenko | |
2023-07-10 | Add `Error::runtime()` helper | Alex Orlenko | |
2023-06-20 | Add a dedicated type for Luau vector. | Alex Orlenko | |
Refactor existing implementation and add 4-dimensional vectors support. | |||
2023-06-07 | Fix setting Luau version number in `_VERSION` env var | Alex Orlenko | |
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 | |
Add ability to set global Luau compiler used for load all chunks including via require function. | |||
2022-04-08 | Don't pass Lua handler to interrupt callback (Luau) as it's not safe. | Alex Orlenko | |
Optimize callback_error_ext to check stack only before allocating a new WrappedFailure. | |||
2022-03-31 | Move some Luau functionality to a new module | Alex Orlenko | |
Immplement native "vector" function to construct vectors | |||
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 | |