summaryrefslogtreecommitdiff
path: root/src/hook.rs
AgeCommit message (Expand)Author
2023-07-06Make Debug interface more user friendlyAlex Orlenko
2023-04-14Remove usage of crate::ffi (clippy)Alex Orlenko
2023-04-05Refactor `HookTriggers` (make it const)Alex Orlenko
2023-02-07Fix clippy warningsAlex Orlenko
2022-12-19Refactor LuaInner stateAlex Orlenko
2022-12-09Fix lifetime of `DebugNames` in `Debug::names()` and `DebugSource` in `Debug:...Alex Orlenko
2022-10-09Fix clippy warningsAlex Orlenko
2022-10-08Update to Luau 0.548 (luau-src >=0.4)Alex Orlenko
2022-04-18Add `Function::info()` to get information about functions.Alex Orlenko
2022-03-25Update docsAlex Orlenko
2022-03-21Enable `Lua::inspect_stack` for LuauAlex Orlenko
2021-11-25Update docsAlex Orlenko
2021-11-16Move hook_proc under `Lua::set_hook` to use callback_error_extAlex Orlenko
2021-11-09Update `hook::Debug` structAlex Orlenko
2021-11-09Add `Lua::inspect_stack` to get information about the interpreter runtime stack.Alex Orlenko
2021-10-12Update documentation referencesAlex Orlenko
2021-08-21Wrap `ExtraData` to `Arc<UnsafeCell>>` instead of raw pointer and attach fina...Alex Orlenko
2021-08-18Simplify interface of `hook::HookTriggers`Alex Orlenko
2021-08-17Add `Debug::event()` to the hook's Debug structureAlex Orlenko
2021-06-16Revert commit ced808d5abAlex Orlenko
2021-05-18Allow multiple entrypoints in a single module share the same Lua state.Alex Orlenko
2021-05-10Fix spellingAlex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-06-07Enable hooks support for LuaJITAlex Orlenko
2020-06-06Add hooks support (based on rlua v0.17 implementation)Alex Orlenko