Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | ACTUALLY expose `RegistryKey` API | kyren | |
Also fixes a safety issue with RegistryKey, where you could use RegistryKeys with mismatching Lua instances. | |||
2017-10-23 | auto-formatting | kyren | |
2017-09-14 | More documentation work | Jonas Schievink | |
2017-07-24 | Do several more Lua prefix renames, add prelude module | kyren | |
Rename the following: LuaNil => Nil LuaExternalError => ExternalError LuaExternalResult => ExternalResult LuaCallback => Callback (internal only) Use qualified re-exports at the top of the module. Add a new public 'prelude' module which re-exports everything with a non-conflicting name (Adds back the Lua prefix), and is meant to be imported unqualified. |