Age | Commit message (Expand) | Author |
2019-12-26 | Add support of loading a specified set of standard libraries | Alex Orlenko |
2019-10-01 | Rename to mlua | Alex Orlenko |
2019-09-29 | cargo fmt | Alex Orlenko |
2019-09-29 | Backport changes from rlua 0.16 (master branch) | Alex Orlenko |
2019-09-26 | Allow only init Lua from an exiting state | Alex Orlenko |
2018-10-01 | Some documentation and changelog fixes | kyren |
2018-09-24 | Return rlua::Error on out of range numeric conversions using num_traits::cast | kyren |
2018-09-16 | Move integration tests into top-level tests directory | kyren |
2018-08-05 | format with up-to-date rustfmt | kyren |
2018-03-12 | Documentation improvements, split scope into its own module, improved tests | kyren |
2018-02-19 | Remove terrible awful no-good evil hack | kyren |
2018-02-16 | Can.. can I do this? Is this a thing that actually works? | kyren |
2018-02-15 | Provisional "fix" for #71. Requires nightly :( | kyren |
2018-02-08 | export accidentally hidden `Scope` type | kyren |
2018-01-26 | ACTUALLY expose `RegistryKey` API | kyren |
2018-01-21 | Experimentally use the `failure` crate for errors | kyren |
2017-12-04 | more reorganization in an attempt to shrink the size of lua.rs | kyren |
2017-12-04 | Move function and thread into their own modules, auto-formatting | kyren |
2017-12-03 | remove specific protected functions in favor of generic protect_lua_call | kyren |
2017-12-02 | new strategy for protected ffi calls | kyren |
2017-12-02 | split macros into their own file | kyren |
2017-12-02 | Experimental protected versions of all used 'm' erroring functions | kyren |
2017-10-23 | auto-formatting | kyren |
2017-09-30 | more reorganization, move simple type defines to types.rs module | kyren |
2017-09-30 | crudely move LightUserData/UserData/AnyUserData to their own module | kyren |
2017-09-15 | Move string and table wrappers into own files | Jonas Schievink |
2017-09-14 | More documentation work | Jonas Schievink |
2017-08-02 | Riiight, doctests don't even *show* warnings by default, this flag is important. | kyren |
2017-08-02 | deny(warnings) on doctests I don't think is necessary anymore? | kyren |
2017-08-02 | Whoops, was testing removing that and placed it back in the wrong place | kyren |
2017-08-02 | Provide custom allocators that ensure that OOM results in an abort | kyren |
2017-07-31 | Two major API changes to start with: | kyren |
2017-07-25 | Deny warnings in doc tests | Jonas Schievink |
2017-07-24 | Do several more Lua prefix renames, add prelude module | kyren |
2017-06-25 | Another major API change, out of stack space is not an Err | kyren |
2017-06-24 | Big API incompatible error change, remove dependency on error_chain | kyren |
2017-06-14 | Utilize `cfg_attr` instead of duplicating code | Jonas Schievink |
2017-05-22 | Update to use hlist_macro for hlist macros. | kyren |
2017-05-21 | Initial import | kyren |