summaryrefslogtreecommitdiff
path: root/src/ffi/mod.rs
AgeCommit message (Expand)Author
2022-03-20Refactor ffi moduleAlex Orlenko
2022-02-12Recognize LuaJIT TCDATA type to generate correct panic message.Alex Orlenko
2021-06-20Lua->Rust callback performance improvementsAlex Orlenko
2021-06-16Complitely remove the C shimAlex Orlenko
2021-06-16Revert commit ced808d5abAlex Orlenko
2021-06-12Keep all Lua symbols in unsafe mode to load C modulesAlex Orlenko
2021-05-05Add `Thread::reset()` for luajit/lua54Alex Orlenko
2021-05-04Update sys align codeAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-02-26Bump copyright yearAlex Orlenko
2020-07-27Add Function::dump() to dump lua function to a binary chunkAlex Orlenko
2020-06-07Refactor main_state handlingAlex Orlenko
2020-06-06Dirty hack to get lua 5.1 main stateAlex 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
2020-05-11Scope support (including async)Alex Orlenko
2019-12-26Add support of loading a specified set of standard librariesAlex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
2019-11-04Move lua 5.1 support under new "lua51" featureAlex Orlenko
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-02Replace libc with std::os::rawAlex Orlenko
2019-09-29cargo fmtAlex Orlenko
2019-09-29Replace ffi module with implementation from "jcmoyer/rust-lua53" crateAlex Orlenko