summaryrefslogtreecommitdiff
path: root/tests/tests.rs
AgeCommit message (Expand)Author
2023-01-06Rename `to_lua_err` -> `into_lua_err`Alex Orlenko
2022-12-19Refactor `AsChunk` traitAlex Orlenko
2022-12-18Use `impl AsRef<str>` for userdata methods/fields instead of generic param.Alex Orlenko
2022-12-03Redefine `_VERSION` for Luau to include version number.Alex Orlenko
2022-11-07Fix bug when recycled Registry slot can be set to Nil.Alex Orlenko
2022-08-23Check if chunk is empty in luaL_loadbufferx for Luau (fixes #200)Alex Orlenko
2022-05-30Update integer/number coercion logicAlex Orlenko
2022-05-26Add "send" testAlex Orlenko
2022-03-21Return binary chunks support in safe mode.Alex Orlenko
2022-03-21Move chunks structs to a new module.Alex Orlenko
2022-03-21Enable `Lua::inspect_stack` for LuauAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2022-02-14Add Lua::replace_registry_valueAlex Orlenko
2022-02-12Recognize LuaJIT TCDATA type to generate correct panic message.Alex Orlenko
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