summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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