summaryrefslogtreecommitdiff
path: root/src/userdata.rs
AgeCommit message (Expand)Author
2018-01-27Simplify handling of userdata __gc and resurrected userdata.kyren
2018-01-26Add an API that exposes the functionality of `lua_getuservalue` and `lua_setu...kyren
2018-01-26__gc would be safe now, reword MetaMethod docs accordinglyJonas Schievink
2018-01-26Additional `MetaMethod` docsJonas Schievink
2018-01-21Experimentally use the `failure` crate for errorskyren
2017-12-04Add `ExpiredUserData` error and avoid what was previously a panickyren
2017-12-04more reorganization in an attempt to shrink the size of lua.rskyren
2017-12-04Move function and thread into their own modules, auto-formattingkyren
2017-12-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-12-03auto formattingkyren
2017-12-02auto-formattingkyren
2017-10-23auto-formattingkyren
2017-10-14Cleanups of userdata handling, particularly around callbackskyren
2017-09-30more reorganization, move simple type defines to types.rs modulekyren
2017-09-30move userdata tests into userdata.rskyren
2017-09-30crudely move LightUserData/UserData/AnyUserData to their own modulekyren