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
/
userdata.rs
Age
Commit message (
Expand
)
Author
2018-01-27
Simplify handling of userdata __gc and resurrected userdata.
kyren
2018-01-26
Add an API that exposes the functionality of `lua_getuservalue` and `lua_setu...
kyren
2018-01-26
__gc would be safe now, reword MetaMethod docs accordingly
Jonas Schievink
2018-01-26
Additional `MetaMethod` docs
Jonas Schievink
2018-01-21
Experimentally use the `failure` crate for errors
kyren
2017-12-04
Add `ExpiredUserData` error and avoid what was previously a panic
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
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-12-03
auto formatting
kyren
2017-12-02
auto-formatting
kyren
2017-10-23
auto-formatting
kyren
2017-10-14
Cleanups of userdata handling, particularly around callbacks
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
move userdata tests into userdata.rs
kyren
2017-09-30
crudely move LightUserData/UserData/AnyUserData to their own module
kyren