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
2018-02-19
Remove terrible awful no-good evil hack
kyren
2018-02-16
Can.. can I do this? Is this a thing that actually works?
kyren
2018-02-15
Provisional "fix" for #71. Requires nightly :(
kyren
2018-02-08
export accidentally hidden `Scope` type
kyren
2018-01-26
ACTUALLY expose `RegistryKey` API
kyren
2018-01-21
Experimentally use the `failure` crate for errors
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren
2017-12-04
Move function and thread into their own modules, auto-formatting
kyren
2017-12-03
remove specific protected functions in favor of generic protect_lua_call
kyren
2017-12-02
new strategy for protected ffi calls
kyren
2017-12-02
split macros into their own file
kyren
2017-12-02
Experimental protected versions of all used 'm' erroring functions
kyren
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