summaryrefslogtreecommitdiff
path: root/src/types.rs
AgeCommit message (Expand)Author
2018-03-06Update docs to include warning about RegistryKey in callbackskyren
2018-02-11shave this yak some more, make `Callback` type alias have two lifetimeskyren
2018-02-11Add some extra warnings about the reference cycle dangers of `RegistryKey`kyren
2018-02-09Move all tests into a tests/ subfolderkyren
2018-02-09Error correctly on too many arguments / returns / binds / recursionskyren
2018-02-08Make the `Scope` lifetimes more sensiblekyren
2018-02-07Don't keep the unref list around forever after Lua is droppedkyren
2018-02-06Lots of changes, not sure if actually safe yet.kyren
2018-02-06Slightly different strategy with RegistryKey valueskyren
2018-02-06experimentally make `RegistryKey` Sendkyren
2018-01-26ACTUALLY expose `RegistryKey` APIkyren
2017-12-17Add automatic Lua "user accessible registry" keyskyren
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-10-23auto-formattingkyren
2017-09-30more reorganization, move simple type defines to types.rs modulekyren