summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-22Add Luau vector datatype supportAlex Orlenko
2022-03-21Add `require` function to LuauAlex 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-21Fix __index and __newindex wrappers for LuauAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2022-03-20Refactor ffi moduleAlex Orlenko
2022-03-20Fix async userdata __index, __newindex metamethodsTarik02
2022-02-14Add Lua::replace_registry_valueAlex Orlenko
2022-02-12Recognize LuaJIT TCDATA type to generate correct panic message.Alex Orlenko
2022-01-29Fix tests for Lua 5.4.4Alex Orlenko
2021-11-27Update compile tests (messages)Alex Orlenko
2021-11-23Update testsAlex Orlenko
2021-11-23Add unload() to remove moduleAlexander Polakov
2021-11-21Add `call()` function to `TableExt` to call tables with `__call` metamethod a...Alex Orlenko
2021-11-21Add `get_named_user_value` and `set_named_user_value` to `AnyUserData`Alex Orlenko
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-14Add thread (coroutine) cache to reset and later reuse to execute async functi...Alex Orlenko
2021-11-09Add `Lua::inspect_stack` to get information about the interpreter runtime stack.Alex Orlenko
2021-11-08Add `set_nth_user_value` and `get_nth_user_value` to `AnyUserData`Alex Orlenko
2021-11-07Merge branch 'dev'Alex Orlenko
2021-11-06Fix recursive tables serialization when using `serde::ser::Serialize`Alex Orlenko
2021-11-04Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)Alex Orlenko
2021-11-04Replace macro-based implementation `ToLua` for arrays to const genericsAlex Orlenko
2021-11-04Add async meta methods for all Lua except 51Alex Orlenko
2021-10-19Add new "application data" apiAlex Orlenko
2021-10-11Add `target.aarch64-apple-darwin` conf to module examplesAlex Orlenko
2021-10-05Add (hidden) method `UserData::take()` to take out value from userdataAlex Orlenko
2021-10-04Add serializing i128/u128 types.Alex Orlenko
2021-09-28Fix table traversal used in recursion detection.Alex Orlenko
2021-09-16Update compile tests error messagesAlex Orlenko
2021-09-15Add `DeserializeOptions` struct to control deserializer behavior.Alex Orlenko
2021-08-18Simplify interface of `hook::HookTriggers`Alex Orlenko
2021-08-17Add `Debug::event()` to the hook's Debug structureAlex Orlenko
2021-07-13Update trybuild messagesAlex Orlenko
2021-07-05Add new functions: `lua.load_from_function()` and `lua.create_c_function()`Alex Orlenko
2021-06-25Fix converting Lua sequence table to HashSet/BTreeSetAlex Orlenko
2021-06-21Add limited recursion test to increase coverageAlex Orlenko
2021-06-19More tests for arc/rc wrapped userdataAlex Orlenko
2021-06-18Update test namesAlex Orlenko
2021-06-17Improve code coverageAlex Orlenko
2021-06-16Implement Hash for RegistryKey. Closes #57Alex Orlenko
2021-06-13Fix clippy warnings && testsAlex Orlenko
2021-06-13Improve module mode:Alex Orlenko
2021-06-04Add `String::to_string_lossy`Alex Orlenko
2021-06-03Implement `UserData` for Rc<RefCell>/Arc<Mutex>/Arc<RwLock> wrappersAlex Orlenko
2021-05-18Allow multiple entrypoints in a single module share the same Lua state.Alex Orlenko
2021-05-05Add chunk! macro supportAlex Orlenko