summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)Author
2023-07-11Revert `Add error-send feature`Alex Orlenko
2023-07-11Add error-send featureAlex Orlenko
2023-07-10Add `Error::runtime()` helperAlex Orlenko
2023-07-10Various cosmetic changesAlex Orlenko
2023-07-09Always set hook on a current Lua context (state) and remove MainThreadNotAvai...Alex Orlenko
2023-06-21impl UserData for Rc<T> and Arc<T> where T: UserDataAlex Orlenko
2023-05-08- Allow downcasting error wrapped into `Error::WithContext`Alex Orlenko
2023-03-26Update Error docAlex Orlenko
2023-03-19Add `Error::downcast_ref()` methodAlex Orlenko
2023-03-17Add `ErrorContext` extension trait to attach additional context to `Error`Alex Orlenko
2023-03-16Rename `error` to `cause` in `Error::BadArgument`Alex Orlenko
2023-03-14Improve error reporting when calling Rust functions from Lua.Alex Orlenko
2023-02-07Fix clippy warningsAlex Orlenko
2023-01-06Rename `to_lua_err` -> `into_lua_err`Alex Orlenko
2022-12-19Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMultiAlex Orlenko
2022-03-25Update docsAlex Orlenko
2021-11-07Refactor `Error::CallbackError` reporting and include source toAlex Orlenko
2021-10-12Update documentation referencesAlex Orlenko
2021-06-17Improve code coverageAlex Orlenko
2021-05-31Treat errors as `Send + Sync` to be compatible with `anyhow` crateAlex Orlenko
2021-05-10Fix spellingAlex Orlenko
2021-05-10Improve error reporting in module mode.Alex Orlenko
2021-05-04Fix clippy warningsAlex Orlenko
2021-04-27Add `UserDataFields` API.Alex Orlenko
2021-04-16Make error::Error non_exhaustiveAlex Orlenko
2021-04-15Improve panic handling (check for twice resumed panics)Alex Orlenko
2020-12-31Update documentationAlex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-06-07Refactor main_state handlingAlex Orlenko
2020-05-12Provide safe and unsafe Lua modes:Alex Orlenko
2020-05-12Use Rust allocator for new Lua states that allows to set memory limitAlex Orlenko
2020-05-11Hide Lua "Send" capability under the optional "send" feature flagAlex Orlenko
2020-05-11Add Send capability to LuaAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-04-15Cherry-pick changes from rlua:Alex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2019-09-29Add dyn to trait objectsAlex Orlenko
2018-10-01Some documentation and changelog fixeskyren
2018-09-16Move integration tests into top-level tests directorykyren
2018-08-05Update to failure 0.1.2, rename deprecated methodskyren
2018-06-29Prepare for 0.14.0 releasekyren
2018-03-20Use git dependency on failure 1.0 for right nowkyren
2018-02-09Error correctly on too many arguments / returns / binds / recursionskyren
2018-02-09Explicit error type for destructed callbackskyren
2018-02-06Don't panic on mismatched `RegistryKey` use, instead return errorkyren
2018-01-27Simplify handling of userdata __gc and resurrected userdata.kyren
2018-01-26Fix rustdoc rendering warningJonas Schievink