summaryrefslogtreecommitdiff
path: root/tests/hooks.rs
AgeCommit message (Expand)Author
2022-03-30Make LuaHook as Fn instead of FnMut to remove Mutex and improve performanceAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2021-08-18Simplify interface of `hook::HookTriggers`Alex Orlenko
2021-08-17Add `Debug::event()` to the hook's Debug structureAlex Orlenko
2021-06-18Update test namesAlex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...Alex Orlenko
2020-06-07Enable hooks support for LuaJITAlex Orlenko
2020-06-07Refactor main_state handlingAlex Orlenko
2020-06-06Add hooks support (based on rlua v0.17 implementation)Alex Orlenko