summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-19Minor refactorAlex Orlenko
2020-04-19Add TableExt trait with call_method/function methodsAlex Orlenko
2020-04-18Add family of `call_async` functionAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-04-15Cherry-pick changes from rlua:Alex Orlenko
2020-01-25Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by defaultAlex 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
2019-12-26Add support of loading a specified set of standard librariesAlex 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-04Move lua 5.1 support under new "lua51" featureAlex Orlenko
2019-11-04Fix examples and docsAlex 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-02Replace libc with std::os::rawAlex Orlenko
2019-10-02Add mlua_derive proc macro moduleAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-30fmt glue.cAlex Orlenko
2019-09-30Add call method to tableAlex Orlenko
2019-09-30Use main state to store extra data and auxiliary registriesAlex 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
2019-09-29Replace ffi module with implementation from "jcmoyer/rust-lua53" crateAlex Orlenko
2019-09-29Add dyn to trait objectsAlex Orlenko
2019-09-26Allow only init Lua from an exiting stateAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-10-01Some documentation and changelog fixeskyren
2018-09-30Allow arbitrary [u8] Lua stringskyren
2018-09-26Avoid mem::uninitialized in generic context as it is unsound with e.g. boolkyren
2018-09-26Improve the situation with numerical conversionkyren
2018-09-24Return rlua::Error on out of range numeric conversions using num_traits::castkyren
2018-09-16Merge pull request #79 from acrisci/system-lua-pkg-configkyren
2018-09-16Move integration tests into top-level tests directorykyren
2018-09-16Rename Scope::create_userdata to Scope::create_nonstatic_userdatakyren
2018-09-04basic tests for nonstatic userdatakyren
2018-09-04comment terminology... fix?kyren
2018-09-04code re-org have slightly less pub(crate) itemskyren
2018-09-04Comment updates that I really hope are correctkyren
2018-09-04Initial design for non-'static scoped userdatakyren
2018-09-04Don't leak userdata if the metatable creation errors or panicskyren
2018-09-02small macro style changekyren
2018-09-02Implement tuple MultiValue tuple conversion up to 16kyren
2018-08-05Solve (maybe) *another* soundness issue with `Lua::scope`kyren
2018-08-05Remove out of date documentation, simpler scope lifetimeskyren
2018-08-05Fix for a soundness bug around scope, don't allow callback parameters to escapekyren