Age | Commit message (Expand) | Author |
---|---|---|
2021-02-26 | Bump copyright year | Alex Orlenko |
2021-01-16 | Remove unused exports from glue.{c,rs} && Fix some clippy warnings | Alex Orlenko |
2020-05-15 | Add clippy check and fix clippy warnings | Alex Orlenko |
2020-05-12 | Use Rust allocator for new Lua states that allows to set memory limit | Alex Orlenko |
2020-05-11 | Lua 5.4 FFI | Alex Orlenko |
2019-12-26 | Add support of loading a specified set of standard libraries | Alex Orlenko |
2019-11-30 | Add Lua 5.2 support | Alex Orlenko |
2019-10-17 | Lua 5.1 support | Alex Orlenko |
2019-10-02 | Replace libc with std::os::raw | Alex Orlenko |
2019-09-30 | fmt glue.c | Alex Orlenko |
2019-09-29 | Replace ffi module with implementation from "jcmoyer/rust-lua53" crate | Alex Orlenko |