summaryrefslogtreecommitdiff
path: root/src/table.rs
AgeCommit message (Expand)Author
2022-12-19Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMultiAlex Orlenko
2022-12-19Add "unstable" feature flag.Alex Orlenko
2022-12-19Refactor LuaInner stateAlex Orlenko
2022-12-18Initial implementation of owned Lua typesAlex Orlenko
2022-10-30Better checks and tests when trying to modify a Luau readonly tableAlex Orlenko
2022-10-29Fix `Table::raw_push` for luau when readonlyAlex Orlenko
2022-10-23Add push/pop methods to TableAlex Orlenko
2022-10-22Optimize tables:Alex Orlenko
2022-10-22Replace Lua::ref_thread_execAlex Orlenko
2022-06-27Add `Table::to_pointer()` and `String::to_pointer()` functionsAlex Orlenko
2022-05-30Experimental optimization to skip oom checkAlex Orlenko
2022-04-08Fix Luau documentation in docs.rsAlex Orlenko
2022-03-28Sandboxing supportAlex Orlenko
2022-03-25Update docsAlex Orlenko
2022-03-22Support `readonly` table attribute (luau)Alex Orlenko
2022-01-29Optimize async calls:Alex Orlenko
2021-11-25Update docsAlex Orlenko
2021-11-21Add `call()` function to `TableExt` to call tables with `__call` metamethod a...Alex Orlenko
2021-11-07Switch Table::serialize to FxHashSetAlex Orlenko
2021-11-06Fix recursive tables serialization when using `serde::ser::Serialize`Alex Orlenko
2021-10-12Update documentation referencesAlex Orlenko
2021-09-28Change syntax of `protect_lua` macroAlex Orlenko
2021-09-28Update check_stack requirementsAlex Orlenko
2021-09-28Make `protect_lua` as a smart macro to choose from C/closureAlex Orlenko
2021-07-08Revert "Make `protect_lua` as a smart macro to choose from C/closure"Alex Orlenko
2021-07-07Make `protect_lua` as a smart macro to choose from C/closureAlex Orlenko
2021-06-16Revert commit ced808d5abAlex Orlenko
2021-05-10Fix spellingAlex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-04-16Hide raw_sequence_values_by_len under async/serialize feature flagsAlex Orlenko
2021-03-03Fix bug in returning nil-prefixed multi values from async functionAlex Orlenko
2020-12-31Update documentationAlex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-05-15Remove deprecated Table::callAlex Orlenko
2020-05-15Update documentationAlex Orlenko
2020-05-15Add clippy check and fix clippy warningsAlex Orlenko
2020-04-19Minor refactorAlex Orlenko
2020-04-19Add TableExt trait with call_method/function methodsAlex Orlenko
2020-01-07Add raw_insert() and raw_remove() for tables (represented as lists)Alex Orlenko
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-30Add call method to tableAlex Orlenko
2019-09-29Add Table::raw_remove methodAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-08-05format with up-to-date rustfmtkyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
2018-03-19Small renames and comments to better communicate the intention of stack check...kyren