summaryrefslogtreecommitdiff
path: root/tests/tests.rs
AgeCommit message (Expand)Author
2021-11-23Update testsAlex Orlenko
2021-11-23Add unload() to remove moduleAlexander Polakov
2021-11-16Add set_warning_function/remove_warning_function/warning functions to Lua for...Alex Orlenko
2021-11-16Update callback_error_ext (+ fix callback multi states handling)Alex Orlenko
2021-11-09Add `Lua::inspect_stack` to get information about the interpreter runtime stack.Alex Orlenko
2021-11-04Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)Alex Orlenko
2021-10-19Add new "application data" apiAlex Orlenko
2021-07-05Add new functions: `lua.load_from_function()` and `lua.create_c_function()`Alex Orlenko
2021-06-21Add limited recursion test to increase coverageAlex Orlenko
2021-06-18Update test namesAlex Orlenko
2021-06-16Implement Hash for RegistryKey. Closes #57Alex Orlenko
2021-05-03Add `LuaOptions` to customize Lua/Rust behaviour.Alex Orlenko
2021-05-02Improve growing the auxiliary stack of the ref thread:Alex Orlenko
2021-05-02Change signature of Function::dump() to remove ResultAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...Alex Orlenko
2021-04-15Improve panic handling (check for twice resumed panics)Alex Orlenko
2020-12-22Don't try to disable c modules without `package` loaded. Fix #24Alex Orlenko
2020-11-04Update num-traits dependencyAlex Orlenko
2020-07-28Add ChunkMode enum to mark chunks as text or binaryAlex Orlenko
2020-06-07Fix LuaJIT 2.1 libraries loadingAlex Orlenko
2020-06-06Add LuaJIT 2.0.5 stable supportAlex Orlenko
2020-05-12Provide safe and unsafe Lua modes:Alex Orlenko
2020-05-11Add Lua 5.4 (rc2) supportAlex Orlenko
2020-05-11Add Send capability to LuaAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-01-25Support vendored versions of Lua and LuaJITAlex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)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 LuaJIT supportAlex Orlenko
2019-10-17Lua 5.1 supportAlex Orlenko
2019-10-01Rename to mluaAlex 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-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