index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
error.rs
Age
Commit message (
Expand
)
Author
2021-05-31
Treat errors as `Send + Sync` to be compatible with `anyhow` crate
Alex Orlenko
2021-05-10
Fix spelling
Alex Orlenko
2021-05-10
Improve error reporting in module mode.
Alex Orlenko
2021-05-04
Fix clippy warnings
Alex Orlenko
2021-04-27
Add `UserDataFields` API.
Alex Orlenko
2021-04-16
Make error::Error non_exhaustive
Alex Orlenko
2021-04-15
Improve panic handling (check for twice resumed panics)
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-06-07
Refactor main_state handling
Alex Orlenko
2020-05-12
Provide safe and unsafe Lua modes:
Alex Orlenko
2020-05-12
Use Rust allocator for new Lua states that allows to set memory limit
Alex Orlenko
2020-05-11
Hide Lua "Send" capability under the optional "send" feature flag
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-04-15
Cherry-pick changes from rlua:
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2019-09-29
Add dyn to trait objects
Alex Orlenko
2018-10-01
Some documentation and changelog fixes
kyren
2018-09-16
Move integration tests into top-level tests directory
kyren
2018-08-05
Update to failure 0.1.2, rename deprecated methods
kyren
2018-06-29
Prepare for 0.14.0 release
kyren
2018-03-20
Use git dependency on failure 1.0 for right now
kyren
2018-02-09
Error correctly on too many arguments / returns / binds / recursions
kyren
2018-02-09
Explicit error type for destructed callbacks
kyren
2018-02-06
Don't panic on mismatched `RegistryKey` use, instead return error
kyren
2018-01-27
Simplify handling of userdata __gc and resurrected userdata.
kyren
2018-01-26
Fix rustdoc rendering warning
Jonas Schievink
2018-01-26
Don't use a `StdResult` alias for better docs.
Jonas Schievink
2018-01-21
Experimentally use the `failure` crate for errors
kyren
2017-12-05
spelling fix for my spelling fix
kyren
2017-12-05
spelling fixes
kyren
2017-12-04
Add `ExpiredUserData` error and avoid what was previously a panic
kyren
2017-12-04
Couple of changes:
kyren
2017-12-04
Move function and thread into their own modules, auto-formatting
kyren
2017-12-04
Include garbage collector error type, remove unnecessary setmetatable wrapper
kyren
2017-10-26
Correctly wrap external errors so that Debug trait and Error::cause are correct
kyren
2017-09-26
Print CallbackError in a better way
kyren
2017-08-03
autoformatting
kyren
2017-08-02
Remove ErrorError
Jonas Schievink
2017-08-02
Remove expected field from FromLuaConversionError
Jonas Schievink
2017-08-01
Remove "lua" prefix from error messages
Jonas Schievink
2017-08-01
Merge IncompleteStatement into SyntaxError
Jonas Schievink
2017-08-01
Fix handling of `CallbackError`
Jonas Schievink
2017-08-01
Enhance error messages
Jonas Schievink
2017-07-28
Small typo fix
kyren
2017-07-28
Document `Error`
Jonas Schievink
[next]