summaryrefslogtreecommitdiff
path: root/src/multi.rs
AgeCommit message (Expand)Author
2023-03-14Improve error reporting when calling Rust functions from Lua.Alex Orlenko
2022-12-30Rename MultiValue cache to poolAlex Orlenko
2022-12-19Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMultiAlex Orlenko
2022-05-29More inline attributesAlex Orlenko
2022-05-28Make Variadic::new and MultiValue::new constAlex Orlenko
2021-11-12Performance optimization: cache and reuse `MultiValue` containersAlex Orlenko
2021-10-12Update documentation referencesAlex Orlenko
2021-05-04Fix clippy warningsAlex Orlenko
2021-02-27Fix/whitelist some clippy warningsAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
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