Age | Commit message (Expand) | Author |
---|---|---|
2022-03-30 | Make LuaHook as Fn instead of FnMut to remove Mutex and improve performance | Alex Orlenko |
2022-03-20 | Initial Luau support | 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-18 | Update test names | Alex Orlenko |
2021-04-16 | Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ... | Alex Orlenko |
2020-06-07 | Enable hooks support for LuaJIT | Alex Orlenko |
2020-06-07 | Refactor main_state handling | Alex Orlenko |
2020-06-06 | Add hooks support (based on rlua v0.17 implementation) | Alex Orlenko |