summaryrefslogtreecommitdiff
path: root/src/ffi.rs
AgeCommit message (Expand)Author
2018-03-01Make some changes whose necessity became recently apparent while reading rust...kyren
2018-02-28Add debug API to ffi (not used yet, was using experimentally)kyren
2018-02-19Cleanup max upvalues constant a bit, add some luaconf.h assumptionskyren
2018-02-16Remove debugging println!skyren
2018-02-06Lots of changes, not sure if actually safe yet.kyren
2018-01-26Add an API that exposes the functionality of `lua_getuservalue` and `lua_setu...kyren
2018-01-26ACTUALLY expose `RegistryKey` APIkyren
2017-12-17Add automatic Lua "user accessible registry" keyskyren
2017-12-03Couple of changes in preparation for 'm' safety:kyren
2017-12-02Experimental protected versions of all used 'm' erroring functionskyren
2017-10-24Fix some clippy lints, possible edge case API incompatibility around HashMapkyren
2017-10-23auto-formattingkyren
2017-09-14More documentation workJonas Schievink
2017-08-02Provide custom allocators that ensure that OOM results in an abortkyren
2017-08-02Fix soundness problems with rluakyren
2017-07-09slightly cleaner way of linking to an external liblua5.3, if the option is en...kyren
2017-06-19Big API change for tableskyren
2017-06-15rustfmt changeskyren
2017-06-05Somewhat smarter strategy for error_guard calls, less ungodly slow.kyren
2017-06-05Handle unprotected lua errors SOMEWHAT more elegantlykyren
2017-05-24Basic coroutine support, currently very slightly brokenkyren
2017-05-21Initial importkyren