summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)Author
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
2018-01-26Don't use a `StdResult` alias for better docs.Jonas Schievink
2018-01-21Experimentally use the `failure` crate for errorskyren
2017-12-05spelling fix for my spelling fixkyren
2017-12-05spelling fixeskyren
2017-12-04Add `ExpiredUserData` error and avoid what was previously a panickyren
2017-12-04Couple of changes:kyren
2017-12-04Move function and thread into their own modules, auto-formattingkyren
2017-12-04Include garbage collector error type, remove unnecessary setmetatable wrapperkyren
2017-10-26Correctly wrap external errors so that Debug trait and Error::cause are correctkyren
2017-09-26Print CallbackError in a better waykyren
2017-08-03autoformattingkyren
2017-08-02Remove ErrorErrorJonas Schievink
2017-08-02Remove expected field from FromLuaConversionErrorJonas Schievink
2017-08-01Remove "lua" prefix from error messagesJonas Schievink
2017-08-01Merge IncompleteStatement into SyntaxErrorJonas Schievink