summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-10-01Rename to mluaAlex Orlenko
2019-09-29cargo fmtAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2019-09-26Allow only init Lua from an exiting stateAlex Orlenko
2018-10-01Some documentation and changelog fixeskyren
2018-09-24Return rlua::Error on out of range numeric conversions using num_traits::castkyren
2018-09-16Move integration tests into top-level tests directorykyren
2018-08-05format with up-to-date rustfmtkyren
2018-03-12Documentation improvements, split scope into its own module, improved testskyren
2018-02-19Remove terrible awful no-good evil hackkyren
2018-02-16Can.. can I do this? Is this a thing that actually works?kyren
2018-02-15Provisional "fix" for #71. Requires nightly :(kyren
2018-02-08export accidentally hidden `Scope` typekyren
2018-01-26ACTUALLY expose `RegistryKey` APIkyren
2018-01-21Experimentally use the `failure` crate for errorskyren
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-03remove specific protected functions in favor of generic protect_lua_callkyren
2017-12-02new strategy for protected ffi callskyren
2017-12-02split macros into their own filekyren
2017-12-02Experimental protected versions of all used 'm' erroring functionskyren
2017-10-23auto-formattingkyren
2017-09-30more reorganization, move simple type defines to types.rs modulekyren
2017-09-30crudely move LightUserData/UserData/AnyUserData to their own modulekyren
2017-09-15Move string and table wrappers into own filesJonas Schievink
2017-09-14More documentation workJonas Schievink
2017-08-02Riiight, doctests don't even *show* warnings by default, this flag is important.kyren
2017-08-02deny(warnings) on doctests I don't think is necessary anymore?kyren
2017-08-02Whoops, was testing removing that and placed it back in the wrong placekyren
2017-08-02Provide custom allocators that ensure that OOM results in an abortkyren
2017-07-31Two major API changes to start with:kyren
2017-07-25Deny warnings in doc testsJonas Schievink
2017-07-24Do several more Lua prefix renames, add prelude modulekyren
2017-06-25Another major API change, out of stack space is not an Errkyren
2017-06-24Big API incompatible error change, remove dependency on error_chainkyren
2017-06-14Utilize `cfg_attr` instead of duplicating codeJonas Schievink
2017-05-22Update to use hlist_macro for hlist macros.kyren
2017-05-21Initial importkyren