summaryrefslogtreecommitdiff
path: root/src/lua.rs
AgeCommit message (Expand)Author
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2019-12-26Add support of loading a specified set of standard librariesAlex 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-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-02Add mlua_derive proc macro moduleAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-30Use main state to store extra data and auxiliary registriesAlex 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-26Allow only init Lua from an exiting stateAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-09-30Allow arbitrary [u8] Lua stringskyren
2018-09-26Improve the situation with numerical conversionkyren
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-08-05format with up-to-date rustfmtkyren
2018-08-05very small doc fixeskyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
2018-03-19Small renames and comments to better communicate the intention of stack check...kyren
2018-03-19Where possible, don't call to_lua / from_lua / to_lua_multi / from_lua_multi ...kyren
2018-03-19Always ensure LUA_MINSTACK available stack spaces on callbackkyren
2018-03-12Fix some bad potential unsafety on inner callback calls.kyren
2018-03-12Use rlua_ asserts instead of unreachable!, changelog updates for 0.14kyren
2018-03-12Documentation updates for new handle behavior, and some minor cleanupkyren
2018-03-12Move several asserts to only be active with debug, bump alpha version numberkyren
2018-03-12Documentation improvements, split scope into its own module, improved testskyren
2018-03-12Remove `stack_guard` function and instead just use StackGuard directlykyren
2018-03-11A lot of performance changes.kyren
2018-03-08Enable stack leak panic universallykyren
2018-03-08Simplify stack_guard / stack_err_guardkyren
2018-03-08Whoops, fix an assert that was improperly changed to an internal errorkyren
2018-03-08Change strategies for handling the Lua stack during panicskyren
2018-02-19Remove terrible awful no-good evil hackkyren
2018-02-19Letting scope handles escape the scope was unsafekyren
2018-02-18Fix several bugs found while doing C conversionkyren
2018-02-16Can.. can I do this? Is this a thing that actually works?kyren
2018-02-15Provisional "fix" for #71. Requires nightly :(kyren
2018-02-12Some changes for panic correctness, stack usage correctness, and speedkyren
2018-02-11More documentation fixeskyren
2018-02-11Documentation fixes / additionskyren
2018-02-11shave this yak some more, make `Callback` type alias have two lifetimeskyren
2018-02-11Specify the types exactly in the scary transmutekyren