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
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