summaryrefslogtreecommitdiff
path: root/src/ffi/glue
AgeCommit message (Expand)Author
2021-02-26Bump copyright yearAlex Orlenko
2021-01-16Remove unused exports from glue.{c,rs} && Fix some clippy warningsAlex Orlenko
2020-05-15Add clippy check and fix clippy warningsAlex Orlenko
2020-05-12Use Rust allocator for new Lua states that allows to set memory limitAlex Orlenko
2020-05-11Lua 5.4 FFIAlex Orlenko
2019-12-26Add support of loading a specified set of standard librariesAlex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-02Replace libc with std::os::rawAlex Orlenko
2019-09-30fmt glue.cAlex Orlenko
2019-09-29Replace ffi module with implementation from "jcmoyer/rust-lua53" crateAlex Orlenko