summaryrefslogtreecommitdiff
path: root/tests/thread.rs
AgeCommit message (Collapse)Author
2023-08-12Add `OwnedThread` type (unstable)Alex Orlenko
2023-07-20Drop openresty specific luajit extensionsAlex Orlenko
2022-03-23Enable Thread::reset for LuauAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2022-01-29Fix tests for Lua 5.4.4Alex Orlenko
2021-06-18Update test namesAlex Orlenko
2021-06-17Improve code coverageAlex Orlenko
2021-05-05Add `Thread::reset()` for luajit/lua54Alex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ↵Alex Orlenko
2.0.5
2020-06-06Add LuaJIT 2.0.5 stable supportAlex Orlenko
2020-05-11Add Lua 5.4 (rc2) supportAlex Orlenko
2020-04-18Add family of `call_async` functionAlex Orlenko
Update documentation Move async tests to a separate file
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
Squashed commit of the async branch.
2020-01-25Support vendored versions of Lua and LuaJITAlex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
Add equals() method to compare values optionally invoking __eq.
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-24cargo fmtkyren
2018-09-16Move integration tests into top-level tests directorykyren
other minor refactors