summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05Add `Lua::create_ser_any_userdata()` functionAlex Orlenko
2024-03-28Implement `push_into_stack`/`from_stack` for `Option<T>`Alex Orlenko
2024-03-28Better Luau buffer type support.Alex Orlenko
2024-03-25chore: make clippy happy (#388)Yiyu Lin
2024-03-23Add deserialize json benchmarkAlex Orlenko
2024-03-23Do not use dependencies as implicit features.Alex Orlenko
2024-03-23Suppress Rust 1.77 dead_code false warnings.Alex Orlenko
2024-03-23Add `SerializeOptions::detect_serde_json_arbitrary_precision` to detect `serd...Alex Orlenko
2024-03-22Bump rustyline to 14.0Alex Orlenko
2024-03-22Update hyper examplesAlex Orlenko
2024-03-21update hyper to v1, and add shell command example (#384)19年梦醒
2024-03-21Update `reqwest` to 0.12Alex Orlenko
2024-03-21Add `Function::deep_clone()` (Luau only)Alex Orlenko
2024-03-20Remove redundant "match" when checking userdata type via `AnyUserData::is`.Alex Orlenko
2024-03-20Make `__idiv` metamethod available for luauAlex Orlenko
2024-03-16Assert that `luau_compile` returns non-null pointer.Alex Orlenko
2024-02-29Implement `IntoLua` for `RegistryKey`Alex Orlenko
2024-02-29v0.9.6Alex Orlenko
2024-02-29Add `LUA_TCDATA` to `util::to_string()` helperAlex Orlenko
2024-02-11Optimize table array traversal during serializationAlex Orlenko
2024-02-11Refactor benchmarksAlex Orlenko
2024-02-10Impl `FromLua` for `RegistryKey`Alex Orlenko
2024-02-07Implement `IntoLua` for `&Value`Alex Orlenko
2024-02-03Impl `IntoLua::push_into_stack` for integersAlex Orlenko
2024-02-02Add `REF_STACK_RESERVE` constantAlex Orlenko
2024-02-02Add `to_pointer` function to `Function`/`Table`/`Thread`Alex Orlenko
2024-02-01Impl push_into_stack for StdResultAlex Orlenko
2024-01-27Add inline to FromLua<bool>::from_stackAlex Orlenko
2024-01-27Fix crash when initializing Luau sandbox without stdlibs (#361)Alex Orlenko
2024-01-26Add fastpath `push_into_stack`/`from_stack` methods for `bool` typeAlex Orlenko
2024-01-26Add `Lua::push()` helperAlex Orlenko
2024-01-25v0.9.5Alex Orlenko
2024-01-25Update compile tests messagesAlex Orlenko
2024-01-25Impl Into/FromLua for `OwnedString`Alex Orlenko
2024-01-25Update authorsAlex Orlenko
2024-01-25Update itertools dependencyAlex Orlenko
2024-01-25Fix `FromLua` derive proc macro to cover more casesAlex Orlenko
2024-01-25Update Luau to 0.609 (luau-src v0.8.0)Alex Orlenko
2024-01-25Impl Into/FromLua for `OwnedThread`Alex Orlenko
2024-01-23Implement IntoLua for ref to String/Table/Function/AnyUserDataAlex Orlenko
2024-01-23Update codecov links after moving repoAlex Orlenko
2024-01-23Fix typos in examples/guided_tourAlex Orlenko
2024-01-20Implement IntoLua for `&RegistryKey`Alex Orlenko
2024-01-20Expose internal `POLL_PENDING` constant (hidden)Alex Orlenko
2024-01-18Increase luau max stack size to 1M from 100kAlex Orlenko
2024-01-10v0.9.4Alex Orlenko
2024-01-10Include skip_memory_check code only when the corresponding attribute set for ...Alex Orlenko
2024-01-10Fix edge case when loading many-in-one module from thread without using its s...Alex Orlenko
2024-01-08v0.9.3Alex Orlenko
2024-01-08Update README & CHANGELOGAlex Orlenko