summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-05-11Add Send capability to LuaAlex Orlenko
2020-05-11Don't allow 'callback outlive 'luaAlex Orlenko
2020-04-29Add ToLua implementation for slices and arraysAlex Orlenko
2020-04-20Update tests (async and table)Alex Orlenko
2020-04-18Add family of `call_async` functionAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-02-09Fix compile fail testsAlex Orlenko
2020-01-27Fix compile testAlex Orlenko
2020-01-25Move from circele-ci to github actionsAlex Orlenko
2020-01-25Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by defaultAlex Orlenko
2020-01-25Support vendored versions of Lua and LuaJITAlex Orlenko
2020-01-07Add raw_insert() and raw_remove() for tables (represented as lists)Alex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
2019-11-30Add pair and ipair metamethods support (lua 5.2/5.3 only)Alex Orlenko
2019-11-30Add Lua 5.2 supportAlex Orlenko
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