summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-10Improve error reporting in module mode.Alex Orlenko
2021-05-09Re-export UserDataFields/UserDataMetatableAlex Orlenko
2021-05-05Add chunk! macro supportAlex Orlenko
2021-05-05Update lua state when polling futuresAlex Orlenko
2021-05-05Add `Thread::reset()` for luajit/lua54Alex Orlenko
2021-05-04Remove deprecated `AnyUserData::has_metamethod()`Alex Orlenko
2021-05-04Update sys align codeAlex Orlenko
2021-05-04Fix clippy warningsAlex Orlenko
2021-05-04v0.6.0-beta.1Alex Orlenko
2021-05-03Update code docsAlex Orlenko
2021-05-03Make `SerializeOptions` non_exhaustive.Alex Orlenko
2021-05-03Add `LuaOptions` to customize Lua/Rust behaviour.Alex Orlenko
2021-05-03Replace 'Thread already finished' error with common `Error::CoroutineInactive`Alex Orlenko
2021-05-03Implement/Derive `Debug` for Lua and few other structsAlex Orlenko
2021-05-03Store `safe` property in Extra state to inherit into Lua structs made from po...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-02Allocate Waker slot in Registry in re-use it (instead of creating new userdat...Alex Orlenko
2021-05-02Make AsyncPollPending internal value as LightUserDataAlex Orlenko
2021-05-02Change signature of Function::dump() to remove ResultAlex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27Refactor UserDataCellAlex Orlenko
2021-04-27Store nonstatic UserData pointer in self userdata (instead of metatable)Alex Orlenko
2021-04-27Fix lua51 scope compilationAlex Orlenko
2021-04-27Hide Deserializer inner fieldsAlex 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-27Replace lazy_static with once_cellAlex Orlenko
2021-04-27More testsAlex Orlenko
2021-04-27Add more checks for destructed userdata in AnyUserDataAlex Orlenko
2021-04-27cargo fmt and other minor fixesAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-04-27Add inline(always) to some compat53 functionsAlex Orlenko
2021-04-27Fix some clippy warnings & minor changesAlex 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-20v0.5.4Alex Orlenko
2021-04-16Make error::Error non_exhaustiveAlex Orlenko
2021-04-16Hide raw_sequence_values_by_len under async/serialize feature flagsAlex Orlenko
2021-04-16Serialize only known (registered) userdata.Alex Orlenko
2021-04-15Improve panic handling (check for twice resumed panics)Alex Orlenko
2021-03-04v0.5.3Alex Orlenko
2021-03-03Optimise async callbacks (polling)Alex Orlenko
2021-03-03Fix bug in returning nil-prefixed multi values from async functionAlex Orlenko
2021-02-27v0.5.2Alex Orlenko
2021-02-27Fix/whitelist some clippy warningsAlex Orlenko
2021-02-26Bump copyright yearAlex Orlenko
2021-02-26Add ToLua implementation for Cow<str> and Cow<CStr>Alex Orlenko
2021-02-22Remove `registered_userdata_mt` checkAlex Orlenko