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
/
tests
/
memory.rs
Age
Commit message (
Expand
)
Author
2022-04-08
Fix Luau documentation in docs.rs
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2021-06-19
More tests for arc/rc wrapped userdata
Alex Orlenko
2021-06-17
Improve code coverage
Alex Orlenko
2021-04-16
Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...
Alex Orlenko
2020-06-06
Add LuaJIT 2.0.5 stable support
Alex Orlenko
2020-05-12
Use Rust allocator for new Lua states that allows to set memory limit
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-25
Support vendored versions of Lua and LuaJIT
Alex Orlenko
2020-01-07
Add raw_insert() and raw_remove() for tables (represented as lists)
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-11-04
Add LuaJIT support
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Update tests (excl. compile-fail)
Alex Orlenko