summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-17Rename LUA_LIB/LUA_INC variables and link staticAlex Orlenko
2019-10-17Clear changelog and update licenseAlex Orlenko
2019-10-02Replace libc with std::os::rawAlex Orlenko
2019-10-02Add mlua_derive proc macro moduleAlex Orlenko
2019-10-01Rerun build.rs if glue.c changedAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-30Support defining custom lua include and lib pathesAlex Orlenko
2019-09-30fmt glue.cAlex Orlenko
2019-09-30Temporary drop "compile-fail" tests due to unstable compiletest_rs crateAlex Orlenko
2019-09-30Add call method to tableAlex Orlenko
2019-09-30Use main state to store extra data and auxiliary registriesAlex Orlenko
2019-09-29Update tests (excl. compile-fail)Alex Orlenko
2019-09-29Add Table::raw_remove methodAlex Orlenko
2019-09-29Allow to catch rust panics via pcallAlex Orlenko
2019-09-29cargo fmtAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko