summaryrefslogtreecommitdiff
path: root/src/multi.rs
AgeCommit message (Expand)Author
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-09-02small macro style changekyren
2018-09-02Implement tuple MultiValue tuple conversion up to 16kyren
2018-08-05format with up-to-date rustfmtkyren
2018-03-19Clean up some lifetime specificationkyren
2018-03-11A lot of performance changes.kyren
2017-12-04more reorganization in an attempt to shrink the size of lua.rskyren
2017-12-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-09-15Fix links in `Variadic` docsJonas Schievink
2017-09-14More documentation workJonas Schievink
2017-08-03Fixup grammar error in doc comments.kyren
2017-08-01Formatting, only implement tuple conversion up to 12kyren
2017-08-01Fix references to hlists in documentation, improve? Variadic usabilitykyren
2017-07-31Two major API changes to start with:kyren
2017-07-24auto formattingkyren
2017-07-24Slight changes for consistencykyren
2017-07-24Do several more Lua prefix renames, add prelude modulekyren
2017-07-23Remove the `Lua*` prefix from most typesJonas Schievink
2017-06-27Comments should be wrapped at 100 lines, according to standardkyren
2017-06-18DocumentationJonas Schievink
2017-06-15small warning / clippy fixes, doc commentskyren
2017-06-14Allow passing `Result<T, E>` to LuaJonas Schievink
2017-05-22Update to use hlist_macro for hlist macros.kyren
2017-05-21Doc updates, remove unused functionskyren
2017-05-21Initial importkyren