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
/
macros.rs
Age
Commit message (
Expand
)
Author
2021-09-28
Change syntax of `protect_lua` macro
Alex Orlenko
2021-09-28
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-08-22
Fix clippy warnings
Alex Orlenko
2021-07-08
Revert "Make `protect_lua` as a smart macro to choose from C/closure"
Alex Orlenko
2021-07-07
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2020-06-07
New `module` feature
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-12
Move several asserts to only be active with debug, bump alpha version number
kyren
2018-03-08
Change strategies for handling the Lua stack during panics
kyren
2018-02-28
Add debug API to ffi (not used yet, was using experimentally)
kyren
2018-02-10
lua_abort / lua_internal_abort macros
kyren
2018-02-07
Don't panic with "rlua internal error" message on panics that are not internal
kyren
2017-12-04
Add `ExpiredUserData` error and avoid what was previously a panic
kyren
2017-12-02
auto-formatting
kyren
2017-12-02
split macros into their own file
kyren
2017-06-14
Remove src/macros.rs
Jonas Schievink
2017-05-21
Initial import
kyren