index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ffi.rs
Age
Commit message (
Expand
)
Author
2018-03-01
Make some changes whose necessity became recently apparent while reading rust...
kyren
2018-02-28
Add debug API to ffi (not used yet, was using experimentally)
kyren
2018-02-19
Cleanup max upvalues constant a bit, add some luaconf.h assumptions
kyren
2018-02-16
Remove debugging println!s
kyren
2018-02-06
Lots of changes, not sure if actually safe yet.
kyren
2018-01-26
Add an API that exposes the functionality of `lua_getuservalue` and `lua_setu...
kyren
2018-01-26
ACTUALLY expose `RegistryKey` API
kyren
2017-12-17
Add automatic Lua "user accessible registry" keys
kyren
2017-12-03
Couple of changes in preparation for 'm' safety:
kyren
2017-12-02
Experimental protected versions of all used 'm' erroring functions
kyren
2017-10-24
Fix some clippy lints, possible edge case API incompatibility around HashMap
kyren
2017-10-23
auto-formatting
kyren
2017-09-14
More documentation work
Jonas Schievink
2017-08-02
Provide custom allocators that ensure that OOM results in an abort
kyren
2017-08-02
Fix soundness problems with rlua
kyren
2017-07-09
slightly cleaner way of linking to an external liblua5.3, if the option is en...
kyren
2017-06-19
Big API change for tables
kyren
2017-06-15
rustfmt changes
kyren
2017-06-05
Somewhat smarter strategy for error_guard calls, less ungodly slow.
kyren
2017-06-05
Handle unprotected lua errors SOMEWHAT more elegantly
kyren
2017-05-24
Basic coroutine support, currently very slightly broken
kyren
2017-05-21
Initial import
kyren