Age | Commit message (Expand) | Author |
---|---|---|
2023-03-03 | Rename rust_module in tests to test_module | Alex Orlenko |
2023-01-06 | Rename `to_lua_err` -> `into_lua_err` | Alex Orlenko |
2022-12-21 | Fix module tests | Alex Orlenko |
2022-12-18 | Check for invalid args when parsing `#[lua_module(...)]` proc macro | Alex Orlenko |
2022-12-18 | feat: Support custom name of `lua_module` | rise0chen |
2022-05-07 | Don't require Lua sources for modules in build system | Alex Orlenko |
2021-10-11 | Add `target.aarch64-apple-darwin` conf to module examples | Alex Orlenko |
2021-06-13 | Fix clippy warnings && tests | Alex Orlenko |
2021-06-13 | Improve module mode: | Alex Orlenko |
2021-05-18 | Allow multiple entrypoints in a single module share the same Lua state. | Alex Orlenko |
2020-06-07 | Add test to check loading module from lua coroutine (thread) | Alex Orlenko |
2020-06-07 | New `module` feature | Alex Orlenko |