summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-11-04Move lua 5.1 support under new "lua51" featureAlex Orlenko
2019-11-04Add compile_fail testsAlex Orlenko
2019-11-04Add LuaJIT supportAlex Orlenko
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-02Replace libc with std::os::rawAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-30Temporary drop "compile-fail" tests due to unstable compiletest_rs crateAlex Orlenko
2019-09-29Update tests (excl. compile-fail)Alex Orlenko
2019-09-29cargo fmtAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-09-30Allow arbitrary [u8] Lua stringskyren
2018-09-26Add test for i128 Lua round-tripkyren
2018-09-26Improve the situation with numerical conversionkyren
2018-09-24Return rlua::Error on out of range numeric conversions using num_traits::castkyren
2018-09-24cargo fmtkyren
2018-09-16Move integration tests into top-level tests directorykyren
2018-09-16Add compilefail test for Scope::create_nonstatic_userdatakyren
2018-08-05Solve (maybe) *another* soundness issue with `Lua::scope`kyren
2018-08-05Fix for a soundness bug around scope, don't allow callback parameters to escapekyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
2018-02-19Letting scope handles escape the scope was unsafekyren
2018-02-10Attempt to enable compiletest_rs on nightly on traviskyren