summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-290.3.2 releaseAlex Orlenko
2020-04-29Add ToLua implementation for slices and arraysAlex Orlenko
2020-04-28Get yield function in the moment of async callback creation.Alex Orlenko
2020-04-28Fix bugs with metatable cache:Alex Orlenko
2020-04-200.3.1 releaseAlex Orlenko
2020-04-20Update documentationAlex Orlenko
2020-04-20Update tests (async and table)Alex Orlenko
2020-04-19Minor refactorAlex Orlenko
2020-04-19Add TableExt trait with call_method/function methodsAlex Orlenko
2020-04-19Update examplesAlex Orlenko
2020-04-18Add family of `call_async` functionAlex Orlenko
2020-04-170.3.0 releaseAlex Orlenko
2020-04-17Include async build/test to github workflowAlex Orlenko
2020-04-17Update Cargo.tomlAlex Orlenko
2020-04-17Update READMEAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-04-15Cherry-pick changes from rlua:Alex Orlenko
2020-02-090.2.2 releaseAlex Orlenko
2020-02-09Fix compile fail testsAlex Orlenko
2020-02-09Update README.mdAlex Orlenko
2020-01-27Fix compile testAlex Orlenko
2020-01-27Combine lua-vendored and luajit-vendored features into "vendored"Alex Orlenko
2020-01-25Merge branch 'github_actions'Alex Orlenko
2020-01-25Move from circele-ci to github actionsAlex Orlenko
2020-01-25Merge branch 'lua_vendored'Alex Orlenko
2020-01-25Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by defaultAlex Orlenko
2020-01-25Support vendored versions of Lua and LuaJITAlex Orlenko
2020-01-07Add raw_insert() and raw_remove() for tables (represented as lists)Alex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
2020-01-06Fix CI badge linkAlex Orlenko
2019-12-260.2.1 releaseAlex Orlenko
2019-12-26Add support of loading a specified set of standard librariesAlex Orlenko
2019-11-300.2.0 releaseAlex Orlenko
2019-11-30Add pair and ipair metamethods support (lua 5.2/5.3 only)Alex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
2019-11-05Update READMEAlex Orlenko
2019-11-05Make upper version of LuaJIT unbounded (fix build on the latest ubuntu)Alex Orlenko
2019-11-05Fix circleci configAlex Orlenko
2019-11-05Add circleci configAlex Orlenko
2019-11-05Update READMEAlex Orlenko
2019-11-05Prepare mlua_derive for publishingAlex Orlenko
2019-11-04Update README and descriptionAlex Orlenko
2019-11-04Move lua 5.1 support under new "lua51" featureAlex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2019-11-04Fix benchmarksAlex Orlenko
2019-11-04Add compile_fail testsAlex Orlenko
2019-11-04Add LuaJIT supportAlex Orlenko
2019-11-04Dont take wrapped panic in error_tostring()Alex Orlenko
2019-10-17Impl Drop for LuaAlex Orlenko
2019-10-17Don't store extra data in the lua_State extra spaceAlex Orlenko