summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-25Fix `FromLua` derive proc macro to cover more casesAlex Orlenko
2024-01-25Update Luau to 0.609 (luau-src v0.8.0)Alex Orlenko
2024-01-25Impl Into/FromLua for `OwnedThread`Alex Orlenko
2024-01-23Implement IntoLua for ref to String/Table/Function/AnyUserDataAlex Orlenko
2024-01-23Update codecov links after moving repoAlex Orlenko
2024-01-23Fix typos in examples/guided_tourAlex Orlenko
2024-01-20Implement IntoLua for `&RegistryKey`Alex Orlenko
2024-01-20Expose internal `POLL_PENDING` constant (hidden)Alex Orlenko
2024-01-18Increase luau max stack size to 1M from 100kAlex Orlenko
2024-01-10v0.9.4Alex Orlenko
2024-01-10Include skip_memory_check code only when the corresponding attribute set for ...Alex Orlenko
2024-01-10Fix edge case when loading many-in-one module from thread without using its s...Alex Orlenko
2024-01-08v0.9.3Alex Orlenko
2024-01-08Update README & CHANGELOGAlex Orlenko
2024-01-06Fix docsrs attr for Thread::resetAlex Orlenko
2024-01-06Fix (nightly) warning in docAlex Orlenko
2024-01-06Run tests for wasm32-unknown-emscriptenAlex Orlenko
2024-01-03Fix lua53/lua54 `luaL_error` definition (for wasm32)Alex Orlenko
2024-01-03Bump rustyline dependencyAlex Orlenko
2024-01-03Update minimal lua(u) versions (needed for wasm32)Alex Orlenko
2024-01-03Panic when try to build for wasm32 without vendored feature (except luau)Alex Orlenko
2024-01-03mlua-sys: always inline lua_errorAlex Orlenko
2024-01-03mlua-sys: fix Lua 5.2 `lua_sethook` definitionAlex Orlenko
2023-12-27Update lauxlib.rs (#351)Aymen-Hakim
2023-12-14Add lua emscripten support (#338)ByteDream
2023-12-13Merge pull request #337 from tari/emscripten-supportAlex Orlenko
2023-12-10Update Cargo.toml (#342)Joel Natividad
2023-12-08Merge pull request #339 from eatradish/fix-loongarch64-buildAlex Orlenko
2023-12-08Add loongarch64 architecture supporteatradish
2023-12-06Correct C return type for lua_errorPeter Marheine
2023-12-06lua54: use changed return type for lua_rawlenPeter Marheine
2023-12-03Don't clone function name when calling async userdata methodAlex Orlenko
2023-12-02(async) Move "pending" poll value from env to poll_future() resultsAlex Orlenko
2023-12-01Remove locals from __mlua_async_poll helperAlex Orlenko
2023-12-01Faster `Function::call()` for lua51/jit/luauAlex Orlenko
2023-11-21v0.9.2Alex Orlenko
2023-11-20Update Luau+windows `require` dylib failed testAlex Orlenko
2023-11-20Integrate Luau package into mlua api.Alex Orlenko
2023-11-16Include luau to ci module testsAlex Orlenko
2023-11-16Support binary modules for Luau on cfg(unix)Alex Orlenko
2023-11-16Rewrite Luau `require` function to support module loaders.Alex Orlenko
2023-11-16Support LuaJIT cdata type (produced by ffi module)Alex Orlenko
2023-11-16Support Luau buffer type and and library.Alex Orlenko
2023-10-24Add lua_newuserdata_t helper to mlua-sys/luauAlex Orlenko
2023-10-24Remove MemoryState from ExtraData and retrieve using lua_getallocf (recently ...Alex Orlenko
2023-10-12Fix typo in `table_traversal_sequence` becnhmarkAlex Orlenko
2023-10-12Optimize Table serialization (faster traversal)Alex Orlenko
2023-10-12Optimize iterating over array part of tableAlex Orlenko
2023-10-12Add "table traversal sequence" benchmarkAlex Orlenko
2023-10-10Add `Table::for_each` method for fast (faster than `pairs()`) table pairs tra...Alex Orlenko