index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
table.rs
Age
Commit message (
Expand
)
Author
2024-02-02
Add `to_pointer` function to `Function`/`Table`/`Thread`
Alex Orlenko
2023-10-12
Optimize Table serialization (faster traversal)
Alex Orlenko
2023-10-12
Optimize iterating over array part of table
Alex Orlenko
2023-10-10
Add `Table::for_each` method for fast (faster than `pairs()`) table pairs tra...
Alex Orlenko
2023-10-10
Optimize table traversal (`pairs` iterator).
Alex Orlenko
2023-08-12
Support options for `Value::serialize()` implementation
Alex Orlenko
2023-08-06
Change `Table::raw_len()` output type to `usize`.
Alex Orlenko
2023-08-03
Faster table ops
Alex Orlenko
2023-07-11
Add back `Table::raw_sequence_values()` with deprecation notice
Alex Orlenko
2023-07-10
Add `Error::runtime()` helper
Alex Orlenko
2023-07-09
Take &str as function name in `TableExt` and `AnyUserDataExt` traits
Alex Orlenko
2023-07-08
Change Lua ref types Debug print from `Ref{index}` to `Ref{pointer}`
Alex Orlenko
2023-06-26
Add `Table:is_empty()` function
Alex Orlenko
2023-06-26
Don't use any metamethods in `Table::sequence_values()` iterator.
Alex Orlenko
2023-06-21
Refactor `call_async()` functions to use static dispatch outside of traits
Alex Orlenko
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-06-19
Implement `PartialEq<[T]>` for tables
Alex Orlenko
2023-05-29
Use futures-core and futures-tasks via futures-util.
Alex Orlenko
2023-05-27
clippy
Alex Orlenko
2023-04-26
Various improvements for owned types, including:
Alex Orlenko
2023-04-14
Fix feature flags for owned types
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2023-04-11
Add pretty-print to the Debug formatting to Value to Table.
Alex Orlenko
2023-03-30
Revert "Rename `Owned*::to_ref()` to `as_ref()`"
Alex Orlenko
2023-03-19
Seal LuaSerdeExt/TableExt/AnyUserDataExt
Alex Orlenko
2023-03-02
Rename `Owned*::to_ref()` to `as_ref()`
Alex Orlenko
2023-01-02
Add `Table::clear()` method
Alex Orlenko
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-19
Refactor LuaInner state
Alex Orlenko
2022-12-18
Initial implementation of owned Lua types
Alex Orlenko
2022-10-30
Better checks and tests when trying to modify a Luau readonly table
Alex Orlenko
2022-10-29
Fix `Table::raw_push` for luau when readonly
Alex Orlenko
2022-10-23
Add push/pop methods to Table
Alex Orlenko
2022-10-22
Optimize tables:
Alex Orlenko
2022-10-22
Replace Lua::ref_thread_exec
Alex Orlenko
2022-06-27
Add `Table::to_pointer()` and `String::to_pointer()` functions
Alex Orlenko
2022-05-30
Experimental optimization to skip oom check
Alex Orlenko
2022-04-08
Fix Luau documentation in docs.rs
Alex Orlenko
2022-03-28
Sandboxing support
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-22
Support `readonly` table attribute (luau)
Alex Orlenko
2022-01-29
Optimize async calls:
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-21
Add `call()` function to `TableExt` to call tables with `__call` metamethod a...
Alex Orlenko
2021-11-07
Switch Table::serialize to FxHashSet
Alex Orlenko
2021-11-06
Fix recursive tables serialization when using `serde::ser::Serialize`
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-09-28
Change syntax of `protect_lua` macro
Alex Orlenko
2021-09-28
Update check_stack requirements
Alex Orlenko
[next]