summaryrefslogtreecommitdiff
path: root/src/types.rs
AgeCommit message (Expand)Author
2021-06-16Implement Hash for RegistryKey. Closes #57Alex Orlenko
2021-06-13Fix clippy warnings && testsAlex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27Refactor UserDataCellAlex Orlenko
2021-04-27cargo fmt and other minor fixesAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-06-06Add hooks support (based on rlua v0.17 implementation)Alex Orlenko
2020-05-11Hide Lua "Send" capability under the optional "send" feature flagAlex Orlenko
2020-05-11Add Send capability to LuaAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2019-09-29Add dyn to trait objectsAlex Orlenko
2018-08-05format with up-to-date rustfmtkyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
2018-03-12Documentation updates for new handle behavior, and some minor cleanupkyren
2018-03-11A lot of performance changes.kyren
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