Age | Commit message (Expand) | Author |
2018-02-06 | Lots of changes, not sure if actually safe yet. | kyren |
2018-01-26 | ACTUALLY expose `RegistryKey` API | 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 | I believe this is all the external API changes necessary for 'm' safety | kyren |
2017-10-24 | Fix some clippy lints, possible edge case API incompatibility around HashMap | 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-08-02 | Remove expected field from FromLuaConversionError | Jonas Schievink |
2017-08-01 | Enhance error messages | Jonas Schievink |
2017-07-29 | Relax requirements for UserData to impl FromLua | Jonas Schievink |
2017-07-24 | Do several more Lua prefix renames, add prelude module | kyren |
2017-07-23 | Rename `LuaString` to `String` | Jonas Schievink |
2017-07-23 | Remove the `Lua*` prefix from most types | Jonas Schievink |
2017-07-19 | Rename LightUserData to LuaLightUserData for consistency | kyren |
2017-06-25 | Another major API change, out of stack space is not an Err | kyren |
2017-06-25 | Simplification of error types | kyren |
2017-06-25 | This is a SLIGHTLY better implementation I think. | kyren |
2017-06-25 | Not sure I like everything about this approach yet | kyren |
2017-06-24 | Lots of LuaError changes | kyren |
2017-06-24 | Big API incompatible error change, remove dependency on error_chain | kyren |
2017-06-23 | Change LuaError ToLua approach | kyren |
2017-06-23 | Add ToString metamethod, make LuaError implement LuaUserData | kyren |
2017-06-20 | Method renames, remove ToLua / FromLua impls for Sets | kyren |
2017-06-19 | Big API change for tables | kyren |
2017-06-18 | Rename `LuaString::get` to `to_str` | Jonas Schievink |
2017-05-25 | Correct checking of LuaRef origin, support lightuserdata | kyren |
2017-05-24 | Basic coroutine support, currently very slightly broken | kyren |
2017-05-21 | Initial import | kyren |