summaryrefslogtreecommitdiff
path: root/src/util.rs
AgeCommit message (Expand)Author
2021-05-11Update docs & minor error handling code changesAlex Orlenko
2021-05-11Try different approach for errors handling.Alex Orlenko
2021-05-10Fix spellingAlex Orlenko
2021-05-10Improve error reporting in module mode.Alex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27Replace lazy_static with once_cellAlex Orlenko
2021-04-27cargo fmt and other minor fixesAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-04-27Add `UserDataFields` API.Alex Orlenko
2021-04-15Improve panic handling (check for twice resumed panics)Alex Orlenko
2021-02-21Optimize callbacksAlex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-06-07Refactor main_state handlingAlex Orlenko
2020-06-06Dirty hack to get lua 5.1 main stateAlex Orlenko
2020-05-15Add clippy check and fix clippy warningsAlex Orlenko
2020-05-12Add MetaMethod::Close to support Lua 5.4 to-be-closed variablesAlex Orlenko
2020-05-11Add Lua 5.4 (rc2) supportAlex Orlenko
2020-05-11Add Send capability to LuaAlex Orlenko
2020-04-28Fix bugs with metatable cache:Alex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
2019-11-04Move lua 5.1 support under new "lua51" featureAlex Orlenko
2019-11-04Dont take wrapped panic in error_tostring()Alex Orlenko
2019-10-17Lua 5.1 supportAlex 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-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2019-09-29Add dyn to trait objectsAlex Orlenko
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-04Initial design for non-'static scoped userdatakyren
2018-08-05format with up-to-date rustfmtkyren
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-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-08Simplify stack_guard / stack_err_guardkyren
2018-03-08Change strategies for handling the Lua stack during panicskyren
2018-03-06Further safety updates of `protect_lua_call`kyren
2018-03-01Also describe how protect_lua_call functions should not hold types that Dropkyren
2018-03-01Make some changes whose necessity became recently apparent while reading rust...kyren
2018-02-19Remove terrible awful no-good evil hackkyren
2018-02-19Communicate a little bit better about the checkstack constantkyren
2018-02-18Make error_traceback never trigger a Lua errorkyren
2018-02-18more hard to trigger bugs that I noticed doing conversionkyren
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