summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-15Merge pull request #145 from zh-jq/patch-v0.7.4Alex Orlenko
2022-04-14Fix clippy warningsAlex 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-04-13Update collectgarbage for Luau: support more optionsAlex Orlenko
2022-04-13Define CallbackUpvalue/AsyncCallbackUpvalue as type alises to UpvalueAlex Orlenko
2022-04-13Update compile testsAlex Orlenko
2022-04-13Add tests for static Lua instanceAlex Orlenko
2022-04-13Revert "Remove Lua::into_static/from_static"Alex Orlenko
2022-04-13Refactor Lua instance structure.Alex Orlenko
2022-04-13Refactor `main_state` handlingAlex Orlenko
2022-04-13support luajit version 2.0.4zhangjingqiang
2022-04-08Don't cast *const to *mut (for pointers comparison)Alex Orlenko
2022-04-08(minor) Fix capturing variables in protect_lua closuresAlex Orlenko
2022-04-08Implement Hash for Lua StringAlex Orlenko
2022-04-08Fix Luau documentation in docs.rsAlex Orlenko
2022-04-08Don't pass Lua handler to interrupt callback (Luau) as it's not safe.Alex Orlenko
2022-04-03v0.8.0-beta.3Alex Orlenko
2022-04-03Fix doc testAlex Orlenko
2022-03-31Update Luau to 0.521Alex Orlenko
2022-03-31Add `set_mutable_globals` to Luau compilerAlex Orlenko
2022-03-31Move some Luau functionality to a new moduleAlex Orlenko
2022-03-31Add vector_lib/vector_ctor options to Luau Compiler (hidden)Alex Orlenko
2022-03-31Fix testsAlex Orlenko
2022-03-31Increase minimum `lua-src` version to 544Alex Orlenko
2022-03-31Increase internal caches sizeAlex Orlenko
2022-03-30Make LuaHook as Fn instead of FnMut to remove Mutex and improve performanceAlex Orlenko
2022-03-30Support Luau interrupts (closes #138)Alex Orlenko
2022-03-28Sandboxing supportAlex Orlenko
2022-03-26Remove Lua::into_static/from_staticAlex Orlenko
2022-03-25v0.8.0-beta.2Alex Orlenko
2022-03-25Update docsAlex Orlenko
2022-03-23Enable Thread::reset for LuauAlex Orlenko
2022-03-23Update luau-src to 0.2.1 to fix performance issues related to longjmpAlex Orlenko
2022-03-23Use `lua_xpush` for LuauAlex Orlenko
2022-03-22Support `readonly` table attribute (luau)Alex Orlenko
2022-03-22Add Luau vector datatype supportAlex Orlenko
2022-03-22v0.8.0-beta.1Alex Orlenko
2022-03-22Update READMEAlex Orlenko
2022-03-22Fix clippy warningsAlex Orlenko
2022-03-21Prepare v0.8.0-beta.1Alex Orlenko
2022-03-21Add `require` function to LuauAlex Orlenko
2022-03-21Move StaticUserData* implementation from `lua` module to the new `userdata_impl`Alex Orlenko
2022-03-21Replace compat53_countlevels with lua_stackdepth for LuauAlex Orlenko
2022-03-21Update to luau 0.519Alex Orlenko
2022-03-21Return binary chunks support in safe mode.Alex Orlenko
2022-03-21Move chunks structs to a new module.Alex Orlenko
2022-03-21Enable `Lua::inspect_stack` for LuauAlex Orlenko
2022-03-21Update luaL_traceback for LuauAlex Orlenko
2022-03-21Fix __index and __newindex wrappers for LuauAlex Orlenko