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
2023-07-11
Revert `Add error-send feature`
Alex Orlenko
2023-07-11
Add error-send feature
Alex Orlenko
2023-07-10
Add `Error::runtime()` helper
Alex Orlenko
2023-07-10
Various cosmetic changes
Alex Orlenko
2023-07-09
Always set hook on a current Lua context (state) and remove MainThreadNotAvai...
Alex Orlenko
2023-06-21
impl UserData for Rc<T> and Arc<T> where T: UserData
Alex Orlenko
2023-05-08
- Allow downcasting error wrapped into `Error::WithContext`
Alex Orlenko
2023-03-26
Update Error doc
Alex Orlenko
2023-03-19
Add `Error::downcast_ref()` method
Alex Orlenko
2023-03-17
Add `ErrorContext` extension trait to attach additional context to `Error`
Alex Orlenko
2023-03-16
Rename `error` to `cause` in `Error::BadArgument`
Alex Orlenko
2023-03-14
Improve error reporting when calling Rust functions from Lua.
Alex Orlenko
2023-02-07
Fix clippy warnings
Alex Orlenko
2023-01-06
Rename `to_lua_err` -> `into_lua_err`
Alex Orlenko
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2021-11-07
Refactor `Error::CallbackError` reporting and include source to
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-06-17
Improve code coverage
Alex Orlenko
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
[next]