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
Age
Commit message (
Expand
)
Author
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-05-11
Don't allow 'callback outlive 'lua
Alex Orlenko
2020-04-29
Add ToLua implementation for slices and arrays
Alex Orlenko
2020-04-20
Update tests (async and table)
Alex Orlenko
2020-04-18
Add family of `call_async` function
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-02-09
Fix compile fail tests
Alex Orlenko
2020-01-27
Fix compile test
Alex Orlenko
2020-01-25
Move from circele-ci to github actions
Alex Orlenko
2020-01-25
Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by default
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 pair and ipair metamethods support (lua 5.2/5.3 only)
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-11-04
Move lua 5.1 support under new "lua51" feature
Alex Orlenko
2019-11-04
Add compile_fail tests
Alex Orlenko
2019-11-04
Add LuaJIT support
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-02
Replace libc with std::os::raw
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-30
Temporary drop "compile-fail" tests due to unstable compiletest_rs crate
Alex Orlenko
2019-09-29
Update tests (excl. compile-fail)
Alex Orlenko
2019-09-29
cargo fmt
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-09-30
Allow arbitrary [u8] Lua strings
kyren
2018-09-26
Add test for i128 Lua round-trip
kyren
2018-09-26
Improve the situation with numerical conversion
kyren
2018-09-24
Return rlua::Error on out of range numeric conversions using num_traits::cast
kyren
2018-09-24
cargo fmt
kyren
2018-09-16
Move integration tests into top-level tests directory
kyren
2018-09-16
Add compilefail test for Scope::create_nonstatic_userdata
kyren
2018-08-05
Solve (maybe) *another* soundness issue with `Lua::scope`
kyren
2018-08-05
Fix for a soundness bug around scope, don't allow callback parameters to escape
kyren
2018-03-28
New approach for ref types, use an auxillary thread stack
kyren
2018-02-19
Letting scope handles escape the scope was unsafe
kyren
2018-02-10
Attempt to enable compiletest_rs on nightly on travis
kyren