summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2021-05-05Add `Thread::reset()` for luajit/lua54Alex Orlenko
2021-05-03Make `SerializeOptions` non_exhaustive.Alex Orlenko
2021-05-03Add `LuaOptions` to customize Lua/Rust behaviour.Alex Orlenko
2021-05-03Implement ToLua/FromLua for Box<str> and Box<[T]>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-27Store nonstatic UserData pointer in self userdata (instead of metatable)Alex Orlenko
2021-04-27Remove Result from lua.null() and lua.array_metatable(). They never fail.Alex Orlenko
2021-04-27Add SerializeOptions to to change default Lua serializer behaviourAlex Orlenko
2021-04-27More testsAlex Orlenko
2021-04-27Add more checks for destructed userdata in AnyUserDataAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-04-27Make MetaMethod::name() publicAlex Orlenko
2021-04-27Improve/fix scoped UserData dropAlex Orlenko
2021-04-27Add `UserDataFields` API.Alex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...Alex Orlenko
2021-04-16Serialize only known (registered) userdata.Alex Orlenko
2021-04-15Improve panic handling (check for twice resumed panics)Alex Orlenko
2021-03-03Fix compilation warnings on nightlyAlex Orlenko
2021-03-03Fix bug in returning nil-prefixed multi values from async functionAlex Orlenko
2021-02-21Fix scoped async destruction of partially polled futuresAlex Orlenko
2020-12-29Update compile testsAlex Orlenko
2020-12-22Don't try to disable c modules without `package` loaded. Fix #24Alex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-11-04Update num-traits dependencyAlex Orlenko
2020-10-27Update compile tests (temporary set TRYBUILD=overwrite)Alex Orlenko
2020-09-28Update compile tests error messagesAlex Orlenko
2020-07-28Add ChunkMode enum to mark chunks as text or binaryAlex Orlenko
2020-07-27Add Function::dump() to dump lua function to a binary chunkAlex Orlenko
2020-07-27Update compile tests (2)Alex Orlenko
2020-07-27Update compile testsAlex Orlenko
2020-06-07Enable hooks support for LuaJITAlex Orlenko
2020-06-07Fix LuaJIT 2.1 libraries loadingAlex Orlenko
2020-06-07Refactor main_state handlingAlex Orlenko
2020-06-07Add test to check loading module from lua coroutine (thread)Alex Orlenko
2020-06-07New `module` featureAlex Orlenko
2020-06-06Add `has_metamethod` to `AnyUserData`Alex Orlenko
2020-06-06Add hooks support (based on rlua v0.17 implementation)Alex Orlenko
2020-06-06Add LuaJIT 2.0.5 stable supportAlex Orlenko
2020-05-12Update compile tests to include async/send featuresAlex Orlenko
2020-05-12Provide safe and unsafe Lua modes:Alex Orlenko
2020-05-12Use Rust allocator for new Lua states that allows to set memory limitAlex Orlenko
2020-05-12Add MetaMethod::Close to support Lua 5.4 to-be-closed variablesAlex Orlenko
2020-05-11Add Lua 5.4 (rc2) supportAlex Orlenko