index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
multi.rs
Age
Commit message (
Expand
)
Author
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-05-29
More inline attributes
Alex Orlenko
2022-05-28
Make Variadic::new and MultiValue::new const
Alex Orlenko
2021-11-12
Performance optimization: cache and reuse `MultiValue` containers
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-05-04
Fix clippy warnings
Alex Orlenko
2021-02-27
Fix/whitelist some clippy warnings
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2019-11-04
Fix examples and docs
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-09-02
small macro style change
kyren
2018-09-02
Implement tuple MultiValue tuple conversion up to 16
kyren
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-19
Clean up some lifetime specification
kyren
2018-03-11
A lot of performance changes.
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-09-15
Fix links in `Variadic` docs
Jonas Schievink
2017-09-14
More documentation work
Jonas Schievink
2017-08-03
Fixup grammar error in doc comments.
kyren
2017-08-01
Formatting, only implement tuple conversion up to 12
kyren
2017-08-01
Fix references to hlists in documentation, improve? Variadic usability
kyren
2017-07-31
Two major API changes to start with:
kyren
2017-07-24
auto formatting
kyren
2017-07-24
Slight changes for consistency
kyren
2017-07-24
Do several more Lua prefix renames, add prelude module
kyren
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
2017-06-27
Comments should be wrapped at 100 lines, according to standard
kyren
2017-06-18
Documentation
Jonas Schievink
2017-06-15
small warning / clippy fixes, doc comments
kyren
2017-06-14
Allow passing `Result<T, E>` to Lua
Jonas Schievink
2017-05-22
Update to use hlist_macro for hlist macros.
kyren
2017-05-21
Doc updates, remove unused functions
kyren
2017-05-21
Initial import
kyren