Age | Commit message (Expand) | Author |
2018-02-08 | TERRIBLE HACK FIX I DO NOT UNDERSTAND | kyren |
2018-02-08 | This SHOULD fix the lifetime problem with scope... but it doesn't! | kyren |
2018-02-07 | slightly faster, less obnoxious scope drop | kyren |
2018-02-07 | More correct scope drop behavior | kyren |
2018-02-07 | Don't keep the unref list around forever after Lua is dropped | kyren |
2018-02-06 | Lots of changes, not sure if actually safe yet. | kyren |
2018-02-06 | Don't panic on mismatched `RegistryKey` use, instead return error | kyren |
2018-02-06 | Slightly different strategy with RegistryKey values | kyren |
2018-02-06 | Add method to check whether a RegistryKey is owned by a given `Lua` instance | kyren |
2018-01-27 | Simplify handling of userdata __gc and resurrected userdata. | kyren |
2018-01-26 | ACTUALLY expose `RegistryKey` API | kyren |
2018-01-26 | create_function docs: mention what returning `Err` does | Jonas Schievink |
2017-12-17 | Missed unprotected call to luaL_ref | kyren |
2017-12-17 | Add automatic Lua "user accessible registry" keys | kyren |
2017-12-16 | Change API names, add unset function | kyren |
2017-12-16 | auto formatting | kyren |
2017-12-16 | API for registry access via string keys only (for now) | kyren |
2017-12-04 | Add `ExpiredUserData` error and avoid what was previously a panic | kyren |
2017-12-04 | Couple of changes: | 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-04 | Include garbage collector error type, remove unnecessary setmetatable wrapper | kyren |
2017-12-04 | I *THINK* this might actually be it, is rlua 'm' safe now? | kyren |
2017-12-03 | I believe this is all the external API changes necessary for 'm' safety | kyren |
2017-12-03 | Couple of changes in preparation for 'm' safety: | kyren |
2017-12-03 | more refactoring trying to find a workable path to 'm' error safety | kyren |
2017-10-29 | Check that we have enough room on stack for module | Timidger |
2017-10-29 | Added pop after loading lua library | Timidger |
2017-10-28 | Added ability to load debug lib, Fixes #52 | Timidger |
2017-10-24 | Fix some clippy lints, possible edge case API incompatibility around HashMap | kyren |
2017-10-24 | It turns out, luaL_ref uses 1 extra internal stack space | kyren |
2017-10-23 | auto-formatting | kyren |
2017-10-23 | Possibly better stack behavior | kyren |
2017-10-23 | Fix quadratic behavior in bind | kyren |
2017-10-14 | Cleanups of userdata handling, particularly around callbacks | 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-30 | Merge pull request #45 from jonas-schievink/string | kyren |
2017-09-17 | Don't load the base library into the "base" global | Jonas Schievink |
2017-09-15 | Move string and table wrappers into own files | Jonas Schievink |
2017-09-14 | More documentation work | Jonas Schievink |
2017-09-10 | Add methods to get/set metatables on Table | kyren |
2017-09-09 | Rename 'lua lifetimes to actually be 'lua | kyren |
2017-08-02 | Provide custom allocators that ensure that OOM results in an abort | kyren |
2017-08-02 | Merge pull request #34 from jonas-schievink/better-error | kyren |
2017-08-02 | Fix soundness problems with rlua | kyren |
2017-08-02 | Rename Active / Dead to better reflect their behavior | kyren |
2017-08-02 | Remove expected field from FromLuaConversionError | Jonas Schievink |
2017-08-01 | Remove stray 'for<'a>' of unused 'a lifetime | kyren |
2017-08-01 | Enhance error messages | Jonas Schievink |