summaryrefslogtreecommitdiff
path: root/src/chunk.rs
AgeCommit message (Expand)Author
2023-08-12Update mutable_globals pointer type to const (luau 0.590)Alex Orlenko
2023-07-28Update Luau compiler optionsAlex Orlenko
2023-07-28Bump luau-src to v0.6.0+luau588Alex Orlenko
2023-07-27Fix `AsChunk` trait to support capturing wrapped Lua types (`AnyUserData::wra...Alex Orlenko
2023-07-10Add `Error::runtime()` helperAlex Orlenko
2023-07-09Add #[must_use] hint and const to some Luau Compiler functionsAlex Orlenko
2023-06-21Refactor `call_async()` functions to use static dispatch outside of traitsAlex Orlenko
2023-06-03Require environment to be a Table instead of Value in Chunks.Alex Orlenko
2023-05-29Refactor application data container.Alex Orlenko
2023-05-29Use futures-core and futures-tasks via futures-util.Alex Orlenko
2023-04-14Remove usage of crate::ffi (clippy)Alex Orlenko
2022-12-19Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMultiAlex Orlenko
2022-12-19Refactor `AsChunk` traitAlex Orlenko
2022-06-28Make clippy happyAlex Orlenko
2022-05-18Fix typoAlex Orlenko
2022-05-16Cache bytecode for internal Lua chunksAlex Orlenko
2022-04-14Refactor `AsChunk` trait.Alex Orlenko
2022-04-14Remove Luau compiler options from Chunk in favour of setting Compiler instance.Alex Orlenko
2022-03-31Add `set_mutable_globals` to Luau compilerAlex Orlenko
2022-03-31Add vector_lib/vector_ctor options to Luau Compiler (hidden)Alex Orlenko
2022-03-25Update docsAlex Orlenko
2022-03-21Move chunks structs to a new module.Alex Orlenko