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
/
hook.rs
Age
Commit message (
Expand
)
Author
2023-07-06
Make Debug interface more user friendly
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2023-04-05
Refactor `HookTriggers` (make it const)
Alex Orlenko
2023-02-07
Fix clippy warnings
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-09
Fix lifetime of `DebugNames` in `Debug::names()` and `DebugSource` in `Debug:...
Alex Orlenko
2022-10-09
Fix clippy warnings
Alex Orlenko
2022-10-08
Update to Luau 0.548 (luau-src >=0.4)
Alex Orlenko
2022-04-18
Add `Function::info()` to get information about functions.
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-21
Enable `Lua::inspect_stack` for Luau
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-16
Move hook_proc under `Lua::set_hook` to use callback_error_ext
Alex Orlenko
2021-11-09
Update `hook::Debug` struct
Alex Orlenko
2021-11-09
Add `Lua::inspect_stack` to get information about the interpreter runtime stack.
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-08-21
Wrap `ExtraData` to `Arc<UnsafeCell>>` instead of raw pointer and attach fina...
Alex Orlenko
2021-08-18
Simplify interface of `hook::HookTriggers`
Alex Orlenko
2021-08-17
Add `Debug::event()` to the hook's Debug structure
Alex Orlenko
2021-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-05-18
Allow multiple entrypoints in a single module share the same Lua state.
Alex Orlenko
2021-05-10
Fix spelling
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-06-07
Enable hooks support for LuaJIT
Alex Orlenko
2020-06-06
Add hooks support (based on rlua v0.17 implementation)
Alex Orlenko