Age | Commit message (Expand) | Author |
---|---|---|
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 |