summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04Update dependenciesAlex Orlenko
2021-05-03Add CHANGELOG for v0.6.0-beta.1Alex Orlenko
2021-05-03Update READMEAlex 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-02Fix typo in READMEAlex 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-27Update github action to fix modules test on Windows (lua53 -> lua54)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-27Include nightly to github CI testsAlex 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-20Don't read lua.h from build script (was not used)Alex Orlenko
2021-04-16Don't fail CI on coverageAlex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...Alex 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-04-14Add rerun-if-changed instructions to build scriptAlex Orlenko
2021-04-14Don't check LUA_LIB_NAME if it's not neededAlex Orlenko
2021-03-04v0.5.3Alex Orlenko
2021-03-03Fix compilation warnings on nightlyAlex Orlenko