summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-20More ffi module refactoringAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2022-03-20Refactor ffi moduleAlex Orlenko
2022-03-20Fix async userdata __index, __newindex metamethodsTarik02
2022-03-01v0.7.4Alex Orlenko
2022-03-01Fix "find_dummy" compile error if no lua feature selectedAlex Orlenko
2022-02-15Update `create_registry_value` docAlex Orlenko
2022-02-14Optimize `Lua::create_registry_value` by reusing previously expired registry ...Alex Orlenko
2022-02-14Add Lua::replace_registry_valueAlex Orlenko
2022-02-12Recognize LuaJIT TCDATA type to generate correct panic message.Alex Orlenko
2022-02-12Grow/check Lua stack in unpackAlex Orlenko
2022-01-29Optimize async calls:Alex Orlenko
2022-01-29Fix tests for Lua 5.4.4Alex Orlenko
2022-01-19v0.7.3Alex Orlenko
2022-01-19Fix cross compilation (bug introduced in 84a174c)Alex Orlenko
2022-01-17v0.7.2Alex Orlenko
2022-01-17Update READMEAlex Orlenko
2022-01-16Update CHANGELOGAlex Orlenko
2022-01-16Always restore original Lua state after creating Future in async call.Alex Orlenko
2022-01-08Pass Box wrapped pointer to allocator fn instead of referenceAlex Orlenko
2021-12-28Fix clippy warningsAlex Orlenko
2021-12-28Allow `pkg-config` to omit include paths if they equals to standard.Alex Orlenko
2021-12-28Refactor `build/find_normal.rs` to include error messages instead of `unwrap()`Alex Orlenko
2021-12-23v0.7.1Alex Orlenko
2021-12-23Generate traceback from level 0 (instead of 1)Alex Orlenko
2021-12-01Hide (doc) into_static/from_static methodsAlex Orlenko
2021-11-30Update lifetimes for few functions in LuaAlex Orlenko
2021-11-29Lift minimum Rust requirement to 1.53+Alex Orlenko
2021-11-27Update CI (switch to ubuntu-20.04 and add luajit52)Alex Orlenko
2021-11-27Update README (remove ref to benchmarks)Alex Orlenko
2021-11-27Update compile tests (messages)Alex Orlenko
2021-11-25v0.7.0Alex Orlenko
2021-11-25Update dependenciesAlex Orlenko
2021-11-25Update docsAlex Orlenko
2021-11-25Update README & CHANGELOGAlex Orlenko
2021-11-25More performance optimizationsAlex Orlenko