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
/
lib.rs
Age
Commit message (
Expand
)
Author
2017-10-23
auto-formatting
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
crudely move LightUserData/UserData/AnyUserData to their own module
kyren
2017-09-15
Move string and table wrappers into own files
Jonas Schievink
2017-09-14
More documentation work
Jonas Schievink
2017-08-02
Riiight, doctests don't even *show* warnings by default, this flag is important.
kyren
2017-08-02
deny(warnings) on doctests I don't think is necessary anymore?
kyren
2017-08-02
Whoops, was testing removing that and placed it back in the wrong place
kyren
2017-08-02
Provide custom allocators that ensure that OOM results in an abort
kyren
2017-07-31
Two major API changes to start with:
kyren
2017-07-25
Deny warnings in doc tests
Jonas Schievink
2017-07-24
Do several more Lua prefix renames, add prelude module
kyren
2017-06-25
Another major API change, out of stack space is not an Err
kyren
2017-06-24
Big API incompatible error change, remove dependency on error_chain
kyren
2017-06-14
Utilize `cfg_attr` instead of duplicating code
Jonas Schievink
2017-05-22
Update to use hlist_macro for hlist macros.
kyren
2017-05-21
Initial import
kyren