summaryrefslogtreecommitdiff
path: root/src/conversion.rs
AgeCommit message (Expand)Author
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-09-26Improve the situation with numerical conversionkyren
2018-09-24Return rlua::Error on out of range numeric conversions using num_traits::castkyren
2018-09-04Initial design for non-'static scoped userdatakyren
2018-08-05format with up-to-date rustfmtkyren
2018-03-19Clean up some lifetime specificationkyren
2018-03-11A lot of performance changes.kyren
2018-03-08Simplify stack_guard / stack_err_guardkyren
2018-02-06Lots of changes, not sure if actually safe yet.kyren
2018-01-26ACTUALLY expose `RegistryKey` APIkyren
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-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-10-24Fix some clippy lints, possible edge case API incompatibility around HashMapkyren
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-08-02Remove expected field from FromLuaConversionErrorJonas Schievink
2017-08-01Enhance error messagesJonas Schievink
2017-07-29Relax requirements for UserData to impl FromLuaJonas Schievink
2017-07-24Do several more Lua prefix renames, add prelude modulekyren
2017-07-23Rename `LuaString` to `String`Jonas Schievink
2017-07-23Remove the `Lua*` prefix from most typesJonas Schievink
2017-07-19Rename LightUserData to LuaLightUserData for consistencykyren
2017-06-25Another major API change, out of stack space is not an Errkyren
2017-06-25Simplification of error typeskyren
2017-06-25This is a SLIGHTLY better implementation I think.kyren
2017-06-25Not sure I like everything about this approach yetkyren
2017-06-24Lots of LuaError changeskyren
2017-06-24Big API incompatible error change, remove dependency on error_chainkyren
2017-06-23Change LuaError ToLua approachkyren
2017-06-23Add ToString metamethod, make LuaError implement LuaUserDatakyren
2017-06-20Method renames, remove ToLua / FromLua impls for Setskyren
2017-06-19Big API change for tableskyren
2017-06-18Rename `LuaString::get` to `to_str`Jonas Schievink
2017-05-25Correct checking of LuaRef origin, support lightuserdatakyren
2017-05-24Basic coroutine support, currently very slightly brokenkyren
2017-05-21Initial importkyren